@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Source+Sans+3:wght@300;400;500;600&family=Work+Sans:wght@300;400;500;600&display=swap');

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #30791d;
    --btn-color: #51a23d;
    --gray-color: #868686;
    --secondary-color: #ff9f00;
    --pro-btn-color: #f24600;
    --pro-bg-color: #daffd1;
    --ent-bg-color: #fff1d6;
    --video-bg-color: #f9f9f9;
    --footer-bg-color: #ddffca;
    --source-sans: 'Source Sans 3', sans-serif;
    --work-sans: 'Work Sans', sans-serif;
    --poppins: "Poppins", sans-serif;
    --tomato: "TomatoGrotesk", sans-serif;
}

/*
font-family: 'Kalam', cursive;
font-family: 'Mulish', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Quicksand', sans-serif;
*/


html,
body {
    overflow-x: hidden;
    font-size: 15px;
    font-family: var(--source-sans);
    /* user-select: none; */
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.logo-img {
    width: 150px;
    height: 75px;
}

#hero {
    background-image: url("../images/hero-bg3.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.bi-lg {
    font-size: 20px;
}

.shop-notification {
    width: 50px;
    height: 50px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.care {
    font-family: publicotext;
    font-size: 2.6rem;
}

.typewrite {
    font-family: var(--tomato);
    font-weight: 400;
}

.contact-social {
    padding: 0;
    margin: 0;
}

.contact-social li a {
    color: #000;
}

.contact-social li a:hover {
    color: #000;
}

.contact-social li .facebook-icon {
    color: #4f6fe2;
}

.contact-social li .insta-icon {
    color: #E1306C;
}

.shop-now-btn {
    font-size: 1.2rem;
    font-family: var(--mulish);
    box-shadow: 0px 0px 20px 4px #fff;
    transition: all 0.3s ease-in-out;
}

.shop-now-btn:hover {
    margin-left: 10px;
    box-shadow: 0px 0px 20px 1px var(--primary-color);
    background-color: var(--primary-color);
}

.care,
.health,
h1,
h3 {
    color: var(--primary-color);
}

h1 {
    font-family: var(--tomato);
}

h2 {
    font-size: 32px;
    font-family: var(--tomato);
    font-weight: 500;
}

h3 {
    font-size: 24px;
    font-family: var(--source-sans);
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-family: var(--tomato);
    font-weight: 400;
}

.top-header {
    background-color: var(--primary-color);
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.navbar a.cart,
.navbar a.shop-link,
.navbar a.blog-link {
    position: relative;
}

.navbar a.cart span,
.navbar a.shop-link span,
.navbar a.blog-link span {
    position: absolute;
    color: #fff;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    border-radius: 50%;
    top: 0;
}

.navbar a.cart span {
    height: 18px;
    width: 18px;
    background: var(--primary-color);
    font-size: 12px;
    line-height: 18px;
    right: -12px;
}

.navbar a.shop-link span,
.navbar a.blog-link span {
    height: 30px;
    width: 60px;
    background: #e10000;
    font-size: 12px;
    line-height: 29px;
    right: -52px;
}


/* .typewrite .wrap {
    color: var(--primary-color);
} */

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* back to top style */

#back_to_top {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0px;
    right: 20px;
    transition: opacity 0.5s, top 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back_to_top:hover {
    cursor: pointer;
}

#back_to_top.show {
    opacity: 1;
    top: 90%;
    visibility: visible;
}

@media (min-width: 500px) {
    #back_to_top {
        margin: 30px;
    }
}

.web-icon,
.facebook-icon,
.insta-icon {
    font-size: 20px;
}

.web-icon:hover,
.facebook-icon:hover,
.insta-icon:hover {
    color: #fff;
}

.whatsapp-icon {
    color: #09f57f;
}

.email-icon {
    color: #00a4c5;
}

.web-icon {
    color: #fff;
}

.facebook-icon {
    color: #4f6fe2;
}

.insta-icon {
    color: #E1306C;
}

/* Hero section style */

#hero .hero-img {
    left: 20%;
}

#hero h6 {
    color: var(--primary-color);
}

#hero .health {
    font-size: 2.5rem;
}

