@import url("https://fonts.googleapis.com/css2?family=Rowdies&family=Yellowtail&display=swap");

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital@1&display=swap');
:root {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "IBM Plex Sans Thai Looped", sans-serif;
}
p {
  font-size: 13px;
  color: #5e5e5e;
}
.DB {
  color: orangered;
}
.Agro {
   background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,9,9,1) 0%, rgba(117,214,29,1) 0%, rgba(0,212,255,1) 100%);
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent;
}
#productItem{

}
#banner .carousel-inner {
  margin-top: 70px !important;
  height: 70vh !important;
}
.leaf:hover{
  color:#1bbd36;
}

/* navbar section starts here */
.navbar {
  padding: 15px 0px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background-image: #fff !important;
  border-bottom: 10px solid #1bbd36;
}
.nav-item{
  cursor: pointer;
}
.nav-link {
  color: #111 !important;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
}
.nav-link:hover {
  color: #1bbd36 !important;
}
.navbar-brand {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 30px;
}
.icons a i{
  color:black !important;
}
.icons a i:hover{
  color: #1bbd36 !important;
  cursor: pointer;
}
.instagram{
  background: #1bbd36 !important;
}
.prodHeader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  width: 800px !important;
  border-radius: 20px !important;
}
.modal-body{
  display: flex;
  flex-direction: row;
  justify-content:space-evenly;
 
}
.modal-body a{
  text-decoration: none !important;
  color: black;
}
.modal-body a:hover{
  font-weight: 600;
  font-size:15px;
}
.flexMain {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.2);
}
.flex1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0px solid rgb(255, 255, 255) !important;
}
.btnProduct {
  background-color:#fff;
  border: 2px solid #1bbd36;
  border-radius: 10px;
}
.btnProduct:hover {
  color: #fff;
  background-color: #1bbd36;
}
.processNo{
  width: 40px;
  height: 40px;
  background-color: #1bbd36;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px 20px;
}
/* product section starts here */
.product{
  width: 100%;
  margin: 10% 0 5% 0 !important;
}
@media screen and (min-width: 448px)  {
 .productPage{
   display: flex;
   flex-direction: row !important;
 } 
}
.prodh {
  width: 800px;
  font-size: 30px !important;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(32, 37, 53);
}

.prodHeader h2::after {
  content: "";
  position: absolute !important;
  margin-top: 15px !important;
  display: block !important;
  width: 50px;
  height: 3px;
  background: #1bbd36 !important;
  bottom: 5;
  left: calc(50% - 25px);
}



.features {
  /* width: 100%;
  height: 40vh;
  margin-top: 5%; */
  
}
.featureHead {
  margin-bottom: 50px;
}
.featureTitle {
  font-size: 12px !important;
  color: #012e26f1;
  font-weight: 600;
  text-transform: uppercase;
}
.featureMain {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 95px;
  /* width: 75rem; */
  height: 190px;
  border-radius: 10px;
  box-shadow: 0px 2px 20px rgba(85, 85, 85, 0.548);
  background: none;
}
.featureBox {
  width: 15rem;
  height: 190px;
  border-right: 1px solid rgb(189, 188, 188);
  background: #fff;
}
.featureBoxFirst {
  width: 15.5rem;
  height: 190px;
  border-right: 1px solid rgb(189, 188, 188);
  box-shadow: 0px 0px 20px rgb(248, 244, 244);
  border-radius: 10px 0px 0px 10px;
}

.featureBoxLast {
  width: 15.5rem;
  height: 190px;
  border-left: 1px solid rgb(253, 251, 251);
  border-radius: 0 10px 10px 0px;
  box-shadow: 0px 0px 20px rgb(248, 244, 244);
}
/* our process section starts here */
.ourProcess {
  height: 80vh;
  background: rgba(255, 255, 255, 0.666) !important;
}

.ourProcesscard .card {
  border: 2px solid rgb(235, 228, 228) !important;
  border-radius: 0px 25px 0 0;
}
.featureHead{
  margin: 70px 0px 70px 0px;
}

