@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');
@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.html);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.html);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
@import url("../../cdn.jsdelivr.net/npm/bootstrap-icons%401.13.1/font/bootstrap-icons.min.css");

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

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;
}

/*nav bar*/

.header_bg {
    background: #ffffff;
    border-bottom: 1px solid #6cec41;
}

.ml-auto,
.mx-auto {
    margin: 0 auto;
}
.nav-item{
  align-items: center;
  padding: 5px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 15px;
    font-size: 18px;
    color: #222222;
    margin: 0px 6px;
    background-color: #ffffff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #6cec41;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #6cec41;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    padding: 15px 0px;
}
.login_bt i:hover {
    color: #6cec41;
}
.login_bt a {
    font-size: 18px;
    color: #6cec41;
    padding: 0px 0px 0px 20px;
}

.cart_bt i:hover {
    color: #6cec41;
}

.cart_bt a {
    font-size: 18px;
    color: #222222;
    padding: 0px 0px 0px 20px;
}
.cart_bt a:hover {
    color: #6cec41;
}

.fa.fa-search.form-control-feedback {
    font-size: 18px;
    color: #222222;
}

.fa.fa-search.form-control-feedback:hover {
    font-size: 18px;
    color: #6cec41;
}

/* 320px - small mobile */
@media (max-width: 320px) {
  .navbar-brand img {
    width: 50px;
  }

  .nav-item {
    font-size: 12px;
  }

  .desktop-megamenu {
    position: static;
    display: block;
  }

  .category-column {
    width: 100%;
  }
}

/* 375px - larger mobile */
@media (max-width: 375px) {
  .nav-item {
    font-size: 13px;
  }
}

/* 425px - large phones / small tablets */
@media (max-width: 425px) {
  .navbar-nav {
    text-align: center;
  }

  .category-grid {
    flex-direction: column;
  }
}

/* 768px - tablets */
@media (max-width: 768px) {
  .desktop-megamenu {
    display: none !important;
  }

  .category-grid {
    flex-direction: column;
  }

  .category-column {
    margin-bottom: 20px;
  }

  .navbar-brand img {
    width: 60px;
  }

  .navbar-collapse {
    background-color: #ffffff;
    padding: 1rem;
  }
}

/* 1024px - small laptops */
@media (min-width: 769px) and (max-width: 1024px) {
  .category-column {
    flex: 1 1 50%;
  }

  .desktop-megamenu {
    padding: 10px;
  }
}

/* 1440px - standard desktops */
@media (min-width: 1025px) and (max-width: 1440px) {
  .category-column {
    flex: 1 1 30%;
  }

  .desktop-megamenu {
    padding: 20px;
  }
}

/* 2560px - 4K screens */
@media (min-width: 1441px) {
  .container {
    max-width: 1400px;
  }

  .desktop-megamenu {
    padding: 30px 60px;
  }
}


/* megamenu section  */
.products-megamenu-1 {
  position: relative;
}

.products-megamenu-1:hover .desktop-megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.desktop-megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 1s ease;
  z-index: 99;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow: hidden;
}


.products-megamenu-1 {
  padding-bottom: 10px;
}


@media (min-width: 1200px) {
  .products-megamenu-1 {
    position: static;
    /*  Hide Desktop Mega Menu 1 in Desktop */
    /* Bootstrap Tabs Navigation */
    /* Tab Content */
  }

  .mobile-megamenu {
    display: none;
  }

  .desktop-megamenu,
  .products-megamenu-1 .active,
  .products-megamenu-1 .active:focus {
    background-color: #fff;
  }

   .desktop-megamenu {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    border-radius: 6px;
    z-index: 99;
    padding: 20px;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
    overflow: hidden;
  }
  .desktop-megamenu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

   .products-megamenu-1:hover>.desktop-megamenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    pointer-events: auto;
  }

  .megamenu-tabs {
    margin-bottom: 15px;
  }

   .nav-tabs {
    border-bottom: 1px solid color-mix(in srgb,#6cec41, transparent 50%);
  }

  .m-nav-item {
    margin-bottom: 0;
  }

   .m-nav-link {
    border: none;
    padding: 10px 13px;
    color:#000;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
    background-color: transparent;
    border-bottom: 2px solid transparent;
  }

  .m-nav-link:hover {
    color: #6cec41;
    border-color: transparent;
  }

   .m-nav-link.active {
    color: #6cec41;
    background-color: transparent;
    border-bottom: 2px solid #6cec41;
  }

   .megamenu-content {
    flex: 1;
    overflow-y: auto;
    padding-right: 5px;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Category Grid */
    /* Product Grid */
  }

   .megamenu-content::-webkit-scrollbar {
    width: 5px;
  }

   .megamenu-content::-webkit-scrollbar-track {
    background: color-mix(in srgb, var(--default-color), transparent 95%);
    border-radius: 10px;
  }

   .megamenu-content::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--default-color), transparent 80%);
    border-radius: 10px;
  }

   .megamenu-content .tab-content {
    display: none;
  }

   .megamenu-content .tab-content.active {
    display: block;
  }

   .category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

   .category-column {
    background-color: color-mix(in srgb,#fff, #6cec41 3%);
    border-radius: 8px;
    padding: 15px;
    transition: 0.3s;
  }

   .category-column h4 {
    color:#000;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid color-mix(in srgb,#000, transparent 90%);
    position: relative;
  }

   .category-column h4:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color:#6cec41;
  }

   .category-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

    .category-column ul li {
    margin-bottom: 10px;
    background-color: none !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start !important;
    width: 100%;
  }

    .category-column ul li:last-child {
    margin-bottom: 0;
  }

    .category-column ul li a {
    color: #00000083;
    font-size: 14px;
    transition: 0.3s;
    padding: 0 0 0 20px;
    display: block;
    position: relative;
  }

    .category-column ul li a:before {
    content: "\f285";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    color:#00000083;
    opacity: 0.7;
  }

    .category-column ul li a:hover {
    color: #6cec41;
    transform: translateX(3px);
  }

    .category-column ul li a:hover:before {
    opacity: 1;
  }

    .category-column .active {
    background-color: none;
  }
}
/* Products Mega Menu 1 - Mobile */
@media (max-width: 1199px) {
   .products-megamenu-1 {
    /* Hide Desktop Mega Menu 1 in Mobile */
  }

   .products-megamenu-1 .desktop-megamenu {
    display: none;
  }

   .products-megamenu-1 .mobile-megamenu {
    position: static;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
    overflow: hidden;
  }

   .products-megamenu-1 .mobile-megamenu li {
    position: relative;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }

   .products-megamenu-1 .mobile-megamenu li:last-child {
    border-bottom: none;
  }

   .products-megamenu-1 .mobile-megamenu li a {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--nav-dropdown-color);
    font-size: 15px;
    transition: 0.3s;
  }

   .products-megamenu-1 .mobile-megamenu li a:hover {
    color: var(--nav-dropdown-hover-color);
    background-color: color-mix(in srgb, var(--default-color), transparent 97%);
  }

   .products-megamenu-1 .mobile-megamenu li ul {
    padding: 0;
  }

   .products-megamenu-1 .mobile-megamenu.dropdown-active {
    display: block;
  }
}
/*nav bar end*/

