@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;
}

body{
  /* background-image: url("img/wheat-field-orange-tones.jpg"); */
  background-repeat:no-repeat;
  background-size: contain;
  font-family: arial, helvetica, sans-serif, verdana, 'Open Sans'; 
}

h1{
  font-size: 34px;
}

h2{
    font-size: 28px;
}

/* custom scroll bar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::selection{
background: rgb(0,123,255,0.3);
}

/* navbar */
.content{
  max-width: 1250px;
  margin: auto;
  padding: 0 30px;
}
.navbar{
  position: fixed;
  width: 100%;
  z-index: 2;
  padding: 25px 0;
  transition: all 0.3s ease;
}
.navbar.sticky{
  background: rgba(95, 93, 88, 0.753);
  border-radius: 0px;
  padding: 15px 0;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}

.navbar .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .logo a{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.navbar .menu-list{
  display: inline-flex;
}
.menu-list li{
  list-style: none;
}
.menu-list li a{
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.menu-list li a:hover{
  color: rgb(230, 77, 77);
}
.banner{
  padding-top: 0px;
  /* background: url("img/BAN1.jpg") no-repeat; */
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.about{
  padding: 30px 0;
}
.about .title{
  font-size: 38px;
  font-weight: 700;
}
.about p{
  padding-top: 20px;
  text-align: justify;
}
.icon{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.menu-list .cancel-btn{
  position: absolute;
  right: 30px;
  top: 20px;
}
@media (max-width: 1230px) {
  .content{
    padding: 0 60px;
  }
}
@media (max-width: 1100px) {
  .content{
    padding: 0 40px;
  }
}
@media (max-width: 900px) {
  .content{
    padding: 0 30px;
  }
}
@media (max-width: 868px) {
  body.disabled{
    overflow: hidden;
  }
  .icon{
    padding-left: 20px;
    color: #ffffff;
    display: block;
  }
  .icon.hide{
    display: none;
  }
  .navbar{
    width: 100%;
  }
  .navbar .menu-list{
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: #00000080;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list{
    left: 0%;
  }
  .navbar .menu-list li{
    margin-top: 45px;
  }
  .navbar .menu-list li a{
    color: #f1f1f1;
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar .menu-list li a:hover{
    color: rgb(241, 64, 64);
  }
  .navbar.show .menu-list li a{
    margin-left: 0px;
  }
}
@media (max-width: 380px) {
  .navbar .logo a{
    font-size: 27px;
  }
}
/* head carousel */
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: contents;
  align-items: center;
  text-align: left;
  justify-content: center; 
  background: rgb(255, 255, 255);
  z-index: 1;
}
 
.carousel-inner .carousel-caption h3{
  /* padding-top: 20%;
  padding-left: 10%; */
  margin-top: 20%;
  margin-left: 10%;
  color: #ffffff;
  font-size: 36px; 
  font-weight: 600;
}
.carousel-inner .carousel-caption h4{
  /* padding-left: 10%; */
  /* margin-top: 20%; */
  margin-left: 10%;
  color: #ffffff;
  font-size: 28px; 
  font-weight: 500;
}

/* .carousel-inner .carousel-caption a{
  padding-left: 100px;
} */

.carousel-inner .carousel-caption .btn{
  text-decoration: none;
  color: white;
  display: block;
  margin-left: 10%;
  margin-right: auto;
  background-color: #000;
  transition: all 0.4s ease-in-out;
  height: 40px;
  width: 180px;
  border-radius: 15px;
  font-weight: 500;  
}

.carousel-inner .carousel-caption .btn:hover{
  background-color: #f1f1f1;
  color: #000;
  font-weight: 500;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 5rem;
  background-color: rgba(0, 0, 0, 0.397);
  border: 10px solid var(--primary);
}

.carousel-item {
  height: 80vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 768px) {
 .carousel-item {
      padding-top: 15%;
      /* position: relative; */
      height: 70vh;
      min-height: 200px;
  }
  .carousel-inner .carousel-caption h3{
    /* padding-top: 50%; */
    margin-top: 40%;
    font-size: 22px; 
    font-weight: 700;
  }
  .carousel-inner .carousel-caption h4{
    font-size: 20px; 
    font-weight: 600;
  }
}
@media (min-width: 900px) and (max-width: 1368px){
  .carousel-item {
    padding-top: 15%;
    /* position: relative; */
    height: 80vh;
    min-height: 200px;
}
  .carousel-inner .carousel-caption h3{
    /* padding-top: 15%; */
    margin-top: 10%;
    font-size: 34px; 
  }
  .carousel-inner .carousel-caption h4{
    font-size: 30px; 
  }
}
/* section */
section{
  padding-top: 30px;
  padding-bottom: 30px;
}
/* === HEADING STYLE #3 === */
.headline h1 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-left: 5px;
  padding-bottom: 15px;
  position: relative;
}
.headline h1:before {
  padding-left: 20px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: rgb(41, 156, 33);
}
.headline h1:after {
  padding-left: 20px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: rgb(41, 156, 33);
}

/* about-company */
.about_company{
  background-color: #ffffff00;
}
.about_company .img-fluid{
  height: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;

  border-radius: 30px 5px 30px 5px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.219);
  /* animation-name: img-fluid;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 20px;
    margin-top: 3px; */
}
/* @keyframes img-fluid {
  from { transform: translate(0,  0px); }
  60%  { transform: translate(0, 10px); }
  to   { transform: translate(0, -0px); }    
} */

.about_company .info{
  padding-top: 20px;
  padding-left: 25px;
}

/* implement */
.implement .container .img-fluid{
  height: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* width: 50%; */
}
.implement .info{
  padding-top: 40px;
}
/* scheme */
.scheme{
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('img/scheme.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* background-color: #000000bb; */
}
.scheme .detail{
  text-align: center;
}
.scheme h1{
  color: #ffffff; 
}
.scheme h2{
  color: rgb(255, 255, 255);
}
.scheme .btn{
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  height: 40px;
  width: 150px;
  background-color: #000000;
  border-radius: 10px white;
  transition: ease-in-out 0.3s all;
}
.scheme .btn:hover{
  background: #ffffff;
  color: rgb(0, 0, 0);
  /* font-weight: 600; */
}
/** our products section **/
.products {
  padding: 60px 0px 30px 0px;
  margin-bottom: 90px;
  background-color: #f4f4f400;
}
.product .info{
padding-top: 20% ;
}
.product figure img{
  padding-top: 20px;
  height: 200px;
  border-radius: 5px;
}

.products .titlepage {
  text-align: left;
}

.our_products {
  padding: 0 15px 15px 15px;
  transition: ease-in all 0.3s;
  margin-bottom: 30px;
  border-radius: 5%;
}

#ho_bo:hover.our_products {
  box-shadow: 0px 0px 9px rgba(255, 167, 53, 0.33);
  transition: ease-in all 0.3s;
  margin-top: -10px;
  cursor: pointer;
  background-color: #fff;
}

.our_products h3 {
  margin-top: 15px;
  font-size: 22px;
  line-height: 31px;
  color: #000;
  font-weight: 500;
  padding-bottom: 10px;
}

.our_products span {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: #f39d1c;
}

.our_products p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #000000;
}

.product {
  background-color: #fff;
  text-align: center;
  margin: 0 -15px 0px -15px !important;
}

.product figure {
  margin: 0;
}

.padding_left0 {
  padding-left: 0;
}
/** end our products section **/

/* contact */
#contact{
  background-image: url('img/contact.jpg');
  background-size: cover;
  background-attachment: fixed;
  /* background-color: #e4dede; */
}