/* features section starts here */
@media screen and (max-width: 768px) {
  .banana{
    height: 210vh !important;
  }
  .banCarousel .carousel{
    height: 200px !important;
  }
  .banana .proCardInfo2{
    width: 300px !important;
    height: 300px !important;
  }
  .banana .proCardInfo{
  margin-bottom: 100px;
    width: 350px !important;
    height: 500px !important;
    
  }
  .banana .procard1{
    
    width: 300px !important;
    height: 300px !important;
    margin:0px !important;
  }
  .banana .procard2{
    
    width: 350px !important;
    height: 300px !important;
    
  }
  .sec1,.sec2{
    flex-direction: column !important;
  }
  .btnProduct {
    background-color:#fff;
    border: 2px solid #1bbd36;
    border-radius: 10px;
    font-size: 10px;
    margin: 0px !important;
    padding: 5px;
  }
  .features {
    height: 100% !important;
  }
  .featuresCard,
  .ourProcesscard {
    flex-direction: column;
  }
  .ourProcess {
    height: 100% !important;
  }
}

.list-group-item {
  text-decoration: none !important;
}

.list-group-item:hover {
  color: #1bbd36 !important;
}

#footer {
  color: #444444;
  font-size: 14px;
  background: #f7fbfe;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1bbd36;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  text-decoration: none;
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1bbd36;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #b6daf2;
}
#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #1bbd36;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type="submit"]:hover {
  background: #57aae1;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1bbd36;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #5faee3;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  width: 100%;
  height: 150vh;
  margin-top: 10%;
}
.contact .map {
  margin-bottom: 40px;
}
.contact .map iframe {
  border: 0;
  width: 100%;
  height: 400px;
}
.contact .info {
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.contact .info h3 {
  font-weight: 600;
  font-size: 24px;
}
.contact .info p {
  color: #8f9fae;
  margin-bottom: 30px;
  font-size: 15px;
}
.contact .info-item + .info-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(72, 86, 100, 0.15);
}
.contact .info-item i {
  font-size: 24px;
  color: #f97233;
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}
.contact .info-item h4 {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #485664;
}
.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #8f9fae;
}
.contact .php-email-form {
  width: 100%;
  background: #ffffff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #ffffff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: (#ffff);
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #ffffff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"],
.contact .php-email-form textarea {
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input[type="text"]:focus,
.contact .php-email-form input[type="email"]:focus,
.contact .php-email-form textarea:focus {
  border-color: #8f9fae;
}
.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"] {
  height: 48px;
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
  height: 290px;
}
.contact .php-email-form button[type="submit"] {
  background: #f97233;
  border: 0;
  padding: 13px 50px;
  color: #ffffff;
  transition: 0.4s;
  border-radius: 0;
}
.contact .php-email-form button[type="submit"]:hover {
  background: rgba(#f97233, 0.85);
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* about section starts here */
.about {
  width: 100%;
  height: 120vh;
  margin-top: 10%;
}

.areaInfo {
  width: 50%;
  height: 800px;
  background-color: rgb(245, 245, 245);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  line-height: 40px;
}
.areaInfo2 {
  width: 45%;
  height: 800px;
  background-color: rgb(245, 245, 245);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  line-height: 40px;
}
.areaInfo3 {
  width: 45%;
  height: 800px;
  background-color: rgb(245, 245, 245);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  line-height: 40px;
}
.areaInfo3 .abouth2::after {
  content: "";
  position: absolute !important;
  margin-top: 15px !important;
  display: block !important;
  width: 120px;
  height: 3px;
  background: #1bbd36 !important;
  bottom: 5;
  right: calc(39% - 25px);
}
.areaInfo p {
  font-size: 18px;
  color: #111;
}
.abouth2 {
  width: 400px;
  font-size: 30px !important;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(32, 37, 53);
}

.areaInfo .abouth2::after {
  content: "";
  position: absolute !important;
  margin-top: 15px !important;
  display: block !important;
  width: 120px;
  height: 3px;
  background: #1bbd36 !important;
  bottom: 5;
  left: calc(14% - 25px);
}
.areaInfo2 .abouth2::after {
  content: "";
  position: absolute !important;
  margin-top: 15px !important;
  display: block !important;
  width: 120px;
  height: 3px;
  background: #1bbd36 !important;
  bottom: 5;
  left: calc(14% - 25px);
}
.areaImg {
  width: 50%;
  height: 800px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio {
  width: 100%;
  height: 150vh;
  margin: 10% 0%;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2487ce;
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #2487ce;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(18, 66, 101, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

.FastFood {
  width: 100%;
  height: 100vh;
}
#foodTitle {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
}
.FastFood #FastFoodHeader {
  font-size: 55px !important;
  font-weight: bold;
  color: #00cba9;
  margin-bottom: 120px;
}
.FastFood1 {
  width: 50%;
  height: 450px;
  background: #059652;
  z-index: -1;
}

.FastFood2 {
  width: 50%;
  height: 400px;
}
.FoodPara {
  width: 300px;
  margin: auto;
  color: #fff;
  text-align: justify; /* For Edge */
}

.FastFood2 .App {
  position: absolute;
  left: 600px;
  width: 800px;
  height: 230px;
  margin-top: 7%;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: rgb(255, 255, 255) !important;
  z-index: 99 !important;
}

#FastFood .eaptOe,
.lcUbOd {
  visibility: hidden;
}
#FastFood .sc-bdvvtL {
  border: none !important;
}
#FastFood .cNNJIt,
.jRFJkP {
  border: #fff !important;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-bottom: 40px;
}
.clientImg {
  width: 200px;
  height: 200px;
  margin: 0 20px;
}

.clientImg img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clientImg img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team {
  width: 100%;
  margin: 1% 0 5% 0%;
}
/* .img-fluid{
  height: 600px !important;
} */
.teamHeader {
  width: 100%;
  height: 550px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teamHeaderImg {
  width: 500px;
  height: 500px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  
}
.teamHeadImg {
  margin: 0 !important;
  border-radius: 24px;
  background: #e0e0e0;
  box-shadow: 20px 20px 71px #b5b5b5, -20px -20px 71px #ffffff;
}
.team .team-member .member-img {
  border-radius: 8px;
  overflow: hidden;
}
.team .team-member .social {
  position: absolute;
  left: 0;
  top: -18px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .team-member .social a {
  transition: color 0.3s;
  color: #ffffff;
  background: #48f713f5;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: 0.3s;
}
.team .team-member .social a i {
  line-height: 0;
  font-size: 16px;
}
.team .team-member .social a:hover {
  background: #fb9b6e;
}
.team .team-member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.team .team-member .member-info {
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin: -50px 20px 0 20px;
  position: relative;
  border-radius: 8px;
}
.team .team-member .member-info h4 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 24px;
  color: #485664;
}
.team .team-member .member-info span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #6c757d;
}
.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #6c757d;
}
.team .team-member:hover .social {
  opacity: 1;
}

/* cta section starts here */
.cta {
  padding: 0;
  margin-bottom: 60px;
}
.cta .container {
  padding: 80px;
  background: rgba(72, 86, 100, 0.1);
  border-radius: 15px;
}
@media (max-width: 992px) {
  .cta .container {
    padding: 5%;
  }
}
.cta .content h3 {
  color: #485664;
  font-size: 48px;
  font-weight: 700;
}
.cta .content h3 em {
  font-style: normal;
  position: relative;
}
.cta .content h3 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(249, 114, 51, 0.5);
  z-index: -1;
}
.cta .content p {
  color: #485664;
  font-weight: 600;
  font-size: 18px;
}
.cta .content .cta-btn {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  background: rgba(229, 77, 7, 0.9);
}
.cta .content .cta-btn:hover {
  background: #f97233;
}
.cta .img {
  position: relative;
}
.cta .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  transform: rotate(12deg);
}
.cta .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  transform: rotate(6deg);
}
.cta .img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
}

