@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&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 : #103885!important;
  --secondary : #FB1C1D !important;
  --footer : #27294A !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Arimo", sans-serif;
}

/* Banner Section */
.pf-banner-imagee-container {
    position: relative;
    width: 100%;
  }
  
  .msjk-pf-banner-imgg {
    width: 100%;
    height: 100%;
  }
  
  .pf-banner-image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 510px;
  }
  
  .pf-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .pf-banner-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004d;
  }
  
  .msjk-pf-banner-text-container {
    max-width: 1240px;
    margin: auto;
    display: flex;
    height: 100%;
    z-index: 1;
  }
  
  .pf-banner-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 1;
    margin-bottom: 40px;
    padding: 0px 24px;
  }
  
  .pf-banner-text h3 {
    font-family: "Arimo", sans-serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px !important;
    text-transform: capitalize;
  }
  
  .msjk-pf-breadcrumbs {
    font-family: "Arimo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff !important;
    margin: unset !important;
  }
  
  .msjk-pf-breadcrumbs a {
    color: #ffffff;
    text-decoration: unset;
  }
  
  .msjk-pf-breadcrumbs a:hover {
    text-decoration: underline;
  }
  
  .msjk-pf-breadcrumbs span {
    color: var(--secondary);
  }
  
  @media (max-width: 1024px) {
    .pf-banner-text h3 {
      font-size: 36px;
    }
  
    .pf-banner-image {
      height: 450px;
    }
  }
  
  @media (max-width: 992px) {
    .pf-banner-image {
      height: 400px;
    }
  
    .pf-banner-text h3 {
      font-size: 32px;
    }
  }
  
  @media (max-width: 768px) {
    .pf-banner-image {
      height: 350px;
    }
  
    .pf-banner-text h3 {
      font-size: 28px;
    }
  
    .msjk-pf-breadcrumbs {
      font-size: 14px;
    }
    
    .pf-banner-text{
     padding:0px 16px;   
    }
  }
  
  @media (max-width: 576px) {
    .pf-banner-image {
      height: 300px;
    }
  
    .pf-banner-text h3 {
      font-size: 24px;
    }
  }
/* End of the bannaer section */


/* About Page */

/* About Poultry Farm Section */

.pf-about-container {
    max-width: 1240px;
    margin: 80px auto;
    padding: 0px 8px;
}

.pf-about-image {
    width: 100%;
    height: 350px;
  }
  
  .pf-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pf-about-contents {
    margin-left: 52px;
  }

  .pf-about-title {
    max-width: 425px;
    font-family: "Arimo", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
    padding-top: 12px;
    margin-bottom: 12px;
  }

  .pf-about-description {
    font-family:"Arimo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000cc;
  }

@media (max-width: 992px) {
    .pf-about-container {
        margin: 60px auto;
    }

    .pf-about-contents {
        margin-left: 24px;
    }

    .pf-about-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .pf-about-container {
        margin: 40px auto;
        padding: 0px 4px;
    }

    .pf-cloumn-reverse {
        flex-direction: column-reverse;
    }

    .pf-about-contents{
        margin-left: 0px;
        margin-bottom: 28px;
    }

    .pf-about-title {
        font-size: 24px;
    }

    .pf-about-description {
        margin-bottom: 32px;
    }
}

@media (max-width: 576px) {
    .pf-about-image {
        height: 300px;
    }

    .pf-about-title {
        font-size: 20px;
    }

    .pf-about-description {
        font-size: 14px;
    }
}

/* End of About Poultry Farm section */

/* Message From Founder Section */

