@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800&family=Raleway:wght@200;300;400;500;600;700&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400;500;700;900&family=Saira:wght@300;400;500;600;700;800;900&display=swap');


:root{
    --primary:#77b122;
}

*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto', sans-serif;
    height: 100Vh;
    overflow-x: hidden;
}

a{
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
    text-decoration: none;
}

ul li {
    list-style: none;
}

ul li a{
    text-decoration: none;
    color: inherit;
}

::-webkit-scrollbar{
    width: 12px;
}

::-webkit-scrollbar-thumb{
    background:linear-gradient(transparent,var(--primary));
    border-radius: 8px;
}



/* start top button */
.scroll-to-top{
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: white;
    background:var(--primary);
    border: none;
}

.scroll-to-top:hover{
    background: black;
}

@media (max-width:768px) {
    .scroll-to-top{
        right: 20px;
        bottom: 60px;
        width: 40px;
        height: 40px;
    }
}
/* end top button */

/* start preloader */
.loading-overlay {
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background-color: white;
  }
  .loading-overlay .image-load{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
    animation-name: lds-heart;
    animation-iteration-count: infinite;
    background-color: white;
  }
  
  @media (max-width:768px) {
    .loading-overlay .image-load{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 1;
        animation-name: lds-heart;
        animation-iteration-count: infinite
    }
  }

  /* end preloader */

/* start upperbar */
.upperbar{
    background-color: #f2f4f5;
}

.upperbar .upperbar-1 p{
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #707070;
    margin-top: 18px;
}

.upperbar .upperbar-1 span{
    color: var(--primary);
}

.upperbar .upperbar-2 p{
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    line-height: 18px;
    margin-top: 18px;
}

.upperbar .upperbar-2 a:hover{
    color: var(--primary);
}

.upperbar-2 .a-2{
    margin-left: 20px;
}

@media (max-width:768px) {
    .upperbar-2 .a-2{
        margin-left: 0px !important;
    }
    .upperbar .upperbar-2 p{
        font-size: 15px;
        line-height: 0px;
    }
}
/* end upperbar */

/* start header */
.navbar{
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(7, 5, 5, 0.4);
    margin: 0;
    padding: 0;
    z-index: 9999;
}

.collapse .navbar-nav{
    margin-right: 119px;
}

@media (max-width:974px) {
    .collapse .navbar-nav{
        margin-right: 0 !important;
    }
}

.navbar .collapse ul li a{
    color: black !important;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 18px;
}

@media (max-width:974px) {
    .navbar .collapse ul li a{
        margin-left: 0;
    }
    .language{
        /*margin-left: -13% !important;*/
    }
}

.navbar .collapse ul li a:hover{
    color: var(--primary) !important;
}

.navbar .collapse .dropdown a{
    color: black;
    /* text-transform: uppercase; */
    font-size: 18px;
}

.navbar .collapse .dropdown li a{
    /* padding: 10px; */
}

.navbar .collapse .dropdown a:hover{
    color: var(--primary);
}

.navbar .dropdown {
    position: relative;
    display: inline-block;
    z-index: 4000;
    color: black;
  }

 .navbar .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /* min-width: 350px; */
    white-space: nowrap;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
  }

.navbar  .dropdown:hover .dropdown-content {
    display: block;
  }

  .icons{
    margin: 10px;
    color: white;
}
/* End header */

/* start design slider */
.carousel-item .image{
    max-height: 650px !important;
    padding: 1%;
    background-color: white;
}

@media (max-width:768px) {
    .carousel-item img{
        max-height:35% !important;
        padding: 0;
        max-width: 100% !important;
    }
    .navbar .dropdown-content {
        display: none;
        position: relative;
        background-color: #f9f9f9;
        /* min-width: 350px; */
        white-space: nowrap;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
      }
}

.carousel-item .carousel-caption{
 top:30%;
 right:10%;
 margin-left: -100px;
 padding: 0;
 text-align: start;
}

@media (max-width:768px) {
    .carousel-item .carousel-caption{
     margin-left:-50px;
     top: 20%;
    }
}

.carousel-item .carousel-caption h5{
 font-size: 50px;
 font-weight: 700;
 color: #ffffff;
 line-height: 65px;
 position: absolute;
 z-index: 100;
}

@media (max-width:768px) {
    .carousel-item .carousel-caption h5{
        font-size: 25px;
        line-height: 30px;
        font-weight: 600;
        margin-top: 40px;
    }
}