.heading {
    font-size: 2.5rem;
    font-family: var(--tomato);
    font-weight: bold;
}

.heals .healthy {
    /* font-family: var(--quicksand); */
    font-size: 3rem;
}

.heals .nature {
    font-size: 2rem;
}

.heals h2 {
    color: var(--primary-color);
    /* font-family: var(--mulish); */
    font-size: 2.5rem;
}

.sub-heading {
    font-size: 30px;
    font-family: publicotext;
    color: #000000;
    /*font-family: var(--kalam);*/
}

.tan-free-bg {
    /*background: rgb(109, 255, 113);*/
    /*background: linear-gradient(125deg, rgba(109, 255, 113, 1) 0%, rgba(223, 255, 223, 1) 100%);*/
    background-image: url("../images/hero-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.tan-free-img {
    left: 0;
    top: -150px;
}

.happy-with {
    margin-top: -170px;
}

.btn-happy {
    color: #fff;
    border: 1px solid #fff;
}

.btn-happy:hover {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.skin-topic {
    /* font-family: publicotext; */
    font-size: 23px;
    color: #30791d;
}

.skin-topic+p {
    color: #000000;
    font-size: 14px;
}

.btn-color {
    background-color: var(--btn-color);
}

.btn-outline-success {
    color: #30791d;
}

#about-product .read-more,
#tan-free .read-more,
#nature-heals-home .buy-now {
    color: var(--primary-color);
    font-size: 1.1rem;
    text-decoration: underline;
    text-decoration-color: var(--secondary-color);
    text-decoration-thickness: 2px;
    transition: all 0.3s ease-in-out;
}

#about-product .read-more:hover,
#tan-free .read-more:hover,
#nature-heals-home .buy-now:hover {
    margin-left: 5px;
    text-decoration: underline;
    text-decoration-color: var(--secondary-color);
    text-decoration-thickness: 2px;
}

/* ceo content  */

.ceo-content p {
    font-size: 18px;
}

.meet-ceo img {
    left: 178px;
    top: -45px;
}

#meet-ceo {
    background: url('../images/ceobg-lg.webp') no-repeat;
    background-size: 100% 100%;
}

.intro img {
    left: 175px;
    top: -30px;
}

.about-sub-head {
    position: relative;
    display: inline-block;
}

.about-sub-head::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 4px;
    background-color: var(--primary-color);
    top: -10px;
    left: 0;
}

/* mission */

.mission img {
    left: 100px;
    top: -35px;
}

/* vission */

.vision img {
    left: 80px;
    top: -35px;
}

#vision {
    position: relative;
}

#vision::after {
    content: "";
    background: url('../images/about-bg-lg.webp') no-repeat;
    background-size: 100% 100%;
    width: 500px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 0;

}


/* happy family  */
#happy-nature h2:nth-child(2) {
    margin-top: -200px;
    color: white;
    padding: 0px 30px;
    font-size: 50px;
    text-shadow: 0 0 18px #fff;
}

#happy-nature h2:nth-child(3) {
    color: white;
    padding: 0px 30px;
    font-size: 50px;
    text-shadow: 0 0 8px #fff;
}

/* .tan-free-img,
.nature-heal-img {
    filter: drop-shadow(0px 0px 4px #51a23d);
} */

.tan-free h3,
.tan-free h2 {
    color: var(--primary-color);
    line-height: 0.8;
}

.tan-free h3 {
    font-family: var(--mulish);
    font-size: 2.8rem;
}

.tan-free h2 {
    font-family: var(--poppins);
    font-size: 3.2rem;
}

.tan-free h1 {
    font-size: 4.2rem;
}

/* about-product style */

/* #about-product {
    background-image: url("../images/inner-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
} */

#tan-free {
    background-image: url("../images/tanfree.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 345px;
}

/* #nature-heals-home {
    background-image: url("../images/bg-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
} */

#nature-heals-home h4 {
    color: var(--primary-color);
    /* font-family: var(--kalam); */
    font-size: 1.6rem;
}

.happy-healthy {
    background: url('../images/leaf_fall.webp') no-repeat;
    background-size: cover;
    border: 4px solid var(--primary-color);
    padding: 30px 0px 30px 30px;
    height: 460px;
}

