@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');

body {
    background: url(../images/Background.jpg) no-repeat;
    background-size: cover;
    font-family: "Poppins", sans-serif;
}

header {
    background-color: hsl(31.43deg 100% 95.88%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: bold !important;
}

@font-face {
    font-family: 'rage';
    src: url('../fonts/rage.ttf') format('ttf'),
        url('../fonts/rage.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

header{    background: #e4c700;}

.link-secondary {
    color: #126132 !important;
}

.nav-link {
    color: #ffffff;
    font-weight: 500;
}

.nav-link:hover {
    color: #126132 !important;
}

.carousel-indicators {
    bottom: 0;
    background-color: #e1ab00;
    width: fit-content;
    margin: 0 auto;
    padding: 26px 20px 0px 20px;
    border-radius: 74px 73px 0px 0px;
}

.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border: 3px solid #000 !important;
    opacity: 1;
    background: transparent;
    border-radius: 100%;
}

.carousel-indicators .active {
    background: #000;
}

.yellow-background {
    position: relative;
    background-color: #e8a302;
}

.breaker img {
    height: 360px;
}



.heartiva {
    padding: 90px 0px;
    text-align: center;
    background-color: #e8a302;

}



.products {
    text-align: center;
    background-image: url('../images/bg-back.png'); /* path apne project ke hisaab se */
    background-repeat: no-repeat;
    background-size: cover;      /* full section cover kare */
    background-position: center;
    height: 1900px;
    padding-top: 50px;


    .products h2 {
        font-weight: 700;
        margin-bottom: 50px;
    }

    .hertiva-imgs{margin-bottom: 60px; max-width: 950px;}

    .product-item {
        display: flex;
        justify-content: center;
    }

    .product-item a {
        display: inline-block;
        position: relative;
        overflow: hidden;
        transition: transform 0.4s ease;
    }

    .product-item img {
        max-width: 100%;
        transition: all 0.4s ease;
    }

    /* 🔥 Hover Animation */
    .product-item a:hover img {
        transform: scale(1.08) rotate(-1deg);
    }

    /* Soft Glow Effect */
    .product-item a::after {
        content: "";
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .product-item a:hover::after {
        opacity: 1;
    }
}




.certifications img {
    opacity: 0.6;
    /* light look */
    transition: opacity 0.35s ease, transform 0.35s ease;
    cursor: pointer;
}

/* Hover */
.certifications img:hover {
    opacity: 1;
    /* full dark / original color */
    transform: scale(1.05);
}










.hero-section {
    min-height: 1220px;
    background-image: url(../images/above-footer-banner.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 40px;
    padding: 60px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}

.hero-content {
    max-width: 900px;
    margin: auto;
    text-align: center;
    transform: translate(10px, -180px);
}

.hero-content h1 {
    font-size: 42px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 25px;
}

.hero-content p {
    font-size: 21px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 55px;
}

/* Subscribe box */
.subscribe-box {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.subscribe-box input {
    width: 550px;
    padding: 14px 15px;
    border-radius: 6px;
    border: 2px solid #d6b25e;
    background: transparent;
    color: #fff;
    outline: none;
}

.subscribe-box input::placeholder {
    color: #eee;
}

.subscribe-box button {
    padding: 14px 25px;
    background: #f1b800;
    color: #000;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.subscribe-box button:hover {
    background: #ffd84d;
}

/* Products image */
.hero-products {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.hero-products img {
    width: 80%;
    height: auto;
    border-radius: 20px;

}










.bi-star-fill {
    color: #fff;
}

.testimonial-section {
    li {
        color: #fff;
        fill: #fff;
        opacity: 1;
        padding: 4px;
        width: 25px;
        height: 25px;
    }
}

.testimonial-title {
    letter-spacing: 3px;
}

.test-cust {
    font-family: 'rage', sans-serif !important;
    font-size: 30px;
    text-align: left;
    text-transform: capitalize;
}

.icon-cards {
    position: relative;
    width: 260vw;
    height: 240vw;
    max-width: 480px;
    max-height: 350px;
    margin: 0;
    color: white;
    perspective: 1000px;
    transform-origin: center;
    left: 50%;
    transform: translateX(-50%);
}

.icon-cards__content {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: translateZ(-30vw) rotateY(0);
    animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
    text-align: left;
}

.icon-cards__content.step-animation {
    animation: carousel 8s infinite steps(1) forwards;
}

.icon-cards__item {
    position: absolute;
    background-color: #ebab00;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 260vw;
    height: 240vw;
    max-width: 480px;
    max-height: 350px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    border-radius: 6px;
    transform-origin: center;
}

.icon-cards__item:nth-child(1) {
    transform: rotateY(0) translateZ(35vw);
}

.icon-cards__item:nth-child(2) {
    transform: rotateY(120deg) translateZ(35vw);
}

.icon-cards__item:nth-child(3) {
    transform: rotateY(240deg) translateZ(35vw);
}

@keyframes carousel {

    0%,
    17.5% {
        transform: translateZ(-35vw) rotateY(0);
    }

    27.5%,
    45% {
        transform: translateZ(-35vw) rotateY(-120deg);
    }

    55%,
    72.5% {
        transform: translateZ(-35vw) rotateY(-240deg);
    }

    82.5%,
    100% {
        transform: translateZ(-35vw) rotateY(-360deg);
    }
}

@keyframes jelly {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}


button {
    background-color: #e8a400;
    color: #ffffff;
    border: none;
    padding: 7px 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 22px;
}

.btn-transparent {
    background: transparent;
}


.banner-footer {
    /* background: url(../images/above-footer-banner.png) no-repeat;
    background-size: cover; */
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 200;
}

footer {
    position: relative;
    color: #a12024;
    font-weight: 600;
    background-color: #ebab00;
    padding-bottom: 100px;
}

.list-group-item {
    background-color: transparent;
    border: none;
    color: #a12024;
    padding: 15px 21px;
    text-align: justify;

    a {
        color: #a12024;
        text-decoration: none;
    }
}

footer h3 {
    font-weight: 800;
}

footer svg {
    height: 30px;
    padding-right: 15px;
}

.product-icon {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 4px;
    transition: all 0.2s ease;
}

.product-icon.active {
    border-color: #f4c430;

}

.product-detail {
    padding-top: 100px;
    padding-bottom: 200px;
    color: #fff;
}

.product-detail h1,
.product-detail h2 {
    color: #e8a302;
    font-size: 30px;
    font-weight: 600;
}

.product-detail h2 {
    margin-top: 50px;
}

.product-detail h4 {
    color: #e8a302;
    font-size: 13px;
    font-weight: 600;
}

.productDetail1 {
    background: url(../images/green-bg.jpg) no-repeat;
    background-size: cover;

}

.productDetail2 {
    background: url(../images/groundnut-bg.jpg) no-repeat;
    background-size: cover;

    h1,
    h2,
    h4 {
        color: #dda66a;
    }
}

.productDetail3 {
    background: url(../images/rice-bg.jpg) no-repeat;
    background-size: cover;

    h1,
    h2,
    h4 {
        color: #33ff25;
    }
}

.productDetail4 {
    background: url(../images/sunflower-bg.jpg) no-repeat;
    background-size: cover;

    h1,
    h2,
    h4,
    h5 {
        color: #6c3522;
    }

    p {
        color: #181818;
    }
}

.productDetail5 {
    background: url(../images/edible-bg.jpg) no-repeat;
    background-size: cover;

    h1,
    h2,
    h4,
    h5 {
        color: #ffe596;
    }
}






.details {
    position: relative;
    overflow: hidden;
}

/* description hidden by default */
.details p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 12px 6px;
    background: #a17e08;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.35s ease;
    border-radius: 16px;

}

/* image smooth effect */
.details img {
    transition: transform 0.35s ease;
}

/* hover effect */
.details:hover img {
    transform: scale(1.05);
}

.details:hover p {
    opacity: 1;
    transform: translateY(0);
}




.details {
    font-size: 12px;
}

.details h4 {
    margin-top: 30px;
}

.details img {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* ABOUT CSS */

.about-header {
    background: url(../images/about-head-banner.jpg);
    padding: 180px 0px;
    text-align: center;
}

.about-header h1 {
    font-weight: 600;
    color: #fff;
}

.yellow-bg {
    background: url(../images/yellow-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 160px;
    padding-bottom: 0px;
    background-position: 0 -180px;
    margin-top: -125px;
    height: auto;
    position: relative;
    z-index: 0000;



}

.legacy {
    padding-top: 40px;

    h3 {
        color: #1f431f;
        font-weight: 400;
    }

    p {
        color: #1f431f;
    }
}

.story {
    background-color: #fff;
    margin: 50px 0;
    border-radius: 25px;
    position: relative;
    padding: 40px 50px;

}

.story:before {
    content: '';
    position: absolute;
    border-radius: 25px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 4px solid #000;
    pointer-events: none;
    transform: rotate(-2deg);
}

.comma:before {
    content: '';
    position: absolute;
    background: url(../images/inverted.png) no-repeat;
    background-size: 60px;
    height: 60px;
    width: 60px;
    margin-top: -58px;
    left: 50%;
    transform: translateX(-50%);
}

.comma:after {
    content: '';
    position: absolute;
    background: url(../images/inverted.png) no-repeat;
    background-size: 60px;
    height: 60px;
    width: 60px;
    margin-bottom: 0;
    right: 50%;
    transform: translateX(50%) rotate(180deg);
}

.manufacturing {
    background: url(../images/manufacturing.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}

.certification {
    max-width: 100%;
    height: auto;
}

/* .card-wrap {
    position: relative;
    display: inline-block;
  }
  

  .card-wrap::before {
    content: "";
    position: absolute;
    top: 18px;
    left: -22px;
    width: 100%;
    height: 100%;
    background: #c99600;
    transform: rotate(-2deg);
    z-index: 1;
    border-radius: 6px;
  }
  

  .card-wrap::after {
    content: "";
    position: absolute;
    top: 22px;
    right: -22px;
    width: 100%;
    height: 100%;
    background: #c99600;
    transform: rotate(2deg);
    z-index: 1;
    border-radius: 6px;
  }
  

  .organic-card {
    position: relative;
    background: #ffffff;
    padding: 45px 50px;
    border-radius: 6px;
    text-align: center;
    z-index: 2;

    h3{    color: #1d441f;
        font-size: 2rem;
        font-weight: 400;}
  } */

.certi-fication {
    padding: 160px 0px;
}

.green-section {
    position: relative;
    background: #214f26;
    /* dark green */
    padding: 100px 20px 200px;
    text-align: center;
    overflow: hidden;
}

/* TOP CURVE */
.green-section::before {
    content: "";
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: 280px;
    background: #214f26;
    border-radius: 0 0 50% 50%;
}

/* CONTENT */
.green-content {
    position: relative;
    max-width: 900px;
    margin: auto;
    z-index: 2;
}

.green-content h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.green-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.95;
}







.contact-bg {
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: cover;
}

.contact-bg h1 {
    color: #ebab00;
    font-weight: 600;
}

.contact-text {
    color: #fff;
    font-size: 30px;
    text-align: right !important;
}

.contact-text i {
    color: #ebab00;
    font-weight: 600;
    display: inline-block;
}

.contact-text i::after {
    content: "";
    background: url(../images/contact-underline.png) no-repeat;
    height: 25px;
    display: block;
    background-size: contain;
    background-position-x: right;
}

.social-cards-wrapper {
    padding-bottom: 60px;
}

.social-cards-wrapper img {
    width: 185px;
    margin: 10px;
}



/* common */
.social-card {
    display: inline-block;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* light rotations (different) */
.social-card.light {
    transform: rotate(-2deg);
}

.social-card.orange {
    transform: rotate(2deg);
}

.social-card.yellow {
    transform: rotate(-1.5deg);
}

.social-card.pink {
    transform: rotate(1.5deg);
}

.social-card.green {
    transform: rotate(-2.5deg);
}


/* hover effect – thoda straight + zoom */
.social-card:hover {
    transform: rotate(0deg) scale(1.05);
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}





/********************************************responsive**********************************************/


@media (max-width: 768px) {
    img {
        max-width: 100%;
        height: auto;
    }

    .heartiva img {
        max-width: 100%;
        height: auto;
        padding: 40px 30px;
        position: inherit;
        transform: inherit;
    }

    .heartiva {
        padding: 10px 0px;
    }

    .icon-cards__item {
        width: 55%;
        height: auto;
        max-width: 100%;
        max-height: 350px;
        margin: 0 auto;
        padding: 15px !important;
    }

    .test-cust {
        font-size: 24px;
    }

    .breaker img {
        height: 100%;
    }

    .hero-section {
         min-height: 100vh;
        padding: 40px 20px;
        width: 100%;
    }
    .hero-content {
        max-width: 100%;
        margin: auto;
        text-align: center;
        transform: translate(10px, -125px);
    }
    .subscribe-box input {
        width: 100%;
    }

    .hero-content h1 {
        font-size: 21px;
    }
    .hero-products {
        left: 0;
        bottom: 20px;
    }
    .hero-products img {
        padding: 0 !important;
        width: 100%;
    }

    .hero-content p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .subscribe-box button {
        padding: 10px 12px;
        background: #f1b800;
        color: #000;
        border: none;
        font-weight: 600;
        letter-spacing: 1px;
        border-radius: 6px;
        cursor: pointer;
        transition: 0.3s;
        font-size: 12px;
    }
    .subscribe-box input {
        width: 60%;
    }
    footer .list-group {
        float: left !important;
    }

    footer .list-group-item {
        padding: 10px 0px 10px 0px;
    }

    footer .order {
        order: 1;
    }

    footer .container {
        padding: 0px 20px 0px 20px;
    }

    .testimonial-section {
        width: 100%;
        margin: 0 auto;
    }


    .certifications img {
        background-color: #fff;
        padding: 15px;
        height: 100%;
        border-radius: 16px;
    }

    .icon-cards {
        width: 100%;
    }
    footer {
        padding-bottom: 30px;
    }


    .about-header {
        padding: 100px 0px;
    }
    .yellow-bg {
        background-color: #ebab00;
        background-size: 100% 100%;
        padding-top: 0;
        padding-bottom: 0px;
        background-position: 0;
        margin-top: 0;
        height: auto;
        position: relative;
        z-index: 0000;
    }
.w-50 {
    width: 100% !important;
}
.py-0{padding: 0px;}
.certi-fication {
    padding: 30px 0px;
}
.green-section {
    padding: 40px 20px 40px;
}
.manufacturing {padding: 50px 0px;}
.offset-2 {
    margin-left: 0 !important;
}
.social-cards-wrapper img {
    width: 150px;
    margin: 10px;
}
.products {
    text-align: center;
    background-image: initial;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    padding-top: 50px;
    background-color: #d7ab00;
    
    .hertiva-imgs {
        margin-bottom: 60px;
        width: 100%;
    }
}

}