.carousel-item .carousel-caption p{
    z-index: 100;
    position: absolute;
    margin-top: 150px;
    font-size: 15px;
    color: #ccc;
}

@media (max-width:768px) {
    .carousel-item .carousel-caption p{
        font-size: 12px;
        color: #ccc;
        margin-top: 130px;
        /* z-index: 10000; */
    }
}

.carousel-item .carousel-caption button{
    background-color:var(--primary);
    border: none;
    margin-top: 220px;
    padding: 10px 30px 10px 30px;
    text-transform: uppercase;
    z-index: 100;
    position: absolute;
}

@media (max-width:768px) {
    .carousel-item .carousel-caption button{
        margin-top: 220px;
        z-index: 2;
        padding: 10px 10px 10px 10px;
    }
}

.carousel-item .carousel-caption button:hover{
    background-color: black;
}

.carousel-item .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0,.6);
    z-index: 2;
}
/* end design slider */


/* start design section1 */
.section1{
background-color: #ffffff;
}

.section1 .others{
    margin-top:40px;
    text-align: center;
}

.section1 p{
    font-size: 20px;
    color: #303030;
    font-weight: 700;
    margin-top: 20px;
}

@media (max-width:768px) {
    .section1 p{
        font-size: 20px;
        margin-top: 15px;
        color: #303030;
        font-weight: 700;
    }
}

/* End design section1 */

/* start about us */
.about-us{
    margin-top: 60px;
}

.about-us h5{
font-size: 14px;
font-weight: 400;
color: #707070;
text-transform: uppercase;
letter-spacing: 2px;
}

.about-us span{
color: var(--primary);
}

.about-us h3{
    font-size: 36px;
    font-weight: 700;
    color: #303030;
}

.about-us p{
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}

.about-us button{
    background-color:var(--primary);
    border: none;
    margin-top: 10px;
    padding: 10px 30px 10px 30px;
    text-transform: uppercase;
}

.about-us button:hover{
background-color: black;
}

.about-us .second-img{
    width: 360px;
    height: 340px;
}

@media (max-width:768px) {
    .about-us .second-img{
        width: 280px;
        height: 260px;
        margin-top: 40px;
    }
}
/* end about us */

/* start what we do */
.doing{
    margin-top: 100px;
    background-color: #f2f4f5;
}

.doing h5{
    margin-top: 100px;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width:768px) {
    .doing h5{
        margin-top: 35px;
    }
}

.doing span{
    color: var(--primary);
}

.doing h3{
    font-size: 36px;
    font-weight: 700;
    color: #303030;
}

.doing p{
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}

.doing .green-smart{
    margin-top: 50px;
}

.doing .green-smart .span1{
    color: black;
    margin-left: 10px;
    font-weight: 700;
}

.doing .green-smart .span1:hover{
    color: var(--primary);
}

.doing .green-smart p{
    margin-top: 15px;
}

@media (max-width:768px) {
    .doing .center-it{
        text-align: center;
    }
}

/* end what we do */

/* start our product */
.our-product{
    margin-top: 40px;
}

.img-pdt{
    width: 100%;
    height: 220px;
    object-fit: contain;
}

.img-crop{
    width: 100%;
    height: 230px;
}

.our-product h5{
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    text-transform: uppercase;
    letter-spacing: 2px;

}

.our-product span{
    color: var(--primary);
}

.our-product h3{
    font-size: 36px;
    font-weight: 700;
    color: #303030;
}

.our-product .card{
    /* margin-top: 40px; */
    border: none;
    cursor: pointer;
}

.our-product .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.our-product .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.our-product .card .p1{
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    margin-top: 20px;
}

.our-product .card .p1:hover{
   color: var(--primary);
}

.our-product .card .p2{
    font-size: 18px;
    color: #303030;
    font-weight: 700;
    margin-top: -15px;
}

.our-product button{
    background-color:var(--primary);
    border: none;
    margin-top: 10px;
    padding: 10px 30px 10px 30px;
    text-transform: uppercase;
    left: 50%;
    right: 50%;
}

.our-product button:hover{
    background-color: black;
}

@media (max-width:768px) {
    .img-pdt{
        height: 210px;
    }
    .img-crop{
        width: 100%;
        height: 210px;
    }
}
/* end our product */

