/* Imports */
/* Icons */
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap");

body {
  font-family: "Inter", sans-serif;
}
:focus-visible {
  outline: 0;
}
body {
  font-family: "Tenor Sans", sans-serif;
  overflow-x: hidden;
}
/* Root Styling */
:root {
  --c1: #1f2b44;
  --c2: #ef3735;
  /* --fbold: "lemon_milkbold";
  --flight: "lemon_milklight";
  --fmedium: "lemon_milkmedium";
  --fregular: "lemon_milkregular"; */
}
html {
  scroll-behavior: smooth;
}

/* General Styling */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: "Inter", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all 300ms ease-in-out;
  font-family: "Tenor Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "Tenor Sans", regular;
}
ul,
ol,
dl {
  margin-bottom: 0;
  padding: 0;
}
img {
  width: 100%;
}

/* mobile menu start */
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: -100%;
  top: 0;
  background-color: rgb(0 0 0 / 91%); /* Black fallback color */
  /* background-color: #f2682ade; */ /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 20%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  /* margin-top: 30px; */ /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.menu-btn {
  float: right;
}

.menu-btn a i {
  font-size: 30px;
  color: var(--c1);
}
.responsive-menu-btn a {
  width: max-content;
  margin: 22px auto;
}

.responsive-logo a {
  width: 36%;
  margin: 0 auto;
}
.overlay.active {
  left: 0;
}

.responsive-logo {
  width: 80%;
  margin: 0 auto;
}
.mail {
  display: flex;
  align-items: center;
}

.top-heade-item {
  display: flex;
  align-items: center;
  gap: 66px;
}

.mail a {
  font-size: 15px;
  font-weight: 600;
  color: #fffc;
  padding-left: 15px;
}