.bBjxWM {
  visibility: hidden;
}

.fVgyLU,.fVgyLU  {
  transition: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border: 1px solid #ffffff !important;
  color: #111;
}
.gpDNSX,.bBjxWM {
  visibility: hidden !important;
}



@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media screen and (max-width: 768px){
  .aboutt{
    padding: 10px;
  }
  video {
    width: 370px !important;
    height:200px !important;
    margin: 0px;
  }
  

.featureMain{
  width: 100%;
  height: 100vh;
  flex-direction: column !important;
  
}
.featureBox {
  width: 15rem;
  height: 190px;
  border: 1px solid rgb(189, 188, 188);
  
}
.featureBoxFirst {
  width: 15rem;
  height: 190px;
  border: 1px solid rgb(189, 188, 188);
  box-shadow: 0px 0px 20px rgb(248, 244, 244);
  border-radius: 0px;
}

.featureBoxLast {
  width: 15rem;
  height: 190px;
  border: 1px solid rgb(189, 188, 188);
  border-radius: 0px;
  
}
.fastFood{
  flex-direction: column !important;
  padding: 10px;
}
.FastFood1 {
  width: 100% !important;
  margin: 0px !important;
  
  height: 450px;
  background: #059652;
  z-index: 1;
}
.FastFood #FastFoodHeader{
  font-size:20px !important;
  margin-bottom: 20px;
}
.FastFood2 {
  width: 100%;
  height: 400px;
}
.FoodPara {
  width: 200px;
  margin: auto;
  
  color: #fff;
  text-align: justify; /* For Edge */
}

