@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");

:root {
  --primary-color: #ed8613;
  --primary-color-dark: #d47911;
  --text-dark: #333333;
  --text-light: #767268;
  --extra-light: #f1f1f1;
  --white: #ffffff;
  --max-width: 1200px;
}
.fade-out {
  opacity: 0;
  transition: opacity 0.2s ease;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none !important;
}
body{
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 4rem 1rem;
}

.section__header {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  line-height: 3rem;
}

.section__description {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-light);
  line-height: 1.75rem;
  text-align: center;
}

.btn {
  padding: 1rem 2rem;
  outline: none;
  border: none;
  font-size: 1rem;
  color: var(--white);
  background-color: var(--primary-color);
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}

.btn:hover {
  background-color: var(--primary-color-dark);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

img {
  display: flex;
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul {
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  align-items: center;
}
#home{
  /* background:linear-gradient(to bottom right,#ffe3ec,#ffeaea); */
  /* clip-path:polygon(0 0, 100% 0, 100% 100%,0 90%); */
 width:100%;

}
#home_page_card{
  /* background:linear-gradient(to bottom right,#ffe3ec,#ffeaea); */
  /* clip-path:polygon(0 0, 100% 15%, 100% 100%,0 100%); */
 width:100%;
}

/*===============nav bar start===========*/
 .navbar {
 display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  flex-wrap: wrap;
  height:9vh;
  max-width: var(--max-width);
 background: transparent;
  margin: auto;
  margin-top:12px ;

} 
 .navbar_transparent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  position: absolute;       /* CHANGE from 'relative*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;            /* Ensures it stays on top of video */
  flex-wrap: wrap;
  height: 9vh;
  max-width: var(--max-width);
 background: transparent;
  margin: auto;
  margin-top: 12px;
}


.nav-links_left{
  display: flex;
  gap:6rem;
  
  justify-content:space-evenly !important;
  margin-left: 3vw;
  margin-right: auto;
}
.nav-links_right {
  display: flex;
  margin-right:3vw;
  margin-left: auto;
  
  gap:6rem;
  justify-content:space-evenly !important;
  
  
}

.nav-links {
  display: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-family:sans-serif;
  font-size:17px;
}
.navbar a:hover{
  color: #c00e15;

}

.logo_small {
  display:none;
  color: aqua;
  font-weight: bold;
  font-size: 20px;
}

.logo {
  color: black;
  font-weight: bold;
  object-fit: center;
}

#toggle {
  display: none;
}

.menu-icon {
  display: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
  padding: 18px;
  transition: transform 0.3s ease;
}
#navbar_line{
  background:linear-gradient( to right, #ca0516,#ed8713c9,red)  ;
  height: 4px;
  border:none;
}
.icon_gap{
  margin-right:8px;
  color: #c00e15;
}

@media (max-width: 868px) {
  .navbar {
    justify-content: space-between;
    height: auto;
    width:100%;
    background:linear-gradient(to right, #ecbf0ad8,#ff6868);
  }

  .logo {
    display: none;
  }

  .logo_small {
    display: block;
  }

  .nav-links_left,
  .nav-links_right {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  .nav-links {
    width: 100%;
    max-height:100%;
    overflow: hidden;
   
   
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
  .nav-links a {
    
    color:white;
    font-size:17px;
  }

  #toggle:checked + label + .nav-links {
    display: flex;
    padding: 20px 0;
    max-height: 500px;
  }

  /* Change icon to X when menu is open */
  #toggle:checked + label .fa-bars {
    display: none;
  }

  #toggle:checked + label .fa-xmark {
    display: inline;
  }
.fa-bars,  .fa-xmark{
  color:black;
}
  .fa-xmark {
    display:none;
  }
  #navbar_line{
    display: none;
}
}


/* ========================nav bar end ======================== */

:root {
  --max-width: 1200px;
  --text-dark: #333;
  --white: #fff;
  --primary-color: #c00e15;
}


/* ========================home section ======================== */

.fruitfull_heading{
  height:8vh;
  display: flex;
  align-items: center;
  justify-content: center;

  
}
.fruitfull_heading h1{
  text-align: center;
  font-size:22px;
  font-family:serif ;
  font-style:italic ;
}

 /* ========================home  content section======================== */
                      
#home_content_section{
  /* background-color:linear-gradient(to right #f8e0cc,#ffffff); */
  background: #fdefe4;
} 
#home_content {
 
  display: flex;
  flex-direction: row;
  
  justify-content: space-between;
   align-items: center;
  max-width: 1350px;
  margin: 0 auto;
  padding:3rem 0 3rem 0;
gap:7rem;
}

.header__content {
  flex: 1;
  text-align: left;
}

.header__content h1 {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
  text-align: center;
}