.top-header {
  background-color: var(--c1);
  color: #ffffffa8;
  padding: 10px 0;
}
.search-bar {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-bar .search-btn {
  border: 0;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 20px;
  color: var(--c2);
  background-color: transparent;
}
.search-bar form {
  display: flex;
  height: 100%;
  justify-content: end;
  position: relative;
  /* border: 1px solid #163ec261; */
  width: 70%;
  /* margin-left: auto; */
  /* border-radius: 7px; */
  overflow: hidden;
  position: relative;
}
.search-bar input[type="text"] {
  border: 1px solid #777;
  padding: 00 9px 0px 17px;
  flex: 0 0 70%;
  max-width: 70%;
  font-size: 18px;
}

input[type="text"]::placeholder {
  color: #999;
  font-size: 16px;
}
.search-bar select {
  flex: 0 0 30%;
  max-width: 30%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #777;
  padding: 0 11px;
  color: #000000;
  border-right: 0;
  text-transform: uppercase;
}
input[type="range"] {
  width: 100%;
  margin: 8px 0;
}

.btn {
  background-color: var(--c1);
  color: #fff;
  padding: 10px 24px;
  font-size: 16px;
  border-radius: 0;
  font-weight: 600;
  transition: all 0.5s;
}

.hdr-btn a i {
  padding-left: 12px;
}

.btn:hover {
  background-color: var(--c2);
  color: #fff;
}

.hdr-icons a {
  font-size: 23px;
  margin: 6px;
  border: 1px solid #777;
  padding: 0 6px;
  background-color: var(--c1);
  color: #fff;
}

.hdr-icons a:first-child {
  background-color: transparent;
  color: var(--c2);
}
.middel-header {
  padding: 10px 0;
}
.nav-menu ul {
  display: flex;
  gap: 30px;
}

.nav-menu ul li a {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffffb8;
  transition: 0.4s all;
}

.main-hdr-icon {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.main-hdr-icon h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffffba;
  font-weight: 600;
}

.icons a {
  font-size: 18px;
  padding-left: 10px;
  display: inline-flex;
  align-items: center;
  color: #ffffffc9;
}

.main-header {
  background-color: var(--c1);
  padding: 20px 0;
}
.baneer-sale-per h4 {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  /* display: flex; */
  /* align-items: center; */
  /* gap: 20px; */
  /* letter-spacing: 2px; */
  background-color: #fff;
  width: max-content;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 4px 10px;
}

.baneer-sale-per h4 span {
  color: #fff;
  font-size: 53px;
  text-transform: uppercase;
  font-weight: 400;
  max-width: max-content;
  line-height: 46px;
}

.banner-con h3 {
  color: #fff;
  font-weight: 300;
  font-size: 55px;
  text-shadow: 0px 4px #0000002b;
}

.banner-con p {
  color: #fff;
  width: 50%;
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0;
  text-shadow: 0px 4px #0000002b;
}
.banner.banner-item {
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
}
.BannerAnimate {
  position: relative;
  height: auto;
}
.banner.banner-item .containerSec {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 1170px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.banner-con {
  text-align: center;
  width: 100%;
}
.banner.banner-item .containerSec .banner-inner {
  width: 100%;
}
.banner-con h3 span {
  font-size: 75px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Tenor Sans";
}
.slick-arrow {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000;
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
  border-radius: 50%;
  background: #ffffff;
  /* Gray 4 */
  border: 1px solid #bdbdbd;
}

.slick-prev {
  left: 50px;
}

.slick-next {
  right: 66px;
}

.slick-arrow i {
  font-weight: 300;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  left: 60px;
}

.slick-dots li button {
  font-size: 0;
  background: transparent;
  border: 0;
  padding: 0;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  background: border-box;
  margin: 0 5px;
  background: #c4d1d1;
  padding: 0;
  border-radius: 13px;
  transition: 0.4s all;
  border: 1px solid #fff;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
  background: var(--c1);
}
.icons a:hover {
  color: var(--c2);
}

.nav-menu ul li a:hover {
  text-decoration: underline !important;
}
.nav-menu ul li {
  position: relative;
}

ul.sub-menu {
  flex-direction: column;
  gap: 0;
  position: absolute;
  background: #fff;
  min-width: 210px;
  padding: 17px 15px;
  top: 40px;
  opacity: 0;
  transition: 0.4s all;
  visibility: hidden;
  z-index: 99;
}

.nav-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

ul.sub-menu li a {
  color: #000;
}

ul.sub-menu li {
  margin: 5px 0;
}
section.prod-sec {
  padding: 70px 0;
}

.bg-sec {
  background: var(--c1);
}

.title {
  margin-bottom: 30px;
}

.title h6 {
  text-transform: uppercase;
  color: var(--c2);
  font-weight: 800;
  letter-spacing: 3px;
}

.title h2 {
  font-size: 50px;
  font-weight: 700;
}

.prod-img {
  position: relative;
  overflow: hidden;
}

span.sale-tag {
  position: absolute;
  top: 4px;
  right: 4px;
  background: var(--c2);
  color: #fff;
  padding: 6px 11px;
  border-radius: 7px;
  font-size: 13px;
}

.side-tags {
  width: 110px;
  display: flex;
  position: absolute;
  bottom: 70px;
  right: -71px;
  align-items: center;
  background: #dfd8d4;
  box-shadow: 0px 1.09697px 2.19394px rgba(0, 0, 0, 0.25);
  border-radius: 4.38788px 0px 0px 4.38788px;
  padding: 7px 8px;
  font-size: 10px;
  transition: 0.5s all;
}

.side-tags img {
  width: 26px;
  margin-right: 6px;
  filter: grayscale(100);
}

.side-tags:last-child {
  bottom: 18px;
}

.side-tags:hover {
  right: 0;
}

.rating ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #f3cd03;
  gap: 5px;
}

.ratings {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bg-sec .ratings {
  color: #fff;
  gap: 12px;
  font-size: 13px;
}
.bg-sec .prod-con :is(h3, p) {
  color: #fff;
}

.prod-con h3 {
  font-size: 18px;
  margin: 12px 0;
  line-height: 1.5;
}

.prod-con p {
  font-size: 12px;
  line-height: 1.75;
}

.btn.btn-light span:first-child {
  margin-right: 30px;
}

.btn.btn-light sup {
  color: #828282;
  margin-left: 10px;
  font-size: 15px;
}

.prod-con {
  padding: 20px 0;
}
.prod-img > img {
  height: 370px;
  object-fit: cover;
}
.slick-slider .product {
  margin: 0 15px;
}

.product-slider .slick-next,
.product-four-item-slider .slick-next {
  right: -10px;
}

.product-slider .slick-prev,
.product-four-item-slider .slick-prev {
  left: -10px;
}
.prod-main hr {
  background: #fff;
  opacity: 1;
  height: 2px;
  position: relative;
}

.prod-main hr:before {
  content: "";
  position: absolute;
  width: 25%;
  background: var(--c2);
  left: 0;
  top: 0;
  bottom: 0;
  height: 2px;
}
.banner-prod {
  position: relative;
  height: 100%;
}

.banner-prod-con {
  position: absolute;
  height: 70%;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.banner-sm-descrip {
  display: none;
}

.banner-sm-descrip {
  position: absolute;
  background: #fff;
  top: 0;
  right: 20%;
  width: 40%;
  display: block;
  bottom: 0;
  margin: auto;
  height: max-content;
  border-radius: 15px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  padding: 18px 25px;
  z-index: 99;
}
.banner-prod-inner {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
}

.arrow-btn {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000;
  z-index: 999;
  margin: auto 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #bdbdbd;
}

.banner-prod-inner h3 {
  text-transform: uppercase;
  font-size: 35px;
  width: 70%;
  line-height: 1.3;
  font-weight: 600;
}

.banner-pro-img {
  height: 100%;
  overflow: hidden;
}

.banner-pro-img img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.banner-sm-descrip h6 {
  width: max-content;
  background: var(--c2);
  color: #fff;
  font-size: 15px;
  padding: 2px 10px;
  margin-bottom: 7px;
  font-weight: 600;
}

.banner-sm-descrip p {
  font-size: 12px;

  /* or 18px */
  font-weight: 600;
  color: #000000;
  margin: 3px 0;
  opacity: 0.7;
}

.banner-sm-descrip-inner {
  position: relative;
}

.banner-sm-descrip-inner a {
  color: var(--c2);
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-prod:hover .banner-pro-img img {
  transform: scale(1.1);
}

.arrow-btn:hover {
  background: var(--c2);
  color: #fff;
}
.tab-prod .side-tags {
  left: -68px;
  right: inherit;
  flex-direction: row-reverse;
  top: 0;
  bottom: inherit;
}

.tab-prod .side-tags img {
  margin: 0 0 0 10px;
}

.tab-prod .side-tags:last-child {
  top: 54px;
}

.tab-prod .side-tags:hover {
  left: 0;
}

.tab-prod {
  background: #f5f5f5;
}

.tab-prod .prod-img > img {
  width: 60%;
  margin: 30px auto;
  mix-blend-mode: multiply;
}

.tab-prod .prod-con h3 {
  font-size: 17px;
  font-weight: 500;
}

.price h3 {
  color: var(--c2);
  font-weight: 600;
}

.tab-prod .prod-con {
  padding: 20px 10px;
}
.nav-tabs .nav-link {
  background: transparent;
  border: 0;
  color: #3d3d3d;
}

.nav-tabs {
  border: 0;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.nav-tabs .nav-link.active {
  background: #dfd8d4;
  border: 2px solid #565656;
  border-radius: 0;
}
.instabox:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
}

.insta-boxes-main {
  display: grid;
  align-content: space-between;
  justify-content: space-between;
  grid-template-columns: repeat(4, 25%);
}

.insta-box-inner {
  padding: 7px;
  height: 100%;
}

.instabox:nth-child(3) {
  grid-row: 1/3;
  grid-column: 2/3;
}

.instabox:nth-child(6) {
  grid-column: -3/-1;
}

.insta-box-inner img {
  height: 100%;
}

.insta-box-inner a {
  display: table;
  height: 100%;
}

.cat-item {
  text-align: center;
  margin: 97px 10px 0;
}

.cat-content h3 {
  padding-top: 40px;
  font-size: 1.5rem;
  font-weight: 600;
}

.category .slick-arrow {
  background-color: transparent;
  color: #777;
  font-size: 65px;
  border: 0;
  transition: all 0.5s;
}

.category .slick-arrow:hover {
  color: var(--c2);
}

.category .slick-prev {
  left: -30px;
}

.category .slick-next {
  right: -30px;
}
.lamp-img {
  position: absolute;
  right: 0;
  top: 0;
}

.cat-inner-item img {
  width: 71%;
  margin: 0 auto;
}


.about {
  background-color: var(--c1);
  color: #fff;
  padding: 80px 0;
}

.about-content h3 {
  font-size: 50px;
  padding-bottom: 15px;
}

.about-content h6 {
  font-size: 25px;
  padding-bottom: 15px;
  line-height: 1.5;
}

.about-content p {
  font-size: 13px;
  line-height: 27px;
}
.btn-1 {
  background-color: #fff;
  color: #000;
}

.about-item {
  position: relative;
  z-index: 99;
}

.about-item:before {
  position: absolute;
  width: 110%;
  content: "";
  height: 100%;
  background-color: transparent;
  border: 5px solid #777;
  top: -31px;
  left: -30px;
  z-index: -1;
}

.about-item {
  width: 90%;
  margin: 0 auto;
}
.test-item {
  padding: 0px 25px;
  background-color: #fff;
  border-radius: 4px;
  margin: 10px;
  padding: 20px 21px;
  min-height: 261px;
}

.test-img {
  width: 20%;
}

.test-inner-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.testimonials {
  padding: 70px 0px;
  background-color: var(--c1);
}
.test-content h3 {
  padding-bottom: 10px;
  font-weight: 600;
}

.rating ul li {
  color: #ffb426;
  font-size: 12px;
}

.rating ul li .no {
  color: #dbdbdb;
}

.rating ul li span {
  color: #999;
  margin-left: 7px;
}

.rating ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.testimonials .slick-arrow {
  background-color: transparent;
  border: 1px solid #777;
  width: max-content;
  height: max-content;
  border-radius: 10px;
  padding: 5px 12px;
  top: -590px;
  font-size: 20px;
  color: #fff;
}

.testimonials .slick-prev {
  left: 76%;
}

.testimonials .slick-arrow i {
  color: var(--c2);
  padding: 0px 9px;
}
/* footer */
.footer-item h4 {
  font-size: 20px;
  margin-bottom: 0.75rem;
}

.footer-item h5 {
  font-size: 14px;
}

.footer-item h6 {
  font-size: 20px;
  padding-bottom: 15px;
}

.footer-item ul li a {
  font-size: 14px;
  position: relative;
  color: #fff;
  transition: all 05s;
}

.footer-item ul li a:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.footer {
  background-color: var(--c1);
  color: #fff;
  padding: 70px 0 1px;
}

.footer-item ul li a:hover:before {
  width: 100%;
}

.footer-item ul li {
  padding: 0.25rem 0;
}
.footer-form input {
  width: 90%;
  margin-top: 35px;
  height: 40px;
  position: relative;
}

.footer-form a {
  position: absolute;
  right: 30px;
  top: 35px;
  background-color: var(--c2);
  padding: 8px 23px;
  color: #fff;
  font-size: 16px;
}

form.footer-form {
  position: relative;
}
.info ul li a:before {
  display: none;
}

.footer-item ul li a i {
  margin-right: 8px;
}
.copy-right p {
  margin: 46px 0 0;
  padding: 20px 0;
  border-top: 1px solid #777;
  font-size: 0.85rem;
}

.shipping {
  background-color: var(--c1);
  padding: 10px 0;
}

.shiping-inner-item img {
  width: 50px;
}

.shiping-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shiping-inner-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shiping-content h6 a {
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
}

.glowContainer {
}

.glow {
  background-color: #fff;
  width: 7vh;
  height: 7vh;
  border-radius: 100%;
  box-shadow: 0 0 50px #ffeb3b;
  animation: mymove 3s infinite;
  position: absolute;
  top: 39%;
  left: 8.3%;
  right: auto;
}
.glowOne {
  top: 50%;
  left: 8.3%;
  right: auto;
}

.glowTwo {
  top: 20.9%;
  left: 20.6%;
  right: auto;
}

.glowThree {
  top: 12.5%;
  left: 26.8%;
  right: auto;
}
.glowFour {
  top: 12.3%;
  left: 29.6%;
  right: auto;
  display: none;
}
.glowFive {
  top: 28.8%;
  left: 26.9%;
  right: auto;
}
.glowSix {
  top: 16.7%;
  left: 31.1%;
  right: auto;
}
.glowSeven {
  top: 11.2%;
  left: 39%;
  right: auto;
}
.glowEight {
  top: 27.7%;
  left: 39.4%;
  right: auto;
}
.glowNine {
  top: 18.9%;
  left: 45.3%;
  right: auto;
}
.glowTen {
  top: 36.7%;
  left: 66.4%;
  right: auto;
  width: 5vh;
  height: 5vh;
}
.glowEleven {
  top: 36.6%;
  left: 76.4%;
  right: auto;
  width: 5vh;
  height: 5vh;
}
.glowTwelve {
  top: 76%;
  left: 82.7%;
  right: auto;
  width: 5vh;
  height: 5vh;
}

.glowThirteen {
  top: 84.5%;
  left: 82.7%;
  right: auto;
  width: 5vh;
  height: 5vh;
}

@keyframes mymove {
  0% {
    box-shadow: 0 0 0px #fff;
  }
  50% {
    box-shadow: 0 0 50px #fff494;
    background-color: #fff6ab;
  }
  100% {
    box-shadow: 0 0 0px #fff;
  }
}

section.main-banner.SwitchBtn .glow {
  background: #ffffff4d;
  animation: inherit;
  box-shadow: inherit;
}

.switchBtns {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 11;
  padding: 10px;
  border-radius: 5px 0px 0px 5px;
  padding: 20px 10px;
  background: #fff;
  box-shadow: -2px -3px 0px #8bc34a;
  border: 0;
}

.switchShadow {
  box-shadow: -2px 2px 0px #ff9800;
}
.switchShadow .fa {
  transform: rotate(180deg);
}

.nav-menu ul li a i {
  font-size: 0.75rem;
  padding-left: 0.5rem;
}

.btn:hover sup {
  color: #fff;
}

.banner-sm-descrip-inner h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

.test-content p {
  font-size: 0.8rem;
  line-height: 1.75;
}

/* ---------:)----------- */
.imgFluid {
  max-width: 100%;
  height: auto;
}
.bgLightWrapper {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.bg-light {
  width: 15%;
  aspect-ratio: 1/1;
  background: url("../images/light-img.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50px;
  left: 0;
  display: flex;
  transform: translateY(-100%);
  background-color: inherit !important;
  transition: all 0.5s;
  z-index: -1;
}
.bg-light::before {
  content: "";
  width: 2px;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  top: -69%;
  left: 50%;
  transform: translateX(-50%);
  background: #e0b285;
  z-index: -1;
}
.bg-light::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f2edf0;
  opacity: 0;
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  transition: all 0.5s 0.5s;
}
.light-animation .bg-light {
  transform: translateY(0);
}
.light-animation .bg-light::after {
  opacity: 0.5;
}
.lampLightTwo {
    top: 52%;
    left: 46.3%;
    right: auto;
    background-color: transparent;
    width: 120px;
    height: 120px;
    box-shadow: 0 0 130px #ffeb3b;
    opacity: 0.5;
    animation: lamps 10s infinite;
}

.lampLight {width: 100px;height: 100px;position: absolute;top: 59%;left: 4.3%;right: auto;z-index: 0;box-shadow: 0 0 130px #ffeb3b;opacity: 0.5;background-color: transparent; animation: lamps 10s infinite;}


@keyframes lamps {
  0% {
    box-shadow: 0 0 0px #fff;
  }
  50% {
    box-shadow: 0 0 50px #fff494;
    background-color: #fff6ab;
  }
  100% {
    box-shadow: 0 0 0px #fff;
  }
}


.lamp-img-Left {
    left: -20px;
    right: auto;
    top: 0px;
   
   
    opacity: 0.7;
}

.category {
  position: relative;
  padding: 130px 0;
  animation: mymoveCate 10s infinite;
  background-size: cover;
}

@keyframes mymoveCate {
  0% {
  
    background: url("../images/grybg.jpg");
   background-size: cover;
  }
  50% {

    background: url("../images/yellowbg.jpg");
   background-size: cover;
  }
  100% {
   
    background: url("../images/grybg.jpg");
   background-size: cover;
  }
}