.FastFood2 .App {
  position: relative;
  left: 0px;
  width: 100%;
  padding: 10px;
  height: 230px;
  margin-top: 7%;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: rgb(255, 255, 255) !important;
  z-index: 99 !important;
}
.ourProcess {
  height: 80vh;
  background: rgba(255, 255, 255, 0.666) !important;
}
.team {
  width: 100%;
  height: 100%;
  margin: 20% 0 10% 0%;
}
.client{
  flex-direction: column !important;
}
.clientImg img {
  opacity: 1;
  transition: none;
  filter: none;
}

.clientImg img:hover {
  filter: none;
  opacity: 1;
}
.aboutt .icon-boxes {
  padding: 50px;
  width: 95% !important;
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}
#banner {
  margin: 40px 0px 0px 0px!important;
}

#banner .item{
  height: 100px;
}

.aboutt .video-box{
  min-height: 100px !important;
  padding-bottom: 0px;
  margin-top:0px;
}
.contact {
  width: 100%;
  height: 100%;
  margin-top: 10%;
  margin-bottom: 10%;
}
.about{
  height: 120vh;
}
.areas{
  height: 120vh;
  width: 100%;
  flex-direction: column !important;
}
.areaImg {
  width: 100%;
  height: 350px;
  margin:10px 0px !important;
  

}
.areaInfo {
  width: 100%;
  height: 700px;
  margin-right: 0px !important;
  
}
.areaInfo .abouth2::after {
  content: "";
  position: absolute !important;
  margin-top: 15px !important;
  display: block !important;
  width: 0px;
  height: 3px;
  background: #1bbd36 !important;
  bottom: 5;
  left: calc(14% - 25px);
}
.areaInfo2 .abouth2::after {
  content: "";
  position: absolute !important;
  margin-top: 15px !important;
  display: block !important;
  width: 0px;
  height: 3px;
  background: #1bbd36 !important;
  bottom: 5;
  left: calc(14% - 25px);
}
.areas .areaInfo2 {
  width: 100% !important;
  height: 800px;
  
  
  text-align: center !important;
 
  padding: 10px !important;
  line-height: 40px;
}
.abouth2 {
  width: 300px;
  font-size: 20px !important;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(32, 37, 53);
}
.areaInfo3 {
  margin-top:30px !important;
  width: 100% !important;
  height: 850px;
  background-color: rgb(245, 245, 245);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  line-height: 40px;
}
.areaInfo3 .abouth2::after {
 
  width: 0px;
  
}
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
::selection{
  color: #fff;
  background: #007bff;
}
body{
  padding: 10px;
}
.wrapper{
  margin: 100px auto;
  max-width: 1100px;
}
.wrapper nav{
  display: flex;
  justify-content: center;
}
.wrapper .items{
  display: flex;
  max-width: 720px;
  width: 100%;
  justify-content: space-between;
}
.items span{
  padding: 7px 25px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #007bff;
  border-radius: 50px;
  border: 2px solid #007bff;
  transition: all 0.3s ease;
}
.items span.active,
.items span:hover{
  color: #fff;
  background: #007bff;
}

