:root, :host {
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-orange-700: oklch(55.3% 0.195 38.402);
    --color-orange-900: oklch(40.8% 0.123 38.172);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-yellow-900: oklch(42.1% 0.095 57.708);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-xs: 0.125rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: "Playfair Display", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --default-mono-font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-border: var(--border);
        --radius: 0.5rem;
    --background: oklch(0.99 0.005 90);
    --foreground: oklch(0.18 0.02 60);
    --card: oklch(1 0 0);
    --card-foreground: oklch(0.18 0.02 60);
    --popover: oklch(1 0 0);
    --popover-foreground: oklch(0.18 0.02 60);
    --primary: oklch(0.45 0.14 145);
    --primary-foreground: oklch(0.99 0 0);
    --secondary: oklch(0.95 0.03 90);
    --secondary-foreground: oklch(0.25 0.05 80);
    --muted: oklch(0.96 0.01 90);
    --muted-foreground: oklch(0.52 0.03 80);
    --accent: oklch(0.72 0.18 55);
    --accent-foreground: oklch(0.18 0.02 60);
    --destructive: oklch(0.577 0.245 27.325);
    --border: oklch(0.90 0.01 90);
    --input: oklch(0.90 0.01 90);
    --ring: oklch(0.45 0.14 145);
    --chart-1: oklch(0.646 0.222 41.116);
    --chart-2: oklch(0.6 0.118 184.704);
    --chart-3: oklch(0.398 0.07 227.392);
    --chart-4: oklch(0.828 0.189 84.429);
    --chart-5: oklch(0.769 0.188 70.08);
    --sidebar: oklch(0.985 0 0);
    --sidebar-foreground: oklch(0.145 0 0);
    --sidebar-primary: oklch(0.205 0 0);
    --sidebar-primary-foreground: oklch(0.985 0 0);
    --sidebar-accent: oklch(0.97 0 0);
    --sidebar-accent-foreground: oklch(0.205 0 0);
    --sidebar-border: oklch(0.922 0 0);
    --sidebar-ring: oklch(0.708 0 0);
}

body{
    background-color: #ffffff;
    position: relative;
    z-index: 0;
}

.common-horizontal-padding{
    padding: 0px 40px;
}

.inter-sans-serif-font{
    font-family: Inter, sans-serif;
}

.playfair-font{
font-family: "Playfair Display", serif;
font-family: "Playfair Display", serif;
      
font-weight:700 !important;
       font-size: 50px !important;
}



header{
    position: relative;
    z-index: -1;
}

.navbar-navbar{
    position: relative;
    z-index: 4;
    background-color: #055302;
}

.navbar-brand{
    font-size: 15px;
    font-weight: 700;
}
.navbar-brand span{
    font-size: 12px;
    font-weight: 500;
    color: color-mix(in oklab, var(--color-white) 70%, transparent);
}

.nav-link{
    color: white;
}

.nav-link:hover{
    color: rgb(68, 142, 28);
    color:rgb(218 151 9);
}
a.btn.btn-light.rounded-5.px-3 {
    text-transform: uppercase;
    background-color:rgb(218 151 9);
color:#202020;
}
a.btn.btn-light.rounded-5.px-3:hover{
background-color:#fff;
color:#202020;

}


.main-section{
    background: url("growacres_images/land.jpg");
    background-size: cover;
    height: 100vh;
    color: white;
    position: relative;
    z-index: -1;
    padding: 40px 0px 0px 0px;
}

.main-section::after{
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.491);
}


.main-apeda-div{
   background-color: #555555b8;
    max-width: fit-content;
    border: #fff solid 0.5px; 
    border-radius: 40px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-top:15px;
}

.fa-circle{
    color: var(--color-amber-600);
}

.main-section h1{
    font-size: 90px;
    text-wrap-mode: initial;
    text-wrap-style: balance;
}

.heartland{
    color: oklch(0.72 0.15 76.82);
}

#blur-background{
   background-color: #d89508;
    color: #202020;
    border: 1px solid white;
}

#blur-background:hover{
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border: 1px solid;
    border-color: #14a10d;
}

.about-us{
    padding: 100px 40px 0px 40px;
    position: relative;
    z-index: -1;
}

.about-us-text{
    color: var(--color-green-700);
    letter-spacing: 1.5px;
}

.about-icons{
    color: var(--color-green-700);
    background-color: #14a10d47;
    padding: 15px 30px;
}

.products{
    padding: 100px 40px 30px 40px;
    background-color: oklch(0.97 0.01 90);
}