/* start latest articles */
.lastest-article{
    margin-top: 100px;
}

.lastest-article h5{
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    text-transform: uppercase;
    letter-spacing: 2px;

}

.lastest-article span{
    color: var(--primary);
}

.lastest-article h3{
    font-size: 36px;
    font-weight: 700;
    color: #303030;
}

.lastest-article .card{
    margin-top: 40px;
    border: none;
    cursor: pointer;
}

.lastest-article .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.lastest-article .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.lastest-article .card .p1{
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    margin-top: 20px;
}

.lastest-article .card .p1:hover{
   color: var(--primary);
}

.lastest-article .card .p2{
    font-size: 18px;
    color: #303030;
    font-weight: 700;
    margin-top: -15px;
}

.lastest-article button{
    background-color:var(--primary);
    border: none;
    margin-top: 10px;
    padding: 10px 30px 10px 30px;
    text-transform: uppercase;
    left: 50%;
    right: 50%;
}

.lastest-article button:hover{
    background-color: black;
}

.lastest-article .card{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border: none;
    text-align: center;
}
/* end latest articles */


/* start testimonials */
/* Slideshow container */
.slideshow-container {
    position: relative;
    /* background: #f1f1f1f1; */
    background-image:url(../images/7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 100px;
  }

  /* Slides */
  .mySlides {
    display: none;
    padding: 80px;
    text-align: center;
  }

  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 30px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }

  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
  }

  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

  /* Add a background color to the active dot/circle */
.active, .dot:hover {
    background-color: #717171;
}

  /* Add an italic font style to all quotes */
q {font-style: italic;}

  /* Add a blue color to the author */
.author {color: cornflowerblue;}

.slideshow-container .mySlides img{
    vertical-align: middle;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid var(--primary);
}

.slideshow-container .mySlides .text{
    color: white;
    font-size: 20px;
    font-weight: bold;
}

/* end testimonials */

/* start contact-us */

.contact-us{
    margin-top: 60px;
}

.contact-us h5{
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-us span{
    color: var(--primary);
}

.contact-us h3{
    font-size: 36px;
    font-weight: 700;
    color: #303030;
}

.contact-us input[type=text], input[type=email], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }

  .contact-us input[type=submit] {
    background-color: var(--primary);
    color: white;
    padding: 12px 20px;
    border: none;
    display: block;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
  }


  .contact-us  input[type=submit]:hover {
    background-color: black;
  }


  .contact-us .container {
    border-radius: 5px;
    padding: 20px;
  }

  .contact-us .map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    /*left: 10%;*/
    }

    .contact-us .map-container iframe{
    left:0;
    top:0;
    right: 20px;
    height:90%;
    width:100%;
    position:absolute;
    border-radius: 5%;
    }

    @media (max-width:768px) {
        .contact-us{
            margin-bottom: -150px !important;
        }
        .contact-us .map-container{
          overflow:hidden;
          padding-bottom:56.25%;
          position:relative;
          height:0;
          left: 0;
        }

        .contact-us .map-container iframe{
            left:0;
            top:0;
            height:60% !important;
            width:100% !important;
            position:absolute;
            margin-top: 40px !important;
            }
        }

/* end contact-us */

/* start footer */
.site-footer {
    /* padding: 4em 0; */
    background:#303030;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.7);
 }

 @media (max-width:768px) {
     .site-footer{
         /* text-align: center; */
         padding: 10px;
         margin-top: -100px;
     }
 }

 .site-footer p{
     font-size: 14px;
     font-weight: 400;
     color: #ffffff;
     margin-top: 20px;
 }

    @media (min-width: 768px) {
      .site-footer {
        padding: 1em 0; }
    }

     .iconss{
        color: var(--primary);
    }

    .text-icons{
     margin: 20px;
    }


    .site-footer .border-top {
      border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
     }

    /* .site-footer p {
      color: #fff;
    z-index: 10000;
    } */

    .site-footer h2, .site-footer li, .site-footer span, .site-footer h5 {
      color: #ffffff;
      font-weight: 400;
    }

    .site-footer .image1{
        border-radius: 20% !important;
        width: 20%;
        padding: 5px;
    }

    .site-footer a {
      color: rgba(255, 255, 255, 0.8);
     }

      .site-footer a:hover {
        color: white;
     }

    .site-footer ul li {
      margin-bottom: 10px;
     }

    .site-footer .footer-heading {
      font-size: 18px;
      color: var(--primary);
      text-transform: uppercase;
      font-weight: 500;
    }

    .social-icons i{
        border: 1px solid var(--primary);
        border-radius: 50%;
        width: 33px;
        height: 33px;
        line-height: 16px;
        cursor: pointer;
    }

    @media (max-width:768px) {
        .social-icons i{
            border: 1px solid var(--primary);
            border-radius: 50%;
            width: 33px;
    height: 33px;
    line-height: 16px;
            cursor: pointer;
        }
    }

    .social-icons i:hover{
        background-color: var(--primary);
    }

    .social-icons li{
     cursor: pointer;
    }

      @media (max-width:768px) {
        .site-footer .footer-heading {
          font-size: 19px;
          font-weight: 600;
          color: var(--primary);
          letter-spacing: 0px;
          margin-top: 20px;
         }
          .copyrights{
              margin-bottom: 50px !important;
          }
      }
