@import url('https://fonts.googleapis.com/css2?family=Fasthand&family=Hanuman:wght@100;300;400;700;900&family=Noto+Serif+Khmer:wght@800&family=Poppins:wght@400;600;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
  --grey: rgba(128, 128, 128, 0.442);
  --border-color-grey: rgba(128, 128, 128, 0.442);
  --bg-card: #d4d4d440;
  --bg-sale: #3CB043;
  --bg-hover-card: #bfc1be;
  --bg-header: #F6F9F5;
  --text-white: #ffffff;
  --overlay: rgba(0, 0, 0, 0.397);
  --navbar-tab: #FAFBFA;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family:"Poppins", sans-serif  ,  "Fasthand", cursive;
}

/* =====================================================section1=================================== */



.nav-group-link {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 0.5rem;
}
.container > .nav-group-link > .nav-item > .nav-link {
  display: block;
  text-decoration: none;
  color: #798076;
  font-weight: 600;
  font-size: 1.2rem;
  transition: 0.3s;
}
#active {
  color: var(--bg-sale);
}
.nav-group-link > .nav-item > .nav-link:hover {
  color: var(--bg-sale);
}
.container > .text-title {
  text-align: center;
  font-size: 3rem;
}

.container > .text {
  color: #798076;
  text-align: center;
}
/* =====================================================section2=================================== */
.section2 > .container {
  width: 95%;
  height: 300px;
  margin: 50px auto;
}
.section2 > .container > img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* =====================================================section3=================================== */
.section3 > .container {
  width: 800px;
  height: 500px;
  margin: auto;
}


.section3 >.box-text {
  text-align: center;
  padding-bottom: 35px;
}

.section3 >.box-text > .text-title {
  color: var(--bg-sale);
  font-size: 20px;
}

.question {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 30px 30px;
  cursor: pointer;
}

.answer {
  display: none;
  padding: 10px;
}
.container > .box-text {
  text-align: center;
}
.container > .box-text > .text-title {
  color: var(--bg-sale);
}
.container > .box-text > h2 {
  font-size: 2rem;
}
.question > p {
  font-size: 1.8rem;
  font-weight: 500;
}
.question > span {
  font-size: 1.8rem;
  font-weight: 500;
}

.question.active {
  color: var(--bg-sale);
}
/*=====================================================section4=================================== */
.section4 > .header {
  width: 500px;
  margin: auto;
  text-align: center;
  padding: 20px;
}
.header > p {
  color: var(--bg-sale);
  font-size: 20px;
}

.fab {
  font-size: 2rem;
  color: var(--bg-sale);
}
.fab:hover {
  color: #fff;
}
.section4 .farmers-container {
  display: flex;
  width: 1200px;
  margin: auto;
  position: relative;
  gap: 2rem;
  justify-content: center;
}

.member {
  width: 460px;
  height: 450px;
  position: relative; /* Add position relative */
  transition: 0.3s;
}

.member:hover .box-title-1,
.member:hover .icons-container {
  opacity: 1;
}


.member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 2px;
}


.member:hover .overlay-member {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--overlay);
}

.farmers-container > .member:nth-child(1),
.farmers-container > .member:nth-child(3) {
  margin-top: 20px;
}
.farmers-container > .member:hover .box-title-1 {
  display: none;
}
.box-title-1 {
  width: 90%;
  padding: 7px 0;
  height: 90px;
  margin-left: 25px;
  margin-top: 70%;
  position: absolute;
  background-color: #f6f5f5;
  transition: transform 0.5s ease;
  transform: translateY(100%);
  border-radius: 2px;
}
.icons-container {
  position: absolute;
  left: 0;
  bottom: 220px;
  width: 100%;
  height: 50px;
  right: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.icons-container a {
  transition: color 0.3s;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: var(--text-white);
}
.icons-container >a>i{
  color: var(--bg-sale);
  font-size: 1.5rem;
}
.icons-container a:hover {
  color: var(--text-white);
}

.icons-container i {
  font-size: 18px;
}
.box-title-1 {
  width: 90%;
  height: 90px;
  margin-left: 25px;
  margin-top: 78%;
  position: absolute;
  background-color: var(--bg-header);
  transition: transform 0.5s ease;
  transform: translateY(100%);
}
.box-title-1 {
  text-align: center;
}
.box-title-1 > p {
  font-size: 0.8rem;
  color: var(--bg-sale);
}
/*=====================================================section5=================================== */
.dp-l{
  align-items: center;
  display: flex;
  gap: 10px;
}
.gap-abus{
  gap: 40px;
}
#col-8-abus{
width: 71%;
}

