/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

@font-face {
  font-family: "avenir_black";
  src: url("fonts/avenir/avenirltstd-black-webfont.woff2") format("woff2"),
    url("fonts/avenir/avenirltstd-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_light";
  src: url("fonts/avenir/Avenir LT Pro 45 Book.woff2") format("woff2"),
    url("fonts/avenir/Avenir LT Pro 45 Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


html,
body {
  scroll-behavior: smooth;
  font-family: "avenir_light";
  overflow-x: hidden !important;
}

.site--header.sticky {
  position: fixed;
  z-index: 9999999;
  background: linear-gradient(138.09deg, #ec7037 19.93%, #f1b235 71.7%);
}
p {
  font-family: "avenir_light";
}
.red_rectangle span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: #ce3640;
  transform: rotate(-5deg);
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%);
  left: -20px;
  top: -12px;
  animation: slide-left 0.5s alternate;
  -webkit-animation: slide-left 0.5s alternate;
}
.category .red_rectangle span:before {
  height: 90px;
  width: 117%;
  transform: rotate(-2.32deg);
  left: -31px;
  clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 65%);
  top: -9px;
}
.bottol_mov img {
  -webkit-animation: move 2s infinite alternate;
  animation: move 2s infinite alternate;
}
.bottol_moving img {
  -webkit-animation: move 3s infinite alternate;
  animation: move 3s infinite alternate;
}
.bottol_moving-left img {
  -webkit-animation: mover-left 3s infinite alternate;
  animation: mover-left 3s infinite alternate;
}

/* Catgory Slider Home Page CSS */

.cat_item .slick-initialized .slick-slide {
  display: flex;
}
.cat_item .elementor-widget-image.clip_image {
  clip-path: url(#customClipPath);
  margin: 0 auto;
  width: 455px;
}
.aloevera_queen .cat_item .elementor-widget-image.clip_image {
  clip-path: url(#AloeVera);
  margin: 0 auto;
  width: 455px;
}
.limolife .cat_item .elementor-widget-image.clip_image {
  clip-path: url(#limolife);
  margin: 0 auto;
  width: 455px;
}
.cat_item .clip_image .elementor-widget-container {
  transform: scale(1.05);
}
.cat_item .clip_image img {
  -webkit-animation: cat-mover 1.4s infinite alternate;
  animation: cat-mover 1.4s infinite alternate;
  animation-delay: 0s;
}
.cat_item.slide-2 .clip_image img {
  animation-delay: 1s;
}
.cat_item.slide-3 .clip_image img {
  animation-delay: 2s;
}
.cat_item.slide-4 .clip_image img {
  animation-delay: 3s;
}
.cat_item.slide-5 .clip_image img {
  animation-delay: 4s;
}
.cat_item.slide-6 .clip_image img {
  animation-delay: 5s;
}
.cat_item {
  overflow: hidden;
}
.cat_item .clip_image {
  display: block !important;
}
.cat_item .animation_1s {
  transform: translateX(-200px);
  transition: all ease 0.3s;
}
.cat_item:hover .animation_1s {
  transform: translateX(0);
  transition: all ease 0.3s;
}
.cat_item .animation_2s {
  transform: translateX(200px);
  transition: all ease 0.6s;
}
.cat_item:hover .animation_2s {
  transform: translateX(0);
  transition: all ease 0.6s;
}
.cat_item .animation_3s {
  transform: translateX(300px);
  transition: all ease 0.9s;
}
.cat_item .animation_3s {
  transform: translateX(300px);
  transition: all ease 0.9s;
}
.cat_item.slide-6 .animation_3s {
  transform: translateX(400px);
  transition: all ease 1.5s;
}
.cat_item:hover .animation_3s {
  transform: translateX(0);
  transition: all ease 0.9s;
}
.cat_item .animation_4s {
  transform: translateX(200px);
  transition: all ease 1.5s;
}

.cat_item:hover .animation_4s {
  transform: translateX(0);
  transition: all ease 1.5s;
}
.cat_item .animation_5s {
  transform: translateX(-200%);
  transition: all ease 2s;
}
.cat_item:hover .animation_5s {
  transform: translateX(0);
  transition: all ease 2s;
}
.cat_item .animation_6s {
  transform: translateX(200px);
  transition: all ease 1.6s;
}
.limolife .cat_item .animation_6s {
  transform: translateX(350px);
}
.cat_item.slide-4 .animation_6s {
  transform: translateX(300px);
}
.cat_item:hover .animation_6s {
  transform: translateX(0);
  transition: all ease 1.6s;
}
.cat_item .animation_7s {
  transform: translateX(-200px);
  transition: all ease 2.5s;
}
.aloevera_queen .cat_item .animation_7s {
  transform: translateX(-500px);
}
.cat_item:hover .animation_7s {
  transform: translateX(0);
  transition: all ease 2.5s;
}
.cat_item .animation_8s {
  transform: translateX(-200px);
  transition: all ease 3.5s;
}
.cat_item:hover .animation_8s {
  transform: translateX(0);
  transition: all ease 3.5s;
}

.cat_item .animation_9s {
  transform: translateX(-200px);
  transition: all ease 2.5s;
}
.cat_item:hover .animation_9s {
  transform: translateX(0);
  transition: all ease 2.5s;
}
.cat-slider .slick-arrow,
.mobile_slider .slick-arrow {
  right: 15px;
  width: 60px;
  height: 60px;
  -webkit-text-fill-color: transparent;
  background: #fff !important;
}
.cat-slider .slick-arrow:hover,
.mobile_slider .slick-arrow:hover {
  background: #f7900a !important;
}
.cat-slider .slick-arrow:hover before,
.mobile_slider .slick-arrow:hover before {
  filter: invert(1) brightness(100%);
  transition: all ease 0.5s;
}
.cat-slider button.slick-prev.slick-arrow,
.mobile_slider button.slick-prev.slick-arrow {
  left: 15px;
  right: unset !important;
  z-index: 9;
}
.mobile_slider button.slick-arrow:before,
.cat-slider button.slick-arrow:before {
  display: flex;
  content: "";
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.mobile_slider button.slick-arrow:hover:before,
.cat-slider button.slick-arrow:hover:before {
  filter: invert(1) brightness(100);
}
.mobile_slider button.slick-prev.slick-arrow:before,
.cat-slider button.slick-prev.slick-arrow:before {
  background-image: url(./../../uploads/2024/11/left.svg) !important;
}
.mobile_slider button.slick-next.slick-arrow:before,
.cat-slider button.slick-next.slick-arrow:before {
  background-image: url(./../../uploads/2024/11/right.svg) !important;
}
.offer-sale img {
  transform: scale(0);
  transition: all ease-in-out 0.3s;
}
.cat_item:hover .offer-sale img {
  transform: scale(1);
  transition: all ease-in-out 0.3s;
  transform-origin: center;
}
footer,
.home-3-section,
.product-queen {
  overflow: hidden;
}
.home-3-section .move-image {
  -webkit-animation: move 2s infinite alternate;
  animation: move 2s infinite alternate;
}
.home-3-section .move-image:last-child {
  -webkit-animation: move 3s infinite alternate;
  animation: move 3s infinite alternate;
}
.home-3-section .move-image:first-child {
  -webkit-animation: mover-left 3s infinite alternate;
  animation: mover-left 3s infinite alternate;
}
.home-3-section .move-image:nth-child(4) {
  -webkit-animation: move 1.5s infinite alternate;
  animation: move 1.5s infinite alternate;
  animation-delay: 4s;
}
.home-3-section .elementor-button:hover span.elementor-button-icon svg path {
  fill: #fff !important;
}
.three-catogry-section .red_rectangle span {
  color: #51b7cf;
}
.three-catogry-section .red_rectangle span:before {
  content: "";
  position: absolute;
  width: 106%;
  height: 78px;
  background: #fff;
  transform: rotate(-5deg);
  z-index: -1;
  clip-path: polygon(7% 0%, 88% 18%, 94% 91%, 0% 54%);
  left: 5px;
  top: 36px;
  animation: slide-left 0.5s alternate;
  -webkit-animation: slide-left 0.5s alternate;
}

.three-catogry-section .cat_item:hover .clip_image {
  clip-path: always;
}

.three-catogry-section .clip_image .elementor-widget-container {
  transform: scale(1.15);
}
.three-catogry-section .cat_item {
  overflow: visible;
}
.rotate img {
  -webkit-animation: rotate 20s infinite alternate;
  animation: rotate 25s infinite alternate;
}
.product-queen .elementor-heading-title span {
  position: relative;
  color: #fff;
}
.product-queen .elementor-heading-title span:before {
  content: "";
  position: absolute;
  width: 108%;
  height: 120px;
  background: #ce3640;
  transform: rotate(-5deg);
  z-index: -1;
  clip-path: polygon(6% 0%, 99% 43%, 97% 93%, 0% 66%);
  left: -6px;
  top: -39px;
  animation: slide-left 0.5s alternate;
  -webkit-animation: slide-left 0.5s alternate;
}
.product-queen a {
  font-weight: 800;
}
.instafedd .elementor-heading-title span:before {
  content: "";
  position: absolute;
  width: 111%;
  height: 120px;
  background: #ce3640;
  transform: rotate(-5deg);
  z-index: -1;
  clip-path: polygon(3% 23%, 99% 24%, 97% 95%, 0% 71%);
  left: -12px;
  top: -39px;
  animation: slide-left 0.5s alternate;
  -webkit-animation: slide-left 0.5s alternate;
}
.instafeed #sb_instagram #sbi_images {
  display: flex !important;
  margin: 0;
  padding: 0;
}
.instafeed #sb_instagram #sbi_images .sbi_item {
  padding: 0 10px;
}
.instafeed #sb_instagram #sbi_images .slick-list {
  padding: 0 179px !important;
}


/* Footer CSS */
.footer {
  background: linear-gradient(147.24deg, #ec7037 7.31%, #f1b235 81.78%);
}
.contact-detail span.elementor-icon-list-icon {
  background: #fff;
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
}
.contact-detail span.elementor-icon-list-icon {
  margin: -5px 5px 0 0;
}

.contact-detail span.elementor-icon-list-icon svg {
  margin: 0 !important;
  width: 15px !important;
}
.triomat li.elementor-icon-list-item a {
  text-decoration: underline !important;
  color: #fff;
}
.footer .elementor-widget-image a img[src$=".svg"] {
  width: auto;
}
.footer .elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.footer .elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.footer .elementor-shape-top {
    top: -1px;
}
.footer .elementor-shape[data-negative=false].elementor-shape-bottom, .footer .elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
}



.circle_img figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 135px;
  font-family:"avenir_light" !important;
}

.circle_img img {
  animation: rotate 25s infinite alternate;
}

#banner-section::after,
#banner-section::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}

#banner-section::after {
  background: url(./images/banner-bottom.webp) no-repeat;
  bottom: 0;
  height: 73%;
  background-size: 100% 92%;
}