.msg-from-founder-container {
   margin: 80px auto;
  }
  
  .msg-from-founder-sub-container {
    max-width: 1200px;
    margin: auto;
    padding: 12px 8px;
    position: relative;
  }
  
  .msg-from-founder-overlay {
    position: absolute;
    width: 70%;
    height: 100%;
    background: #f5f5f5;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  
  .msg-from-founder-msg-container {
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 36px 36px 36px 92px;
  }
  .msg-from-founder-msg-container h3 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #111111;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 24px;
  }
  
  .msg-from-founder-msg-container p {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #111111bf;
    margin-bottom: 12px;
  }
  
  .pf-msg-from-founder-image {
    max-width: 100%;
    width: 100%;
    height: 407px;
  }
  
  .pf-msg-from-founder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media (max-width: 992px) {
    .msg-from-founder-container {
        margin: 60px auto;
    }

    .msg-from-founder-msg-container {
        padding-left: 30px;
        justify-content: unset;
        align-items: unset;
      }

      .msg-from-founder-msg-container h3 {
        font-size: 28px;
        text-align: left;
      }
  }
  
  @media (max-width: 768px) {
    .msg-from-founder-container {
        margin: 40px auto;
    }  
    .msg-from-founder-msg-container {
      padding: 36px 16px;
    }
    .msg-from-founder-msg-container h3 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .msg-from-founder-overlay,
    .msg-from-founder-sub-container {
      position: unset;
      transform: unset;
    }

    .pf-msg-from-founder-image {
      width: 75%;
      margin: auto;
      height: 400px;
    }
  
    .pf-msg-from-founder-image img {
      /* object-position: top center; */
    }
  
    .pf-msg-from-founder-image {
      width: 100%;
      height: 350px;
    }

    .msg-from-founder-sub-container,
    .msg-from-founder-container-col-l{
        padding: 0px !important;
    }

    .msg-from-founder-container-col-r{
        padding: 0px 16px !important;
    }

  }
  @media (max-width: 576px) {
    .msg-from-founder-msg-container h3 {
      font-size: 20px;
    }
    .msg-from-founder-msg-container p {
      font-size: 14px;
    }
    .pf-msg-from-founder-image {
      height: 300px;
    }
  }
  
  /* End of Message From Founder Section */
  /*  Message From Manager Section */

.pf-msg-from-manager-container {
    max-width: 1240px;
    margin: 80px auto;
    padding: 0px 8px;
  }
  
  .pf-msg-from-manager-image {
    width: 100%;
    height: 350px;
  }
  
  .pf-msg-from-manager-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .pf-msg-from-manager-contents {
    margin-left: 52px;
  }
  
  .pf-msg-from-manager-title {
    max-width: 425px;
    font-family: "Arimo", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
    padding-top: 12px;
    margin-bottom: 12px;
  }
  
  .pf-msg-from-manager-description {
    font-family:"Arimo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000cc;
    text-transform: math-auto;
  }
  
  @media (max-width: 992px) {
    .pf-msg-from-manager-container {
        margin: 60px auto;
    }
  
    .pf-msg-from-manager-contents {
        margin-left: 24px;
    }
  
    .pf-msg-from-manager-title {
        font-size: 28px;
    }
  }
  
  @media (max-width: 768px) {
    .pf-msg-from-manager-container {
        margin: 40px auto;
        padding: 0px 4px;
    }
  
    .pf-cloumn-reverse {
        flex-direction: column-reverse;
    }
  
    .pf-msg-from-manager-contents{
        margin-left: 0px;
        margin-bottom: 40px;
    }
  
    .pf-msg-from-manager-title {
        font-size: 24px;
    }
  
    .pf-msg-from-manager-description {
        margin-bottom: 32px;
    }
  }
  
  @media (max-width: 576px) {
    .pf-msg-from-manager-image {
        height: 300px;
    }
  
    .pf-msg-from-manager-title {
        font-size: 20px;
    }
  
    .pf-msg-from-manager-description {
        font-size: 14px;
    }
  }
  
  /* End of Message From Manager Section */

/* About Page */

/* Gallery Page */
/* Gallery Section */
.pf-gallery-msjk{
    max-width: 1240px;
    margin: 80px auto;
    padding: 0px 24px;
}

.pf-gallery-msjk .ufg-thumbnail-border{
  height: 100%;
}

.pf-gallery-msjk .ufg-thumbnail-border img{
  height: 100%;
  object-fit: cover;  
}

@media (max-width: 992px) {
    .pf-gallery-msjk{
        margin: 60px auto;
    }
}

@media (max-width: 768px) {
    .pf-gallery-msjk{
        margin: 40px auto;
        padding: 0px 16px;
    }
}

/* End of Gallery Section */

.pf-about-container-wrapper th {
    background: #27294a;
    color: white;
}

.pf-about-container-wrapper th {
    background: #27294a;
    color: white;
}