::selection{
  color: #fff;
  background: #67E367;
}
button:focus {
     outline: none;
}
a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
.btn-custom {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #02D002;
     color: #fff;
     padding: 13px 0px;
     max-width: 200px;
     width: 100%;
     display: block;
     margin-top: 30px;
     border-radius: 10px;
}

.btn-custom:hover {
     background-color: #4EFF00;
     transition: ease-in all 0.5s;
     color: #fff;
     border-radius: 25px;
}

.btn-custom-s {
     font-size: 15px;
     transition: ease-in all 0.5s;
     background-color: #02D002;
     color: #fff;
     padding: 8px 0px;
     max-width: 100px;
     width: 100%;
     display: block;
     border-radius: 10px;
}
.btn-custom-s:hover {
     background-color: #4EFF00;
     transition: ease-in all 0.5s;
     color: #fff;
     border-radius: 25px;
}
.btn1 {
  background-color: var(--background-color);
  color: #fff;
  padding: .47em 1em;
  border: none;
  outline: none;
  border-radius: 3px;
  position: relative;
  cursor: pointer;

  --background-color: #4E594E;
  --border-size: 2px;
  --accent-color: #02D002;
}
.btn1.btn-background-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: var(--accent-color);

  transition: transform 300ms ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}

.btn1.btn-background-slide:hover::before,
.btn1.btn-background-slide:focus::before {
  transform: scaleX(1);
}

.btn1.btn-background-slide {
  transition: color 300ms ease-in-out;
  z-index: 1;
}

.btn1.btn-background-slide:hover,
.btn1.btn-background-slide:focus {
  color: white;
}
.top-bar ul li {
  z-index: 99999;
}
#top-slider {
	margin-top: -128px;
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/table.jpg");
	background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
	height: 100vh;
/*	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);*/
}
#top-page-content {
  margin-top: -128px;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6));
  background-position: 100%;
  background-size: cover;
  height: 35vh;
}
.nav-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .7s;
}
.navbar-expand-md .navbar-nav > .active > a, .navbar-expand-md .navbar-nav > .active > a:focus, .navbar-expand-md .navbar-nav > .active > a:hover {
    color: #ff;
}
.navbar-expand-md .navbar-nav > li:focus > a,
.navbar-expand-md .navbar-nav > li:active > a,
.navbar-expand-md .navbar-nav > li:hover > a,
.navbar-expand-md .navbar-nav > li.active > a,
.navbar-expand-md .navbar-nav > li.active:hover > a,
.navbar-expand-md .navbar-nav > li.open > a,
.navbar-expand-md .navbar-nav > li.open:hover > a {
    color: #fff;
}
.navbar-nav > li > .dropdown-menu {
  background-color: #666666;
  z-index: 9999;
  border: none;
}
.navbar-nav > li > .dropdown-menu > a {
  padding: 8px 15px;
  color: #fff;
  outline: none;
  margin-bottom: 3px;
}
.navbar-nav > li > .dropdown-menu > a:hover, .navbar-nav > li > .dropdown-menu > a:hover { 
    color: #fff;
    background-color: #02D002;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #02D002;
}
.custom-navbar {
  margin-top: 0px!important;
  padding: 5px 30px;
  background: #02D002;
  border-bottom: 1px solid #4EFF00;
}
.navbar-nav {
	z-index: 99;
}
.fixed-top {
	margin-top: 20px;
}
.swiper-wrapper {
	position: relative;
	color: #fff;
}
.swiper-wrapper .ml-5 { 
	margin-left: 70px!important;
}
.swiper-wrapper .mt-5 { 
	margin-top: 250px!important;
}
.image-content {
	width: 500px;
	height: 600px;
	min-height: 400px;
}
.swiper-wrapper .image-content img {
	position: absolute;
	top: 200px;
	right: 100px;
	width: 400px;
}
.swiper-button-next {
	background: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	margin-right: 20px;
}
.swiper-button-next::after {
	display: none;
}
.swiper-button-prev {
	background: url(../images/left-arrow.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	margin-right: 20px;
}
.swiper-button-prev::after {
	display: none;
}
.social-wrapper nav {
    position: fixed;
    right: 0px;
    width: 60px;
    margin-top: 150px;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);
    z-index: 9999999;
}

.social-wrapper nav ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

.social-wrapper nav li {
    list-style: none;
    height: 45px;
    position: relative;
}

.social-wrapper nav li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    float: right;
    line-height: 45px;
    padding-right: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    text-decoration: none !important;
}

.social-wrapper nav li:nth-child(1) a {
    background: #25D366;
}

.social-wrapper nav li:nth-child(2) a {
    background: #4267B2;
}

.social-wrapper nav li:nth-child(3) a {
    background: #1DA1F2;
}

.social-wrapper nav li:nth-child(4) a {
    background: #2867B2;
}

.social-wrapper nav li:nth-child(5) a {
    background: #ff0000;
}

.social-wrapper nav li a i {
    position: absolute;
    top: 14px;
    right: 22px;
    font-size: 18px;
}

.social-wrapper ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.social-wrapper a:hover {
    z-index: 1;
    width: 200px;
    float: right;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
}

.social-wrapper ul li:hover a span {
    margin-top: -13px;
    padding-right: 25%;
    display: block;
    font-size: 15px;
    z-index: 99999;
}
span.title {
  padding-bottom: 4px;
  border-bottom: 5px solid #4EFF00;
}

