
@font-face {
  font-family: EnFONTS ;
  src: url(./../fonts/AvenirLTStd-Heavy.otf);
}
body {
  font-family: EnFONTS ;

}
*::-webkit-scrollbar-thumb {
  background-color: #e95325;
}
*::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}
*::-webkit-scrollbar {
  width: 7px;
  background-color: #f7f7f7;
  height: 7px;
}
/* .zoomImg {
  animation: scale 40s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
  }
} */
 .o-slider-textWrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
  .o-slider-title {
    color : #58b947;
    text-transform: capitalize;
  }
  .btn-order,
  .o-slider-textWrap a{
    display: inline-block;
    width: 225px;
    margin: auto;
    background-color: #fff;
    border-radius: 25px;
    line-height: 36px;
    color: #e95325;
    font-size: 20px;
  }
  .isActive .o-slider-title {
    font-family: EnFONTS_slider;
  }
  .img-title {
    width: 290px;
    margin: auto;
    margin-bottom: 25px;
    max-width: 80%;
}
  .o-slider--item {
    position: relative;
  }
  .o-slider--item::after {
    position: absolute;
    content: '';
    background-image: url(./../../assets/img/lines-bg.png);
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: -9px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .section-style {
    position: relative;
    margin-top: 100px;
    background-size:cover;
  }
  .section-style .img-bg-section {
    position: absolute;
    z-index: 0;
    width: auto;
    height: 100%;
    right: 0;
    top: 0;
  }
  .section-style .disc {
    background-image: url(./../../assets/img/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding:80px 50px 45px;
    font-size: 13px;
    padding-right: 26%;
    height: calc(100% + 50px);
    position: relative;
    top: -25px;
  }
  .section-style .disc p {
    font-size: 16px;

    font-family: 'EnFONTS' !important;
    margin-bottom: 2px;
    line-height: 19px !important;
}
.modal .section-style .disc p {
  margin-bottom: 5px;
  line-height: 25px !important;
}
.section-style .disc p span {
  font-family: 'EnFONTS' !important;
}
  .section-style .disc h4 {
color: #58b947;
font-size: 38px;
margin-bottom: 15px;
  }
  .section-style .disc h4 span {
    font-size: 18px;
    display: inline-flex;
    gap: 8px;
    position: relative;
    top: -6px;
    margin: 0 5px;
  }
  .section-style .disc h5 {
    color: #58b947;
    font-size: 24px;
    margin-bottom: 15px;
      }
      .modal .section-style .disc h5 {
    margin-bottom: 12px;

      }
      .section-style .disc h6.small-title {
        color: #e95325;
        font-size: 22px;
      }
  .section-style .order-section .btn-order {
    text-align: center;
    height: 51px;
    line-height: 51px;
    text-decoration: none;
    margin: auto;
    margin-bottom: 10px;
  }
  .section-style .order-section .btn-order:hover {
    background-color: #e95325;
    color: #fff;
  }
  .order-container {
    border-bottom: 3px solid #fff;
  }
  .section-style .order-section{
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
    padding-bottom: 40px;
  }
  header.header {
    position: fixed;
    z-index: 999;
    background-color: #000000d4;
    width: 100%;
    display: flex;
     justify-content: space-between;
     align-items: center;
     top: 0;
     left: 0;
}
.header .logo img {
  height: 120px;
  margin: 9px;
}
.list-social {
    margin: 0;
    display: flex;
    gap: 15px;
    list-style: none;
    justify-content: end;
    padding: 11px;
}
.header .list-social {
  justify-content: start;
}
.list-social a {
    display: block;
}
.list-social a img {
    width: 30px;
    height: 30px;
}
.list-social a img:hover {
 opacity: 0.7;
}
.header .list-pages{
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    list-style: none;
    border-bottom: 2px solid #fff;
    padding: 10px 20px 15px;
}
.header .list-pages a {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
    text-align: center;
     align-items: center;
}
.header .list-pages a:hover {
  color: #e95325;
}
.header .list-pages a img {
    height: 25px;
    margin-bottom: 10px;
}
.header .list-pages a span {
    font-size: 12px;
}
.list-header{
    position: absolute;
    display: flex;
    transform: translate(-50%, -50%);
    left: 50%;
    list-style: none;
    background-image: linear-gradient(to right, #58b947 , #97ce84);
    padding: 0;
}
.list-header li > a {
    display: block;
    color: #fff !important;
    text-decoration: none;
    padding: 15px;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
}
.list-sub-menu a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  padding: 6px;
  font-size: 13px;
  border-bottom: 1px solid #ededed;
}
.list-sub-menu a:hover {
  color: #fff;
}
.list-header li > a i {
  font-size: 12px;
  margin-right: 10px;
}
.list-header li > a.active .fa-chevron-down:before {
  content: "\f077";
}
.list-header a.active,
.list-header a:hover{
 background-color:  #e95325;;
}
.item-product {
    width: 140px;
    max-width: 100%;
    text-align: center;
    margin: 0px auto 0px;
}
.item-product .img-container {
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px #c8c8c8;
    text-align: center;
    position: relative;
}
.item-product .img-container img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    transform: scale(1);
}
.item-product .img-container:hover img{
  transition: all 0.3s;
  transform: scale(1.1);
}
.item-product .product-title {
  text-align: center;
  background-color: #fff;
  padding: 10px 5px;
  display: inline-block;
  margin: auto;
  border-radius: 15px;
  box-shadow: 0 0 15px #c8c8c8;
  position: relative;
  top: -25px;
  min-width: 140px;
  font-size: 15px;
}
.header-mobile {
  display: none;
}
.list-header li {
  position: relative;
}
.list-sub-menu {
  display: none;
  position: absolute;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  top: 50x;
}
.more-btn-product i,
.less-btn-product i,
.more-btn i,
.less-btn i {
  margin: 0 2px;
}
.more-btn-product,
.less-btn-product,
.more-btn,
.less-btn {
  display: none;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 25px;
  background-color: #63bc51;
  box-shadow: 0 0 5px;
  font-size: 14px;
  width: max-content;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
.more-btn-product.active,
.less-btn-product.active,
.more-btn.active,
.less-btn.active {
  display: inline-block !important;
}
.product.more-btn-product {
 display: block;
}
.more-btn-product:hover,
.more-btn:hover {
  color: #fff;
}
.less-btn-product:hover,
.less-btn-product,
.less-btn:hover,
.less-btn {
 color: #fff;
 background-color: #e95325;
}
.prduct-container {

}
.prduct-container .product-item:nth-child(n + 7){
  display: none;
}
.prduct-container.active .product-item:nth-child(n + 7){
 display: block;
}

.contact-info a {
  color: #58b947;
  text-decoration: none;
  cursor: pointer;
}
.contact-info i {
  width: 24px;
  color: #515151;
}
.section-style .order-section .btn-order {
  box-shadow: 0 0 5px;
}
.section-style {
  background-size: cover;
  min-height: 100vh;
  margin: 0;
}
.section-style .disc {
  min-height: 88vh;
  top: 25px;
  padding-top: 150px;
}
.paragraph h6{
  color: #58b947;
  margin-top: 20px;
}
.map {
  height: 300px !important;
}
.modal-dialog {
  width: 1000px;
  max-width: 95%;
}
.modal-dialog .section-style {
  overflow: hidden;
  min-height: 65vh;
}
.modal-dialog .section-style .disc {
  top: 0;
  padding-top: 30px;
}
.modal-dialog .more-btn {
  display: block;
}
.modal-dialog .disc {
  min-height: 65vh;
}
.modal-dialog .disc .paragraph {
  max-height: 146px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 21px;
}
.modal-dialog .disc.active .paragraph{
  max-height: unset;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-dialog .more-btn, .modal-dialog .less-btn {
  float: left;
  margin-bottom: 10px;
}
.product-title:hover {
  background-color: #62bc50;
  color: #fff;
  cursor: pointer;
}
.not-product #no-product{
  text-align: center;
  margin: 20px auto;
}
.not-product #no-product img {
  width: 190px;
  margin-bottom: 20px;
}
.not-product .col-md-4,
.not-product .col-md-8 {
  width: 100%;
}
.section-style.not-product .disc > h4,
.not-product .img-bg-section,
.not-product .less-btn,
.not-product .more-btn {
  display: none !important;
}
.section-style.not-product .disc {
  padding: 0;
  min-height: unset !important;
  background-image: none !important;

}
@media (max-width: 992px) {
  .contact-info i {
    color: #58b947;
    margin: 0 5px;
  }
  .contact-info a {
    color: #666;
  }
  .prduct-container .product-item:nth-child(n + 3){
    display: none;
  }
  .prduct-container.active .product-item:nth-child(n + 3){
   display: block;
  }
  .section-style .disc {
    min-height: 88vh;
  }
  .more-btn {
    display: block;
  }
  .header-mobile {
    display: flex;
    width: 100%;
    align-items: center;
    position: fixed;
    z-index: 999;
    background-color: #000000ab;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 14px;
    left: 0;
    padding: 5px 20px;
  }
  .header-mobile .logo img {
    height: 90px;
  }
  .offcanvas  ul.list-pages {
    padding: 0;
    list-style: none;
}
.offcanvas ul.list-pages a {
  text-decoration: none;
  color: #000;
  display: block;
  border-bottom: 1px solid #ededed;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.offcanvas ul.list-pages a.active .fa-chevron-left:before {
  content: "\f077";
}
.offcanvas ul.list-pages a img {
  height: 25px;
}
.offcanvas ul.list-pages a > i {
  margin-left: auto;
}
.offcanvas .list-sub-menu {
  position: relative;
  padding-left: 32px;
  background-color: #fbfbfb;
}
  .header {
    display: none !important;
  }
  .menu-btn img {
    width: 30px;
  }
  .section-style .disc {
    background-image: none;
    padding: 0;
    width: calc(100% - 70px);
    background-color: #f2ebd8bf;
    top: 130px;
    padding:25px 15px !important;
    min-height: unset;
    height: unset;
    border-radius: 25px 0 0 25px;
    border-radius: 0 25px 25px 0;
    background-image: none !important;
    padding-bottom: 65px !important;
  }
  .section-style .order-section {
    margin-top: 15px;
    padding-bottom: 0;
    margin-top: 80px;
    justify-content: end;
    padding: 0 40px;
  }
  .order-container {
    border: none
  }
  .section-style .disc h4 span {
    font-size: 12px;
    display: flex;
    position: relative;
    top: 1px;
    margin: 10px 5px;
}
.section-style {
  margin-top: 0;
  padding-bottom: 80px;
  overflow: hidden;
}
.item-product .product-title {
  min-width: 100%;
  font-size: 12px;
}
.section-style .disc h4 {
  color: #58b947;
  font-size: 26px;
  font-weight: 600;
}
.section-style .disc h5 {
  font-size: 17px;
  margin-bottom: 4px;
}
.modal .section-style .disc h5{
  margin-bottom: 1px;
}
.map {
  height: 200px !important;
}
.section-style .img-bg-section {
  width: auto;
}
.disc{
  margin-top: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.disc.active{
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.disc .paragraph {
  max-height: 153px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 21px;
}

.disc.active .paragraph{
  max-height: unset;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-style .order-section .btn-order {
  text-align: center;
  height: 42px;
  line-height: 45px;
  text-decoration: none;
  margin: auto;
  margin-bottom: 10px;
  width: auto;
  padding: 0 10px;
  font-size: 16px;
  min-width: 120px;
}
.offcanvas .list-social a img {
  box-shadow: 0 0 3px #aaa;
  border-radius: 6px;
}
.section-style .disc p {
  font-size: 14px;
  line-height: 17px !important;
}
.img-title {
  width: 200px;
  max-width: 200px;
}
}