#banner-section::before {
  background: url(./images/banner-top.webp);
  background-repeat: no-repeat;
  top: 0;
  height: 40%;
  background-size: 100% 100%;
}


/* Blog CSS */
.inner_header_title {
    background: linear-gradient(138.09deg, #EC7037 19.93%, #F1B235 71.7%);
}
.inner_header_title .red_rectangle .elementor-widget-container{
	position:relative;
	z-index:9;
}
.inner_header_title .red_rectangle span:before {
    height: 92px;
    left: 0;
}
.post-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 40px;
    justify-content: space-between;
}
.post-list .post {
    display: flex;
    align-items: center;
    padding: 1rem;
    background-color: white;
    box-shadow: 0px 4px 10px 0px #90909040;
    width: calc(100% / 3 - 20px);
    flex-wrap: wrap;
    align-content: flex-start;
}
.post-list .post-image {
    overflow: hidden;
}
.post-list .post-image img{
  transition: all ease 0.3s;
  min-width: 368px;
  max-height: 280px !important;
  min-height: 280px;
}
.post-list .post:hover .post-image img{
    transform:scale(1.1);
    transition: all ease 0.3s;
}
.post-list .post h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'kg_happy_solidregular';
    color: #202020;
    margin-bottom: 10px;
	transition:all ease 0.3s;
}
.post-list .post:hover h5{
	color:#EC7037;
	transition:all ease 0.3s;
}
.post-list p.meta_desc {
    font-size: 1rem;
    line-height: 1.5rem;
}
p.meta_date {
    font-size: 0.875rem;
    line-height: 1.438rem;
    margin: 0;
	color:#aaaaaa;
	font-weight:400;
	font-family:'kg_happy_solidregular';
}
.pagination {
    margin: 0 !important;
}
.pagination a {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #7d7d7d;
    padding: 6px 13px;
	margin-left:10px;
}
.pagination a.page-link.active,
.pagination a.page-link:hover {
    background: #fff;
	transition:all ease-in-out 0.3s;
    color: #7D7D7D;
	box-shadow: 0px 4px 4px 0px #D8D8D840;
}