.happy-healthy h3 {
    font-size: 32px;
}

.happy-img {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}



#nature-heals::after {
    content: "";
    background: url('../images/about-bg-lg.webp') no-repeat;
    background-size: 100% 100%;
    width: 500px;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 0;

}


/* .product {
    transition: all .2s;
}

.product:hover {
    transform: scale(1.1);
} */

#barley-grass {
    background-image: url("../images/bg-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#barley-grass .product {
    width: 200px;
    height: 330px;
    margin: 0 auto;
}

#barley-grass .org-logo {
    width: 100px;
    height: 78px;
}

#barley-grass .pro-logos {
    width: 150px;
    /* height: 145px; */
}

#barley-grass .brands-logo {
    margin-top: 80px;
}

/* product box  */


#products .product-heading:hover {
    color: var(--primary-color);
}


.main-box {
    position: relative;
    /* background-color: var(--pro-bg-color); */
    border-radius: 10px;
}

.main-box .best-selling {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: var(--primary-color);
    color: #fff;
}

.main-box p {
    font-weight: 400;
    font-size: 1.2rem;
}

.rating .five-star {
    color: var(--primary-color);
}

.rating .four-star {
    color: var(--gray-color);
}

.price span:first-child {
    font-weight: 600;
    font-size: 1.7rem;
}

.price .btn-buy-now,
.price .btn-buy-now-sm {
    border: none;
    outline: none;
    background-color: var(--btn-color);
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.price .btn-buy-now {
    font-size: 1.1rem;
    padding: 5px 10px;
}

.price .btn-buy-now-sm {
    font-size: 1.2rem;
    padding: 2px 5px;
}

#recomendation-product .price .price-sm {
    font-size: 1.6rem;
}

#recomendation-product .product-details-sm {
    margin: 0;
}

.price .btn-buy-now:hover,
.price .btn-buy-now-sm:hover {
    box-shadow: 0px 0px 20px 3px var(--btn-color);
    background-color: var(--btn-color);
}

#products .owl-carousel .owl-nav.disabled {
    display: none;
}

#products .owl-carousel .owl-nav button.owl-prev,
#products .owl-carousel .owl-nav button.owl-next {
    margin: 0 20px;
    border: 1px solid var(--primary-color);
    width: 50px;
    height: 50px;
    line-height: 0;
}

#products .owl-carousel .owl-nav button.owl-prev span,
#products .owl-carousel .owl-nav button.owl-next span {
    color: var(--pro-btn-color);
    font-size: 3.5rem;
}

#enterpreneur {
    background-color: var(--ent-bg-color);
}

#enterpreneur .enterpreneur-img {
    width: 270px;
    height: 450px;
}


/* #enterpreneur .enterlogo {
    width: 380px;
    height: 125px;
} */

.org-logo {
    text-align: end;
}

#video {
    background-color: var(--video-bg-color);
}

#video .video {
    width: 1100px;
    height: 450px;
}

/* #video h3 {
    font-size: 2.2rem;
    font-family: var(--kalam);
} */

#video h5 {
    font-family: var(--quicksand);
}

#review .review-video {
    width: 280px;
    height: 300px;
}

#review h4 {
    font-weight: 600;
    font-size: 1.6rem;
}

#recomendation-product h4 {
    font-size: 18px;
}

/* Footer  */

#footer,
#copy {
    background-color: var(--footer-bg-color);
}

#footer h6 {
    font-weight: 500;
    color: #000;
}

#footer ul li {
    margin: 10px 0;
}

#footer ul li a {
    font-size: 1.1rem;
    transition: all 0.3s ease-in-out;
}

#footer ul li a:hover {
    margin-left: 5px;
    color: var(--primary-color);
    text-decoration: underline;
    text-decoration-color: var(--secondary-color);
    text-decoration-thickness: 2px;
}

#copy p {
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
}

#copy a:hover {
    color: var(--primary-color);
}

.pro-icon {
    width: 200px;
    height: 200px;
}

.social-media ul li .bi {
    font-size: 25px;
    /* border: 1px solid #1541a1; */
    padding: 4px 8px;
    border-radius: 3px;
    transition: all .3s;
}