.gallery{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.gallery .image{
  width: calc(100% / 4);
  padding: 7px;
}
.gallery .image span{
  display: flex;
  width: 100%;
  overflow: hidden;
}
.gallery .image img{
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.gallery .image:hover img{
  transform: scale(1.1);
}
.gallery .image.hide{
  display: none;
}
.gallery .image.show{
  animation: animate 0.4s ease;
}
@keyframes animate {
  0%{
    transform: scale(0.5);
  }
  100%{
    transform: scale(1);
  }
}

.preview-box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.preview-box.show{
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}
.preview-box .details{
  padding: 13px 15px 13px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details .title{
  display: flex;
  font-size: 18px;
  font-weight: 400;
}
.details .title p{
  font-weight: 500;
  margin-left: 5px;
}
.details .icon{
  color: #007bff;
  font-style: 22px;
  cursor: pointer;
}
.preview-box .image-box{
  width: 100%;
  display: flex;
}
.image-box img{
  width: 100%;
  border-radius: 0 0 3px 3px;
}
.shadow{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0,0,0,0.4);
}
.shadow.show{
  display: block;
}

@media (max-width: 1000px) {
  .gallery .image{
    width: calc(100% / 3);
  }
}
@media (max-width: 800px) {
  .gallery .image{
    width: calc(100% / 2);
  }
}
@media (max-width: 700px) {
  .wrapper nav .items{
    max-width: 600px;
  }
  nav .items span{
    padding: 7px 15px;
  }
}
@media (max-width: 600px) {
  .wrapper{
    margin: 30px auto;
  }
  .wrapper nav .items{
    flex-wrap: wrap;
    justify-content: center;
  }
  nav .items span{
    margin: 5px;
  }
  .gallery .image{
    width: 100%;
  }
}

.banana{
  width: 100%;
  height: 230vh;
}

.banana .procard1{
  width: 400px;
  height: 300px;
  margin: 50px 100px 50px 50px;
}

.banana .procard2{
  background: rgb(245 245 245) !important;
  border: 1px solid rgb(245 245 245);
  border-radius: 10px;
  width: 500px;
  height: 300px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}

.banana .proCardInfo{
  background: rgb(245 245 245) !important;
  border: 1px solid rgb(245 245 245);
  width: 600px;
  height: 500px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}

.banana .svgBox{
  padding: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
}

.banana .proCardInfo2{
  width: 500px;
  height: 500px;
}

.banCarousel .carousel{
  height: 350px;
}

.banCarousel .carousel-indicators{
  visibility: hidden;
}


.abouttt{
  width: 100%;
  height: 80vh;
}
.abouttt1{
  width: 60%;
}

.abouttt2{
  width: 30%;
  height: 300px;
  
}
.abouttt2 .para h4{
  line-height: 50px;
}

.abouttt #aboutID{
  width: 200px;
}
.paraAbt{
  border: 1px solid #111;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* DB Agro Food Industries carousel */
#aboutCarousel img{
  height: 25rem;
}