@-webkit-keyframes move {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes mover {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}
@keyframes cat-mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

@-webkit-keyframes mover-left {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes moer {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    width: 0;
  }

  100% {
    width: 85%;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes polygon {
  100% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media screen and (max-width: 1536px) {
  .three-catogry-section .red_rectangle span:before {
    width: 102%;
    height: 65px;
    left: 5px;
  }
  .instafedd .elementor-heading-title span:before {
    height: 112px;
  }
}
@media screen and (max-width: 1440px) {
  .red_rectangle span:before {
    width: 88%;
    height: 86px;
  }
}
@media screen and (max-width: 1366px) {
  .red_rectangle span:before {
    width: 88%;
    height: 86px;
  }
}
@media screen and (max-width: 1280px) {
	.post-featured-image {
		width: 80%;
		margin: 0 auto;
	}
	.single-post article {
    	width: 100%;
	}
}
@media screen and (max-width: 1024px) {
  #banner-section::after,
  #banner-section::before {
    visibility: hidden;
  }
  .cat_item .elementor-widget-image.clip_image {
    overflow: visible !important;
  }
  .cat_item .clip_image img {
    margin-top: 18px;
  }
  .cat_item .clip_image .elementor-widget-container {
    transform: scale(1);
  }
  .aloevera_queen .cat_item .elementor-widget-image.clip_image,
  .cat_item .elementor-widget-image.clip_image,
  .limolife .cat_item .elementor-widget-image.clip_image {
    clip-path: url(#clippath-responsive);
    top: -40px;
    margin: 0 auto;
  }
  .three-catogry-section.cat_item .clip_image .elementor-widget-container {
    transform: scale(1.15);
  }
  .three-catogry-section .rotate img,
  .instafeed .rotate img {
    width: 150px;
  }
  /* 	.three-catogry-section .cat_item .clip_image .elementor-widget-container {
          transform: scale(1.15);
      } */
  .instafeed #sb_instagram #sbi_images .slick-list {
    padding: 0 !important;
  }
	.single-post h1.post-title {
		width: 60%;
		padding:33px 20px 20px 20px ;
	}
	.related-post-info h4 {height:50px;}
	}
	.inner_header_title .red_rectangle span:before {
		height: 81px;
		left: 30px;
	}
@media screen and (max-width: 991px) {
  .red_rectangle span:before {
    left: -6px;
  }
  .mobile_slider .slick-dots li,
  .cat-slider .slick-dots li {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
  }
  .mobile_slider .slick-dots li.slick-active button,
  .cat-slider .slick-dots li.slick-active button {
    background: linear-gradient(138.09deg, #ec7037 19.93%, #f1b235 71.7%);
    width: 60px;
    height: 5px;
  }
  .mobile_slider .slick-dots li button:before,
  .cat-slider .slick-dots li button:before {
    display: none;
  }
  .mobile_slider .slick-dots li button,
  .cat-slider .slick-dots li button {
    width: 20px;
    background: #fbd9ab;
    height: 4px;
  }
  .instafeed #sb_instagram #sbi_images .slick-list {
    padding: 0 !important;
  }
  .instafeed #sb_instagram .sbi_photo {
    width: 100%;
    height: 320px !important;
  }
  .mobile_slider .slick-track {
    width: 1024px;
  }
  .post-list .post {
    width: calc(100% / 2 - 15px);
  }
}

@media screen and (max-width: 768px) {
  .aloevera_queen .cat_item .elementor-widget-image.clip_image,
  .cat_item .elementor-widget-image.clip_image,
  .limolife .cat_item .elementor-widget-image.clip_image {
    right: 29px;
  }
}
@media screen and (max-width: 767px) {
  #banner-section::after {
    visibility: visible;
    background: url(./images/mob-hero-section.webp) no-repeat;
    height: 100%;
    background-size: cover;
  }
  .cat_item .clip_image img {
    margin-top: 0;
  }
  .banner img {
    height: 450px !important;
  }
  .red_rectangle span:before {
    width: 98%;
    height: 63px;
    left: -5px !important;
    opacity: 0.9;
  }
  .category .red_rectangle span:before {
    height: 57px;
    width: 130%;
    left: -31px !important;
    top: -14px !important;
  }
  .cat_item .clip_image .elementor-widget-container {
    transform: scale(0.8);
  }
  .product-queen span:before {
    height: 95px;
  }

  .prodsuct-slider .e-n-tabs-heading .slick-track {
    left: 20px;
  }
  .prodsuct-slider button.e-n-tab-title {
    background: transparent !important;
    border: 1px solid #f4c381 !important;
    margin: 10px;
  }
  .prodsuct-slider button.e-n-tab-title.slick-active {
    background: transparent;
    color: #202020 !important;
  }
  ul.elementor-icon-list-items:not(
      .contact-detail ul.elementor-icon-list-items
    ) {
    display: flex;
    column-gap: 15px;
  }
  .contact-detail span.elementor-icon-list-icon {
    padding: 6px;
    width: 26px;
    height: 26px;
  }
  .prodsuct-slider .e-n-tabs-heading button {
    color: #202020 !important;
  }
  .prodsuct-slider
    .elementor-widget-n-tabs
    .e-n-tab-title[aria-selected="true"] {
    background-color: #f7900a !important;
    color: #fff !important;
  }
  .button_slider .slick-slide {
    margin: 0px 10px;
    transform: rotate(5deg);
    transform-origin: left;
  }
  .button_slider .slick-track {
    padding: 20px;
  }
  .button_slider .slick-current.slick-active {
    transform: rotate(0);
  }
  .instafeed #sb_instagram #sbi_images .slick-list {
    padding: 0px 50px !important;
  }
  .instafeed #sb_instagram #sbi_images .sbi_item {
    padding: 0 5px;
  }
  .three-catogry-section .cat_item .elementor-widget-image.clip_image {
    clip-path: url(#responsive);
    max-width: 300px !important;
    transform: scale(0.9);
  }
  .three-catogry-section .cat_item .clip_image .elementor-widget-container {
    /* transform: scale(1.3); */
  }
  body
    .three-catogry-section
    .cat_item:first-child
    .elementor-widget-image.clip_image {
    left: -60px !important;
    right: unset !important;
  }
  body
    .three-catogry-section
    .cat_item:last-child
    .elementor-widget-image.clip_image {
    right: 35px;
  }

  body .three-catogry-section .cat_item .elementor-widget-image.clip_image {
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile_slider .slick-track {
    width: 500px;
  }
  .tabbing-block .e-n-tab-title-text {
    line-height: 0.992em !important;
    letter-spacing: 0.2px;
    margin-bottom: -5px;
  }
  .cat-slider .slick-arrow,
  .mobile_slider .slick-arrow,
  .mobile_slider button.slick-arrow:before,
  .cat-slider button.slick-arrow:before {
    width: 50px;
    height: 50px;
  }
  .cat_item .animation_1s {
    transition: all ease 0.2s;
  }

  .cat_item:hover .animation_5s {
    transition: all ease 1s;
  }
  .button_slider span.elementor-button-content-wrapper {
    align-items: center;
  }
  .circle_img figcaption {
    max-width: 94px;
  }
  .product-queen .elementor-heading-title span:before {
    width: 117%;
    height: 80px;
    top: -25px;
  }
  .flip-container .elementor-widget-image.flipper {
    width: 114px;
    height: 114px;
  }
  .product-queen.instafedd .elementor-heading-title span:before {
    width: 117%;
    height: 66px;
    top: -21px;
  }
  .cat_item.slick-slide .clip_image .elementor-widget-container {
    transform: scale(1);
  }
  .footer-nav ul {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
  }
  .cat_item .elementor-absolute {
	  transform: translate(0) !important;
	  transition: all ease 0.3s !important;
  }
  .offer-sale img {
    transform: scale(1) !important;
    transition: all ease-in-out 0.3s;
  }
	body .prodsuct-slider .slick-dots {
    bottom: -25px;
}
.post-list {
    row-gap: 20px;
}
.post-list .post {
    width:100%;
}
.inner_header_title .red_rectangle span:before {
    height: 56px;
    left: 0 !important;
    top: -8px;
	opacity:0.5;
}
.post-list .paginate {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 5px;
}
.single-post h1.post-title {
    width: calc(100% - 40px);
}
}