.products-text{
    color: var(--color-green-700);
    letter-spacing: 1.5px;
}

.products-heading{
    font-size: 50px;
}

.products-subheading{
    font-size: 20px;
}

.products .pills-tab .nav-item button{
    color: #14a10d;
}

#pills-tab .nav-item button:hover{
    color: hsl(0, 0%, 100%);
}

.nav-pills-div{
    background-color: oklch(0.97 0.01 90);
    padding: 10px 10px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.167);
}

.product-card{
    background-color: oklch(0.97 0.01 90);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.167);
}


.quality{
    padding: 100px 40px;
}

.quality-text{
    color: var(--color-green-700);
    letter-spacing: 1.5px;
}

.certified-div{
  background: url('growacres_images/mango_farm1.jpg');
    background-size: cover;
    height: 100%;
    border-radius: 40px;
    position: relative;
    z-index: 0;
}

.small-certified-card{
    position: absolute;
    z-index: 1;
    bottom: -40px;
    left: -20px;
    background-color: rgba(91, 111, 50, 0.894);
    border-radius: 20px;
    color: white;
}

.contact{
    padding: 100px 40px 40px 40px;
    background-color: oklch(0.97 0.01 90);

}

#form-inputs{
    background-color: oklch(0.97 0.01 90);
    
}

.certified-container {
  --s: 150px; /* size of the logo */
  --d: 8s; /* animation duration*/
  --n: 3; /* number of visible logos */
  
  display: flex;
  width: 50%;
  overflow: hidden;
  position: relative;
}


.certified-container:before, .certified-container:after {
  position: absolute;
  top: 0;
  content: '';
  width: 10%;
  height: 100%;
  z-index: 2;
}

.certified-container:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.certified-container:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logo-img {
  width: 130px;
  height: 100px;
  offset: shape(from calc(var(--s)/-2) 50%,hline by calc(sibling-count()*max(100%/var(--n),var(--s) + 10px)));
  animation: x var(--d) linear infinite calc(-1*sibling-index()*var(--d)/sibling-count());
}

/*
@keyframes x { 
  to {offset-distance: 100%}
}
*/

@keyframes x {
  from {
    offset-distance: 100%;
  }
  to {
    offset-distance: 0%;
  }
}



.certified-container {
  padding-block: 5px;
  margin: 20px auto;
}


/* extra styles */
.certified-container {
  padding-block: 5px;
  margin: 20px auto;
}
/*
:nth-child(2 of .certified-container) .logo-img {
  animation-direction: reverse;
}

*/


a.navbar-brand.text-white img {
      background-color: #fff !important;
    WIDTH: 210px !important;
    position: absolute;
    top: 0px !important;
    border-radius: 0px 0px 20px 20px;
    padding: 3px 7px 7px 7px;
}



button.btn.btn-success.rounded-5.px-4.py-2.fs-5:hover{
color: #202020;
    background-color: #fff !important;
    border-color: var(--bs-btn-hover-border-color);
}

button.btn.btn-success.rounded-5.px-4.py-2.fs-5 {
    background-color: #075203 !important;
    border-color: #fff;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 15px !important;
    font-weight: var(--bs-nav-link-font-weight);
    color: #fff;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

nav.navbar.navbar-expand-lg.common-horizontal-padding.navbar-navbar .container-fluid {
    height: 70px;
}

.main-section h1 {
    font-size: 65px;
    text-wrap-mode: initial;
    text-wrap-style: balance;
    text-transform: uppercase;
    font-weight: bold;
}
footer a.navbar-brand.text-white img {
    width: 225px;
}

.d-flex.flex-row.justify-content-center.text-center.my-4.gap-4 {
    margin-top: 66px !important;
}

ul.certified-logo-container li {
  float: left;
    list-style: none;
    padding-left: 30px;
    padding-top: 45px;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-transform: uppercase;
}

ul.certified-logo-container {
    margin: 0 auto !important;
    width: 50%;
margin: 0 auto !important;
    width: 66%;
    text-align: CENTER;
   
}

ul.certified-logo-container li i {
    border: 2px solid;
    padding: 18px;
    border-radius: 50%;
    width: 75px;
    font-size: 30px;
    margin-bottom: 5px;
}

:nth-child(2 of .certified-container) .logo-img {
  animation-direction: normal;
}
.col-md-6.d-flex.flex-column.gap-3.px-3.px-lg-5.py-5.my-auto h1 {
    color: #1a8755 !important;
font-family: "Playfair Display", serif;
    font-weight: 700 !important;
    font-size: 45px !important;
}
.row.d-flex.justify-content-center.text-center.my-4.gap-4 h1 {
    letter-spacing: 3px;
}

footer{
    padding: 100px 40px 40px 40px;
    background-color: var(--foreground);
}

.footer-divider{
    margin: 50px 0px;
    height: 0.5px;
    background-color: rgba(255, 255, 255, 0.27);
}


#dialog{
    
    position: fixed;
    z-index: 4;
    top: 0;
    left: 50;
    background-color: #00000090;
    display: none;

}