/* end footer */


/* start one-slider-who-us */
.big-image {
    height: 50vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url("../images/happy-1836445_1920.jpg");
  }

  /* .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  } */

  .overlay h1 {
    font-size: 50px;
    letter-spacing: 0px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
    color: #ccc;
    margin-top: 100px;
    display: none;
  }

  @media (max-width:768) {
    .overlay h1 {
        font-size: 10px;
        margin: 0 0 5px;
        text-transform: uppercase;
        display: none;
      }
  }

/* end one-slider-who-us */


/* start design breadcamps */
.breadcamps .fa-chevron-right{
    margin: 5px;
    color: #707070;
}

.breadcamps a:hover{
    color: var(--primary);
}

.breadcamps .fa-home{
    margin: 5px;
}

.breadcamps p{
    color: #707070;
}
/* end design breadcamp */




/* start design page our product */
.farm-producer{
    margin-top: 60px;
}

.farm-producer .farm{
    padding: 50px;
}

@media (max-width:768px) {
    .farm-producer .farm{
        padding: 0px;
    }

}

.farm-producer h5{
font-size: 14px;
font-weight: 400;
color: #707070;
text-transform: uppercase;
letter-spacing: 2px;
}

.farm-producer span{
color: var(--primary);
}

.farm-producer h3{
    font-size: 36px;
    font-weight: 700;
    color: #303030;
}

.farm-producer p{
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}

.farm-producer button{
    background-color:var(--primary);
    border: none;
    margin-top: 10px;
    padding: 10px 30px 10px 30px;
    text-transform: uppercase;
}

.farm-producer button:hover{
background-color: black;
}


.farm-producer .second-img{
    width: 100%;
}

@media (max-width:768px) {
    .farm-producer .second-img{
    text-align: center;
    width: 100%;
    margin-top: 40px;
    }
}

/* end design page our product */


/* start design page contact us */
.contact-info{
    margin-top: 60px;
}

.contact-info h5{
font-size: 14px;
font-weight: 400;
color: #707070;
text-transform: uppercase;
letter-spacing: 2px;
}

.contact-info span{
color: var(--primary);
}

.contact-info h3{
    font-size: 36px;
    font-weight: 700;
    color: #303030;
}

.contact-info p{
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}

.contact-info button{
    background-color:var(--primary);
    border: none;
    margin-top: 10px;
    padding: 10px 30px 10px 30px;
    text-transform: uppercase;
}

.contact-info button:hover{
background-color: black;
}


.contact-info .second-img{
    border-radius: 50%;
    width: 80%;
}

.contact-info i{
width: 70px;
height: 70px;
border-radius: 50%;
background-color: var(--primary);
font-size: 30px;
color: #fff;
align-items: center;
margin-bottom: 30px;
padding: 20px;
}

@media (max-width:768px) {
    .contact-info .second-img{
    text-align: center;
    width: 100%;
    margin-top: 40px;
    }
}

  #hom-line {
        display: block;
        height: 2px;
        background-color: var(--primary);
        margin-top: 3em;
        margin-bottom: 3em;
        margin-left: auto;
        margin-right: auto;
        border-style: none;
        width: 80%;
    }
/* end design page contact us */