.social-media ul li .bi:hover {
    color: var(--primary-color);
    /* background-color: var(--primary-color); */
}

.social-media ul li .bi-facebook {
    color: #1541a1;
}

.social-media ul li .bi-instagram {
    color: #E1306C;
}

.social-media ul li .bi-youtube {
    color: #CD201F;
}

.top-border {
    border-top: 2px solid var(--primary-color);
}



/* product-details */

#product-details .pro-img {
    width: 380px;
    height: 380px;
    margin: 0 auto;
}

#product-details .pro-details {
    font-size: 1.3rem;
}

.product-count {
    border: 1px solid #000;
    width: 200px;
}

.product-count button {
    font-size: 1.7rem;
    background-color: transparent;
    border: none;
    outline: none;
}

.product-count input {
    font-size: 1.2rem;
    width: 50px;
    text-align: center;
    border: none;
    outline: none;
}

#ask-your-ques .ques-text {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #000;
}

#ask-your-ques .ques-ans {
    border-radius: 15px;
    border: 1px solid #000;
}

#ask-your-ques .user-details {
    width: 80%;
}

/* shop style */

#shop .product-box {
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
}

/* #shop .product-box img {
    width: 150px;
    height: 205px;
} */

#shop .product-box .product-title:hover {
    color: var(--primary-color);
}

.product-box .price span:first-child {
    font-size: 1.3rem;
}

.product-box .price .btn-buy-now {
    font-size: 0.9rem;
    padding: 7px 10px;
    border-radius: 3px;
}

.product-box p {
    margin: 0;
}

/* .product-box:hover {
    box-shadow: 0px 0px 10px 0px #000;
} */

/* about us page style */

#about {
    background-image: url("../images/hero-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#about .about-title,
#nature-heals .nature-heals-title {
    position: relative;
}

#about .about-title::before,
#nature-heals .nature-heals-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 5px solid var(--primary-color);
    width: 100%;
    height: 100%;
}

#about .img-box {
    position: relative;
}

#about .img-box .circle-img {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(112deg);
}

#leaders .leader-img {
    width: 280px;
    height: 350px;
    border-radius: 6px;
}

.divider {
    border: 0;
    height: 2px;
    margin: 5px auto;
    background: var(--primary-color);
    text-align: center;
    position: relative;
    clear: both;
}

.divider [class*="bi-"],
.divider .icons {
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    width: 30px;
    font-size: 25px;
    margin: 11px auto 0 -24px;
    top: -24px;
    left: 50%;
    z-index: 1;
}

.divider .five-star {
    color: var(--primary-color);
}

#leaders .box {
    position: relative;
}

#leaders img {
    transition: all 0.5s ease-in-out;
}

#leaders .content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#leaders .box:hover .content {
    opacity: 1;
    bottom: -25%;
}

#leaders .box:hover img {
    transform: scale(0.9);
    filter: grayscale(20%);
    box-shadow: 0px 0px 15px 0px #000;
}

/* product details style */

.p-justify p {
    text-align: justify;
}

.recomendate-img {
    width: 200px;
    height: 130px;
}

.product-slider {
    width: 250px;
}



.barley-beneficial li p {
    color: #000000;
    margin: 5px 0px;
    /* padding: 0; */
}

/* contact us style */

#contact-us {
    background: url('../images/contactus.webp') no-repeat;
    background-size: 100% 100%;
    height: 250px;
}

#contact-us .heading {
    font-size: 45px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    width: 100%;
    padding: 10px 10px;
    border: 2px solid var(--primary-color);
    border-radius: 4px;
}

.contact-form .send-message {
    width: 100%;
    padding: 10px 20px;
    font-size: 20px;
    border: 2px solid var(--btn-color);
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}

.contact-form .send-message:hover {
    background-color: var(--btn-color);
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
    width: 100%;
    padding: 10px 10px;
    outline: 2px solid transparent;
    border: 2px solid var(--pro-btn-color);
}

#get-in-touch a:hover {
    color: var(--primary-color);
}

/*product-benefit*/

/*#read-more {display: none;}*/