.header__content span {
  color:#b72427;
  text-shadow: 2px 2px #000;
  font-style: italic;
  font-size: 3.5rem;
}

.header__content p,
.section__description {
  text-align: justify;
  font-size: 1.02rem;
  line-height:2rem;
  color:#333;
}

.header__btn {
  margin-block: 2rem;
  text-align: left;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.socials a {
  display: inline-block;
  margin-top: 22px;
  padding: 8px 12px;
  font-size: 1.125rem;
  color: var(--white);
  background-color: var(--text-dark);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.socials a:hover {
  background-color: var(--primary-color);
}
/* Optional background override */
.home_background::before {
  background-color: white;
}

@media (max-width: 1200px) {
  header {
    padding: 5rem 5rem;
  display: flex;
  flex-direction:column;
  justify-content:cenetr;
  align-items: center;
  
  margin: 0 auto;

  
  }
.header__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.header__content {
    text-align: center;
    order:2;
    padding:32px;
  }
 

  .header__content h1 {
    font-size: 3rem;
    text-align: center;
  }

  .header__content h1 span {
    font-size: 4.2rem;
  }
}

@media (max-width: 992px) {
  header {
    gap: 2rem;
     flex-direction:column;
  }


  .header__content {
    text-align: center;
    order:2;
  }
  .header__content h1 {
    font-size: 2.5rem;
    text-align: center;
  }

  .header__content h1 span {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }


  .header__content {
    text-align: center;
    order:2;
  }
  header__content p,
  .section__description {
    font-size:15px;
    padding:22px;

  }

  .header__content h1,
  .header__btn {
    text-align: center;
  }

  .socials {
    justify-content: center;
  }

  .header__image {
    max-width: 100%;
  }
}

@media (max-width: 480px) {


  .header__content h1 {
    font-size: 1.6rem;
    padding:22px;
     margin-bottom:-19px;
  }

  .header__content h1 span {
    font-size: 2.8rem;
  }

  .header__content p,
  .section__description {
    font-size:12px;
    padding:22px;

  }

  .header__btn {
    margin-block: 1rem;
  }
}

            /*================home content section end ===*/
 
/*============================================company section=========================*/
.aboutus_container {
  max-width: 1400px;
  margin: auto;
  padding: 20px;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   display: flex;
   
   gap:3rem;
}



.top-images {
  display: flex;
  flex-direction: column;
  justify-content:space-evenly;
  gap: 40px;
  margin-top: 20px;
  align-items: center;
}


.top-images .image-box {
  text-align: center;
 
}

.borderM{
   border: 3px solid orange !important; 
}

.image_contentM {
  margin-top: 25px;
  font-weight: 700;
  font-size: 30px;
}

.founder_nameS p{
  margin-top: 25px;

}


.image-frame{
   box-shadow: 2px 4px 5px  rgba(0, 0, 0, 0.712);
}

.top-images img {
  width: 400px;
  border-radius: 12px;
  height: auto;
   border: 3px solid red;
  box-shadow: 3px 5px 7px  rgba(0, 0, 0, 0.757);
  transition: transform 0.3s ease;
}

.top-images img:hover {
  transform: scale(1.02);
}

.founder_name {
  font-size: 0.8rem; 
   margin-top:15px;
   text-transform: uppercase;
   font-weight: 700;
  background-color: white;
  
}
.image-box  p {
  font-size:12px;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.text-block {
  margin-top:29px;
 
  text-align: justify;
}
.text-block p{
  font-size:20px !important;

  color: #333333;
  line-height:30px;
}



.about_company_container {

  color: #333333;
  text-align: justify;
  max-width: 1400px;
  margin: auto;
  padding: 20px;
}

.about_company_container h2 {
  margin-top: 0;
  font-size: 20px;
}
.about_company_container p {
  line-height:25px;
  font-size: 17px;
   margin-bottom: 10px;
}

.mt-3{
 
  margin-bottom: 10px;
}

.about_company_container ul {
  list-style: disc;
  padding-left: 20px;

}

.about_company_container li {
  margin-bottom: 8px;
  font-size: 17px;
  list-style-type: circle;
}
@media (max-width: 768px) {
  .top-images {
    flex-direction: row;
    align-items: center;
    justify-content:space-evenly;
  }
  
  

.top-images .image-box {
  text-align: center;
}

.top-images img {
  width: 170px;
 
}
 .founder_name  p {
  font-size:9px;
}
 .text-block{
    padding:23px;
    padding-top:0px;
  }
  .text-block p {
    font-size: 13px;
    line-height: 20px;
  }
 
    .about_company_container{
      margin-top: -13%;
    }
    .about_company_container h2 {
      
      font-size:16px;
    }
    .about_company_container p,h2,li {
      padding-left: 23px;
      padding-right:23px;
      font-size: 13px;
    }

    .about_company_container ul {
      list-style: disc;
     
    }

    .about_company_container li {
      margin-bottom: 8px;
      font-size: 13px;
      padding-left: 33px;
    }
          .section-title {
            font-size: 20px;
          }
        }


@media (max-width: 480px) {
  
}

.production_img{
  height: 150vh;
      display:flex;
      justify-content: center;
      align-items: center;
 
}

.production_img img{
  
      width: 60vw;
      object-position: center;
      object-fit: contain;
      
}


/*  ---------------- category section----------------- */          

/*============footer==========*/
footer {
  background-color:#b00808fa;
 
  display: flex;
  flex-direction:column;
  text-decoration: none !important;
}


.footer__container {
  display: flex;
  flex-direction: column;
 gap: 10rem 10rem;

} 



.footer__col {
  text-align: left;
  
 height: 10rem;
 width: 40rem !important;
display: flex;
  flex-direction: column;;
}

.footer__col h3{
  font-size: 22px;
  color: #f1f1f1;
  margin-bottom: 12px;
text-align: center;
 padding-right: 60px;
}
.footer__col p{
  font-size:17px;
  color: #f1f1f1;
text-align: left;
 padding:5px;
}
.footer__col .logo span {
  color: var(--primary-color);
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__links a {
  font-weight: 500;
  color: whitesmoke;
  white-space: nowrap;
}

.footer__links a:hover {
  color: var(--primary-color);
}
.socials{
 
 gap:2px;
}
.socials a{
  background-color: #FFE5B4;
  border-radius: 100%;
  color:#ca0516;
  height: 40px;
  width:40px;
 
}
.footer__bar {
  padding: 1rem;
  height:7vh !important;
  background-color:#a31419fa;
  font-size: 1rem;
  color: whitesmoke;
  text-align: center;
}
@media (width > 768px) {
  footer{

    height:auto !important;
    position:static;
    bottom: 0;
    width:100%;
  }
  .footer__bar {
    padding: 1rem;
    height:5vh !important;
  }
  .footer__container {
    flex-direction: row;
    align-items: center;
    margin-top:-2% !important;
    margin-bottom:-2% !important;
    height: auto;
    
  }

  .footer__col:nth-child(1),
  .footer__col:nth-child(3) {
    flex: 1;
    text-align:center;
  }

  .footer__links {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .footer__col .socials {
    justify-content: flex-end;
  }
  .socials{
 
    gap:19px;
   }

}

/*============ footer responsive end======*/
/* === FULL RESPONSIVENESS PATCH FOR ALL DEVICES === */

@media (max-width: 1200px) {
  .section__container, .aboutus_container, .about_company_container, #home_content {
    padding: 2rem 1rem;
    max-width: 100%;
    flex-direction: column;
    gap: 2rem;
  }

  .navbar,
  .footer__container {
    flex-direction: column;
    align-items: center;
  }

  .nav-links_left,
  .nav-links_right {
    flex-direction: column;
    gap: 1.5rem;
    margin: 0;
  }

  .top-images {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }

  .top-images img {
    max-width: 100%;
    height: auto;
  }

  .footer__col {
    width: 100% !important;
    padding: 1rem;
  }

  .header__content {
    padding: 1rem;
    text-align: center;
  }

  .header__content h1 {
    font-size: 2.5rem;
  }

  .header__content h1 span {
    font-size: 3rem;
  }

  .production_img {
    height: auto;
    padding: 2rem 1rem;
  }

  .production_img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar {
    height: auto;
    padding: 1rem;
  }

  .nav-links {
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 1rem 0;
  }

  .header__content h1 {
    font-size: 2rem;
  }

  .header__content h1 span {
    font-size: 2.5rem;
  }

  .header__content p {
    font-size: 0.95rem;
  }

  .btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
  }

  .footer__col h3 {
    font-size: 18px;
  }

  .footer__col p {
    font-size: 14px;
  }

  .footer__links {
    gap: 1rem;
    align-items: center;
  }

  .footer__bar {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .header__content h1 {
    font-size: 1.5rem;
  }

  .header__content h1 span {
    font-size: 2rem;
  }

  .header__content p {
    font-size: 0.9rem;
    padding: 0 1rem;
  }

  .text-block p,
  .about_company_container p,
  .about_company_container li {
    font-size: 13px;
    line-height: 20px;
    padding: 0 1rem;
  }

  .top-images {
    flex-direction: column;
  }

  .top-images img {
    width: 90%;
    max-width: 280px;
  }

  .footer__col {
    text-align: center;
  }

  .socials {
    flex-wrap: wrap;
    justify-content: center;
  }

  .socials a {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }

  .btn {
    font-size: 0.85rem;
    padding: 0.6rem 1.2rem;
  }
}