.fa-xmark{
    position:relative;
    z-index: 10;
}

a.navbar-brand.text-white.footer-logo img {
    position: relative;
}
.flex-row.justify-content-center.align-items-center.gap-4 a i {
    color: #fff !important;
 
    padding-right: 45px;
}

ul.navbar-nav-footer li {
    list-style: none;
    padding-top: 5px;
}

ul.navbar-nav-footer li a {
    text-decoration: none;
    color: #fff !important;
font-family: Inter, sans-serif;
font-size: 13px;
}
ul.navbar-nav-footer {
    padding-left: 0px;
}
.nav-pills-div.d-flex.flex-wrap.justify-content-start.gap-3 li {
    border-right: 2px solid #1b865526;
}
.nav-pills-div.d-flex.flex-wrap.justify-content-start.gap-3 li:last-child {
    border-right: 0px solid #1b865526;
}

.nav-pills-div.d-flex.flex-md-column.justify-content-start.flex-wrap.gap-3 .btn{

 border-bottom: 2px solid #1b865526 !important;


}

.nav-pills-div.d-flex.flex-md-column.justify-content-start.flex-wrap.gap-3 button:last-child {
    border-bottom: 0px !important;
}


@media (max-width: 992px){
    .main-section h1{
    font-size: 40px;
}
.certified-div{
    height: 70vh;
}

.col-12.d-flex.flex-column.flex-md-row.product-card.rounded-5.flex-row .p-5, .row.d-flex.flex-column.gap-3 .p-5, .col-12.d-flex.flex-column.flex-md-row.product-card.rounded-5 .p-5 {
    padding: 1rem !important;
}
footer {
          padding: 45px 2px 45px 2px;
        background-color: var(--foreground);
        text-align: center;
    }

footer .px-5 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}
.my-4.gap-4 .fs-5 {
    font-size: 12px !important;
}
span.my-auto {
    padding-right: 10px !important;
}
.grow-product{
display:none !important
}
.col-6.text-white {
    width: 100% !important;
}
.col-lg-6.d-flex.flex-column.align-items-center {
    width: 50% !important;
}
.navbar-brand {

    padding-top: 0px;
}
.common-horizontal-padding {
    padding: 0px 10px !important;
}
a.navbar-brand.text-white img {
    background-color: #fff !important;
    WIDTH: 190px !important;
    position: relative;
    top: 0px !important;
    border-radius: 0px 0px 20px 20px;
    padding: 3px 7px 7px 7px;
}
ul.certified-logo-container li {
    float: left;
    list-style: none;
    padding-left: 0px;
    padding-top: 13px;
    letter-spacing: 0.5px;
    font-size: 11px;
    text-transform: uppercase;
    width: 25%;
}
ul.certified-logo-container {
    margin: 0 auto !important;
    width: 50%;
    margin: 0 auto !important;
    width: 100%;
    text-align: CENTER;
    padding-left: 0px;
}
.d-flex.flex-row.justify-content-center.text-center.my-4.gap-4 {
    margin-top: 40px !important;
}
.mob-product{
display:none;
}

.nav-pills-div.d-flex.flex-wrap.justify-content-start.gap-3 li.nav-item button, .nav-pills-div.d-flex.flex-md-column.justify-content-start.flex-wrap.gap-3 button {
    padding: 3px 6px;
    font-size: 13px !important;
}
ul#pills-tab {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.contact, .products, .about-us, section.cerification.px-5.my-5 {
    padding: 40px 10px 40px 10px !important;;
    background-color: oklch(0.97 0.01 90);
}
.quality {
    padding: 100px 10px;
}
div#navbarSupportedContent {
    background-color: #075203;
    border-radius: 10px;
}
.main-apeda-div {
   
    font-size: 13px;

}

button.navbar-toggler {
    background-color: #fff !important;
}
.flex-row.justify-content-center.align-items-center.gap-4 {
    padding-bottom: 30px;
}
.certified-container {

    width: 100% !important;
    
}

}