.about-content {
	background: #02D002; 
}
.about-content p {
  color: #fff;
}
#from-us {
  background-color: #b3ffb3;
}
.buy-us {
  box-shadow: 0 1px 6px 0 rgba(22, 10, 26, 0.18);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.buy-us:hover {
  background: rgba(0,0,0,0.5);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.col-auto i {
  color: #02D002;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.buy-us:hover .col-auto i {
  color: #4EFF00;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.buy-us:hover .buy-text {
  color: #fff;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#grid .card {
  box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
  border-radius: 0;
  border: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#grid .card:hover {
    -webkit-transform: scale(1.1);
  			transform: scale(1.1);
}
#grid .card .pro-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#grid .card .offer-content {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 100%;
}

#grid .card .card-img-top {
	height: 250px;
}
#grid .card .pro-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 53, 49, 0.36);
  opacity: 0;
  transition: opacity .2s linear;
}
#grid .card:hover .pro-content::before {
  opacity: 1;
}

#grid .card .pro-content .meta {
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 0;
  margin: 0 auto;
  width: 100px;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease;
}

#grid .card:hover .pro-content .meta {
  bottom: 33%;
  visibility: visible;
  opacity: 1;
}

#grid .card .pro-content .meta a {
  display: inline-block;
  margin: 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  color: #02D002;
  box-shadow: 0 4px 8px rgba(154, 159, 151, 0.6);
  transition: all .2s ease;
}

#grid .card .pro-content .meta a:hover {
  text-decoration: none;
  background-color: #4EFF00;
  color: #fff;
}
.product-demo img {
  width: 100%;
  height: 270px;
  max-height: 270px;
}
.owl-nav {
  display: none;
}

.title-content {
  background: rgba(2, 208, 2, 0.6);
}
.nav-sidebar {
  width: 100%;
}
.list-group .active {
  background: #02D002;
  border: 1px solid #02D002; 
}

.list-group a {
  color: #02D002;
}

#myModal .modal-content {
  background-color: rgba(0,0,0,0.6);
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  margin-top: 12%;
  height: 30%;
  width: 80%;
  z-index: 9999999;
  transition: transform 300ms ease-in-out;
}
.close1 {
  cursor: pointer;
  transition: transform 300ms ease-in-out;
}
.lightGallery {
    width: 100%;
    margin: 0
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.lightGallery .image-tile {
    position: relative;
    margin-bottom: 30px;
    margin-right: 10px
}

.search-image {
  position: relative;
}
.offer-content1 {
  position: absolute;
  top: 3%;
  left: 5%;
  width: 100%;
}
#form-icon i, .single-contact i {
  color: #02D002;
}

.cookie-wrapper{
  position: fixed;
  bottom: 30px;
  left: 30px;
  max-width: 365px;
  background: #fff;
  padding: 25px 25px 30px 25px;
  border-radius: 15px;
  box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.5);
  text-align: center;
  z-index: 99999999;
}
.cookie-wrapper.hide{
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
.cookie-wrapper img{
  max-width: 90px;
}
.cookie-content header{
  font-size: 25px;
  font-weight: 600;
}
.cookie-content{
  margin-top: 10px;
}
.cookie-content p{
  color: #858585;
  margin: 5px 0 20px 0;
} 
/*input[type=text] {
    
    padding: 12px 20px;
    margin: 9px 0;
    box-sizing: border-box;
    border-radius: 10px;
    outline: none;
    width: 40%;
    height:20%;
    boredr:1px solid #7c7b7b;
}
input[type=text]:hover {
  border:1px solid #000;
  transition: 6s;
}
::placeholder { 
    color: #000;
    opacity: 1;
    font-weight: 400;
    font-size: 20px;
    text-align: center;


}*/
footer {
  background-color: #02D002;
}
#myCarousel .carousel-item-next.carousel-item-left,
#myCarousel .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

#myCarousel .carousel-item-next,
#myCarousel .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

#myCarousel .carousel-item-prev,
#myCarousel .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}
.contact-icon i {
  font-size: 20px;
  margin-right: 20px;
}
.contact-icon .fa-mobile {
  margin-left: 7px;
}

#newsletter-wrap {
  color: 000;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/veggies.png");
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
}

#product-demo .item img {
width: 100%;
height: 270px;
max-height: 270px; 
}
.modal-image {
  margin: 0 auto;
}
.modal-image img {
  display: block;
  width: 100%;
  height: 270px;
    max-height: 270px;
}

#scrollToTopButton {
  position: fixed;
  bottom: -40px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
  background: #666666;
  padding: 0;
  border: 0;
  width: 50px;
  height: 50px;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  color: #fff;
  outline: 0;
  visibility: hidden;
  transform: scale(0);
  opacity: 0;
  transition: 0.2s;
  z-index: 9999;
}
#scrollToTopButton:hover {
  background: #4EFF00;
}
#scrollToTopButton.show {
  bottom: 40px;
  right: 20px;
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}
@media(max-width:810px) {
#top-slider {
  margin-top: -150px;
  height: 45vh;
}
.swiper-wrapper .image-content img {
  position: absolute;
  top: 180px;
  right: 0px;
  width: 400px;
  max-width: 100%;
}

}

@media(max-width:767px) {

/*.image-content {
  width: 500px;
  height: 600px;
  min-height: 400px;
}*/
.swiper-wrapper .image-content img {
  position: absolute;
  top: 150px;
  right: 0px;
  width: 100%;
  max-width: 100%;
}
.navbar-collapse {
  background: rgba(0,0,0,0.7);
  margin-top: 55px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 15px;
}
.navbar .navbar-brand img {
  width: 140px;
  height: 50px;
}

}

@media(max-width:575px) {
#top-slider {
  margin-top: -150px;
  height: 60vh;
}

}