.section5 .contact-form {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin: auto;
}
.section5 > .contact-form > form {
  width: 800px;
  height: 400px;
  padding: 20px;
}
.section5 > .contact-form > form > .box-from {
  display: flex;
  gap: 1rem;
  color: #848783;
  flex-wrap: wrap;
}
.from-contral {
  padding: 15px;
  width: 367px;
  border-color: var(--bg-sale);
  height: 50px;
  border: 2px solid var(--border-color-grey);
}
.from-contral-1 {
  padding: 15px;
  
  width: 99%;
  height: 120px;
  border-color: var(--bg-sale);
  border: 2px solid var(--border-color-grey);
}
form > h1 {
  text-align: center;
}

.btn {
  border: none;
  width: 100%;
  height: 50px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  position: relative;
  background-color: #fff;
}
.btn > p {
  position: absolute;
  z-index: 999;
  color: black;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  color: #fff;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--bg-sale);
  transition: all 0.3s;
}
.btn:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(57, 194, 33, 0.5);
  transform: scale(1.2, 1.2);
}
.btn:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}


/* fqa */


.row {
  
    display: flex;
    flex-wrap: wrap;
  }
  .col-12 {
    width: 100%;
  }
  
  .col-8 {
    width: 66.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-9 {
    width: 75%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-6 {
    width: 50%;
  }
  
  .col-2 {
    width: 25%;
}
.container {
  max-width: 1200px;
  margin: 0px auto;
}


  .nav-group-link {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 0.5rem;
  }
  .container > .nav-group-link > .nav-item > .nav-link {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    transition: 0.3s;
  }
  #active {
    color: var(--bg-sale);
  }
  .nav-group-link > .nav-item > .nav-link:hover {
    color: var(--bg-sale);
  }
  .container > .text-title {
    text-align: center;
    font-size: 3rem;
  }
  .container > .text {
    text-align: center;
  }
  /* =====================================================section2=================================== */
  .section2 > .container {
    width: 1200px;
    height: 400px;
    margin: 50px auto;
  }
  .section2 > .container > img {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    overflow: hidden;
  }
  /* =====================================================section3=================================== */
  .section3 > .container .row{
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 10px;


  }

  .question {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 30px 30px;
    cursor: pointer;
  }
  
  .answer {
    display: none;
    padding: 10px;
  }
.container > .row>.col-4  >h1{
  font-size: 20px;
}
.container > .row>.col-4  >p{
  font-size: 15px;
}
  .question{
    width: 800px;
  }
  .question > p {
    font-size: 10px;
    font-weight: 500;
  }
  .question > h2{
    font-size: 10px;
  }

  .qna >header{
    border: none;
    display: block;
  }
      
  .question.active {
    color: var(--bg-sale);
  }
  .accordion-content-1{
    border-bottom: 1px solid #333;

    overflow: hidden;
    } 
  .accordion-content-1.open{
    padding-bottom: 10px;
    }
    .accordion-content-1 header{
    display: flex;
    padding: 0px 15px;
    cursor: pointer;
    background-color: var(--bg-white);
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s linear;
    height : 60px;
    }
    .accordion-content-1.open header{
    height : 30px;
    }
    .accordion-content-1 header .title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    }
    .accordion-content-1 header i{
    font-size: 15px;
    color: var(--color-green);
    }
    .accordion-content-1 .description{
    height: 0;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    padding: 0 15px;
    transition: all 0.2s linear;
    }
  .text-fags-center{
    text-align: center;
  }