#contact .headline h3{
  color: white;
}

#contact .contact-info{
  justify-content: space-around;
  padding-bottom: 3%;
  background-color: rgba(255, 255, 255, 0.164);
  border-radius: 10px;
  box-shadow: 5px black;
}

#contact .contact-info .cover .img-fluid{
  padding-left: 0%;
  display: block;
  margin-left: 40%;
  margin-right: auto;
  height: 40px;
  border-radius: 100%;
}

#contact .cover .detail{
   text-align: center;
   margin-left: 15%;
   /* object-position: 50%; */
}
#contact .info{
  padding-top: 20px;
  padding-bottom: 20px;
}
#contact .info h1{
  color: white;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
}
#contact .info h3{
  color: white;
  font-size: 28px;
  font-weight: 300;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#contact .detail{
  padding-top: 20px;
  height: 80px;
  width: 200px;
  background-color: #ffffff6c;
  border-radius: 10px;
}

#contact p{
  font-weight: 600;
}

#contact .form-floating{
  padding-top: 5px;
  padding-bottom: 10px;
  border-radius: 40px;
}

#contact .btn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  color: #000000b0;
  height: 40px;
  width: 100px;
  font-weight: 600;
  background-color: #ffffff;
  border-radius: 20px rgba(206, 24, 24, 0.418); 
  transition: all 0.4s ease-out;
}

#contact .btn:hover {
 background-color: rgb(95, 180, 95);
 color: #f1f1f1;
}
@media (min-width: 900px) and (max-width:1368px){
  #contact .cover .detail{
    margin: auto;
  }
  #contact .detail{
    height: 80px;
    width: auto;
  }
  #contact .info h1{
    font-weight: 600;
  }
  #contact p{
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width:900px){
  #contact .cover .detail{
    margin: auto;
  }
  #contact .detail{
    padding-top: auto;
    height: 80px;
    width: auto;
  }
}
/* footer */
footer {
  padding-top: 20px;
 background-color: rgba(226, 212, 167, 0.699);
}

footer .info p{
  font-size: 15px;
  font-weight: 500;
}

footer .time{
  padding-top: 30px;
  font-weight: 600;
 }
footer .time h4{
font-size: 19px;
font-weight: 600;
}
footer .time p{
  font-size: 14px;
  font-weight: 500;
}
footer h5{
  font-size: 20px;
  font-weight: 600;
}
footer h3{
  font-size: 23px;
  font-weight: 700;
}
footer h4{
  font-size: 19px;
  font-weight: 500 ;
  }
footer .details{
  padding-top: 20px;
    padding-left: 3%;
    padding-bottom: 20px;
}

/* footer li{
  list-style: none;
  padding-top: 15px;
  align-items: center;  
}

footer li a{
    color: rgb(8, 8, 8);
    margin: 5px;
    text-decoration: none;
}
footer li a:hover{
    color: antiquewhite;
} */
/* footer .details i{
    height: 400px;
    padding-right: 10px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding-top: 5px;
}

footer .details i:hover{
    color: rgb(97, 77, 62);
} */

footer .info .img-fluid{
  height: 20px;
  cursor: pointer;
}

footer .info a{
  padding-left: 5px;
}

footer .support{
  padding-top: 20px;
}

@media (min-width: 320px) and (max-width: 900px){
  footer .time h4{
    font-size: 23px;
    }
  footer .time p{
    font-size: 14px;
  }  
  footer .info h5{
    font-size: 20px;
  }
}

/* copyright */
footer .copyright{
  min-height: 60px;
    background-color: rgb(138, 130, 89);
    color: rgb(255, 255, 255);
    text-align: center;
}

footer h5{
    font-size: 15px;
    padding-top: 10px;
}
footer p{
  font-size: 10px;
}