body{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.7;
	color: #222222;
	background-color: #ffffff;
	overflow-x: hidden;
}

p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
}
h4 {
  font-weight: 600;
}
h6 span{
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.section{
  position: relative;
  width: 100%;
  display: block;

}
.full-height{
  min-height: 100vh;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label{
  position: relative;
  display: block;
  text-align: center;
  width: 60px;
  height: 16px;
  border-radius: 8px;
  padding: 0;
  margin: 10px auto;
  cursor: pointer;
  background-color: #6cec41;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before{
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #6cec41;
  background-color: #ffffff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* required for solid icons */
  content: "\f061"; /* check icon */
  z-index: 20;
  top: -10px;
  left: -10px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  transition: all 0.5s ease;
}
.checkbox:checked + label:before {
  transform: translateX(44px) rotate(-180deg);
}


.card-3d-wrap {
  position: relative;
  width: 440px;
  max-width: 100%;
  height: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 800px;
  margin-top: 60px;
}
.card-3d-wrapper {
  width: 100%;
  height: 100%;
  position:absolute;    
  top: 0;
  left: 0;  
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 600ms ease-out; 
}
.card-front, .card-back {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300%;
  position: absolute;
  border-radius: 6px;
  box-shadow: 7px 7px 7px rgba(16,39,112,.2);
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-back {
  transform: rotateY(180deg);
}
.checkbox:checked ~ .card-3d-wrap .card-3d-wrapper {
  transform: rotateY(180deg);
}
.center-wrap{
  position: absolute;
  width: 100%;
  padding: 0 35px;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 35px) perspective(100px);
  z-index: 20;
  display: block;
}


.form-group{ 
  position: relative;
  display: block;
    margin: 0;
    padding: 0;
}
.form-style {
  padding: 13px 20px;
  padding-left: 55px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  color: #000000;
  background-color: #ffffff;
  border: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}
.form-style:focus,
.form-style:active {
  border: none;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}
.input-icon {
  position: absolute;
  top: 0;
  left: 18px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: left;
  color: #6cec41;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:-ms-input-placeholder  {
  color:#222222;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input::-moz-placeholder  {
  color: #222222;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:-moz-placeholder  {
  color: #222222;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input::-webkit-input-placeholder  {
  color: #222222;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus:-ms-input-placeholder  {
  opacity: 0;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus::-moz-placeholder  {
  opacity: 0;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus:-moz-placeholder  {
  opacity: 0;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus::-webkit-input-placeholder  {
  opacity: 0;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn{  
  border-radius: 4px;
  height: 44px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition : all 200ms linear;
  transition: all 200ms linear;
  padding: 0 30px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  background-color: #6cec41;
  color: #ffffff;
  box-shadow: 0 8px 24px 0 rgba(255,235,167,.2);
}
.btn:active,
.btn:focus{  
  background-color: #ffffff;
  color: #6cec41;
  box-shadow: 0 8px 24px 0 rgba(16,39,112,.2);
}
.btn:hover{  
  background-color: #ffffff;
  color: #6cec41;
  box-shadow: 0 8px 24px 0 rgba(16,39,112,.2);
}




.logo {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
}