/* start page product details */
/* .products{
    margin-top: 100px;
}

@media (max-width:768px) {
    .products{
        margin-top: 30px;
    }

}

.products h3{
font-size: 40px;
line-height: 40px;
font-weight: 700;
border-left: 3px solid var(--primary);
width: 50%;
}

.products h4{
font-size: 30px;
line-height: 30px;
margin-top: 30px;
width: 25%;
}

.products .description{
    margin-top: 20px;
    color: #717171;
}

.products .price{
font-weight: bold;
font-size: 20px;
}

.products .icons-for-social i{
    width: 25px;
}

.products .icons-for-social i:hover{
    color: var(--primary);
}

 */

.prooooooduct .box-container{
    /* margin: auto; */
    margin-top: 20%;
    position: relative;
    width: 300px;
    height: 42px;
    border:1px solid var(--primary);
    padding: 0px 10px;
    border-radius: 50px;
    margin-bottom: 50px;
}

.box-container .elementsContainer{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.box-container .search{
    border: none;
    height: 100%;
    width: 100%;
    padding: 0px 5px;
    border-radius: 50px;
    font-size: 15px;
    color: #424242;
    font-weight: 500;
}

.box-container .search:focus{
    outline: none;
}

.box-container .searchicon{
    font-size: 17px;
    color: #717171;
}

.prooooooduct h5{
    font-weight: 700;
    line-height: 29px;
    color: #303030;
    font-size: 22px;
    /* margin-bottom: 20px;  */
}

.prooooooduct li{
    list-style: none;
    border-bottom: 1px solid rgb(221, 219, 219);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #707070;
    padding: 10px;
}

.prooooooduct li:hover{
    color: var(--primary);
}

.prooooooduct .desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #2b2929;
}

.prooooooduct .text-description{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    line-height: 27px;
    word-break: break-all;
}













.other-product{
    margin-top: 100px;
}

@media (max-width:768px) {
    .other-product{
        margin-top: 50px;
    }
}

.other-product h5{
    font-size: 30px;
    font-weight: 700;
    /* color: #707070; */
    /* text-transform: uppercase; */
    /* letter-spacing: 2px;  */
}

.other-product span{
    color: var(--primary);
}

.other-product h3{
    font-size: 36px;
    font-weight: 700;
    color: #303030;
}

.other-product .card{
    margin-top: 20px;
    border: none;
    cursor: pointer;
}

.other-product .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 50px;
}


.other-product .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.other-product .card .p1{
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    margin-top: 20px;
}

.other-product .card .p1:hover{
   color: var(--primary);
}

.other-product .card .p2{
    font-size: 18px;
    color: #303030;
    font-weight: 700;
    margin-top: -15px;
}

.other-product button{
    background-color:var(--primary);
    border: none;
    margin-top: 10px;
    padding: 10px 30px 10px 30px;
    text-transform: uppercase;
    left: 50%;
    right: 50%;
}

.other-product button:hover{
    background-color: black;
}

/* end page product details */



/* start Blog page */
.crop-name img{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: contain;
    }

.product-name img{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: contain;
    }
    
    @media (max-width:768px) {
 .product-name img{
        width: 100%;
        height: 260px;
        border-radius: 5px;
        }
.crop-name img{
    width: 100%;
    height: 260px;
    border-radius: 5px;
    object-fit: contain;
    }
    }

    .recent-new-img{
        width: 110px;
        height: 80px;
        border-radius: 5%;
    }

    .best-product-img{
        width: 100px;
        height: 100px;
        padding: 3px;
        object-fit: contain;
    }

.blog .box-container{
    /* margin: auto; */
    margin-top: 20%;
    position: relative;
    width: 300px;
    height: 42px;
    border:1px solid var(--primary);
    padding: 0px 10px;
    border-radius: 50px;
    margin-bottom: 50px;
}

.blog .box-container .elementsContainer{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.blog .box-container .search{
    border: none;
    height: 100%;
    width: 100%;
    padding: 0px 5px;
    border-radius: 50px;
    font-size: 15px;
    color: #424242;
    font-weight: 500;
}

.blog .box-container .search:focus{
    outline: none;
}

.blog .box-container .searchicon{
    font-size: 17px;
    color: #717171;
}

.blog h1:hover{
color: var(--primary);
}

.blog  h5{
    font-weight: 700;
    line-height: 29px;
    color: #303030;
    font-size: 22px;
    /* margin-bottom: 20px;  */
}

.blog .lists{
    list-style: none;
    border-bottom: 1px solid rgb(221, 219, 219);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #707070;
    padding: 10px;
}

.blog .lists:hover{
    color: var(--primary);
}

.blog .desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #2b2929;
}

.blog .text-description{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    line-height: 27px;
    word-break: break-all;
}

.blog .tags button{
   /* padding: 20px; */
   border: none;
   padding: 10px;
   margin-bottom: 10px;

}

.blog .tags button:hover{
    background-color: var(--primary);
}

.blog .best-products{
    font-size: 17px;
}

.blog .best-products2{
    font-size: 14px;
}




/* end Blog page */



/* start blog article */
.blog-article .box-container{
    /* margin: auto; */
    margin-top: 20%;
    position: relative;
    width: 300px;
    height: 42px;
    border:1px solid var(--primary);
    padding: 0px 10px;
    border-radius: 50px;
    margin-bottom: 50px;
}

.blog-article .box-container .elementsContainer{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.blog-article .box-container .search{
    border: none;
    height: 100%;
    width: 100%;
    padding: 0px 5px;
    border-radius: 50px;
    font-size: 15px;
    color: #424242;
    font-weight: 500;
}

.blog-article .box-container .search:focus{
    outline: none;
}

.blog-article .box-container .searchicon{
    font-size: 17px;
    color: #717171;
}

.blog-article  h5{
    font-weight: 700;
    line-height: 29px;
    color: #303030;
    font-size: 22px;
    /* margin-bottom: 20px;  */
}

.blog-article  li{
    list-style: none;
    border-bottom: 1px solid rgb(221, 219, 219);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #707070;
    padding: 10px;
}

.blog-article  li:hover{
    color: var(--primary);
}

.blog-article .desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #2b2929;
}

.blog-article .text-description{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    line-height: 27px;
    word-break: break-all;
}

/* end blog article */


/* start question-answer */
.accordion-button.collapsed {
    background: #dfe4e7 !important;
  }
  
  .accordion-button.collapsed:hover{
    background-color: #dfe4e7 !important;
  }
  
  .accordion-button.collapsed:focus{
    box-shadow: none !important;
    outline: none !important;
  }
  
  .accordion-button.collapsed::after{
    color: white !important;
  }
  
  .accordion-collapse{
    background-color: white;
  }
  
  .accordion-flush .accordion-item .accordion-button{
    background-color: #dfe4e7 ;
    color: black;
    border: none !important;
    box-shadow: none !important;
  }
  /* end question-answer */


/* start success partner */
.success-text{
    color: var(--primary);
  }
  .success-partners .swiper-slide img {
    display: block;
    width: 150px;
    height: 130px;
    object-fit: contain;
  }
  
  @media (max-width:768px) {
    .success-partners .swiper-slide img {
        display: block;
        width: 114px;
        height: 120px;
        object-fit: contain;
    }
  }
  /* end success partner */

  .icons{
    font-size: 20px;
}


/* animation for section1 */
.fade-in{
    opacity: 0;
    transition: opacity 250ms ease-in;
}

.fade-in.appear{
    opacity: 1;
}



/* animation for what we do */
.from-left{
    grid-column: 3 / 4;
    transform: translateX(50%);
}

.from-right{
    grid-column: 2 / 3;
    transform: translateX(-50%);
}

.from-left,
.from-right{
    transition: transform 400ms ease-in;
}

.from-left.appear,
.from-right.appear{
    transform: translateX(0);
}

.page-link{
    color: var(--primary) !important;
}

.page-link:active{
    color: white !important;
    background: #77b122;
}


/* start cover page */
.cover img{
    height: 400px
}

@media (max-width:768px) {
    .cover img{
        height:200px;
        max-width: 100% !important;
    }
}
/* end cover page */


/* start fixed social */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4000;
  }
  
  .icon-bar a {
    display: block;
    padding: 13px;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  
  .icon-bar a:hover {
    transition: .4s all ease;
    width: 120%;
  }
  
  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .twitter {
    background: #55ACEE;
    color: white;
  }
  
  .whatsApp {
    background: #4CAF50;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .youtube {
    background: #bb0000;
    color: white;
  }
  .instgram {
    background-image: linear-gradient(#c42d91, #f89848);
    color: white;
}
.google{
    background: #e94d54;
    color: white;
}
.messanger{
    background-image: linear-gradient(#db46b3,#6a70ff);
    color: white;
}
/* end fixed social */
