/** Shopify CDN: Minification failed

Line 403:11 Unexpected "/"

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Boxicons */
@font-face {
  font-family: boxicons;
  src: url("/cdn/shop/files/boxicons.ttf?v=1776455382");
}

@font-face {
  font-family: LEMONMILK-Bold;
  src: url("/cdn/shop/files/LEMONMILK-Bold.otf?v=1776455399");
}

@font-face {
  font-family: LEMONMILK-Medium;
  src: url("/cdn/shop/files/LEMONMILK-Medium.otf?v=1776455473");
}

@font-face {
  font-family: LEMONMILK-Regular;
  src: url("/cdn/shop/files/LEMONMILK-Regular.otf?v=1776455497");
}

/* Root Styling */
:root {
  --c1: #962628;
  --c2: linear-gradient(180deg, #962628, #611718);
  --f1: 'poppins';
  --f2: 'LEMONMILK-Regular';
  --f3: 'LEMONMILK-Medium';
  --f4: 'LEMONMILK-Bold';
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.img__contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* General Styling */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: 'Roboto', sans-serif;
}

::selection {
  background-color: var(--c1);
  color: #fff;
}

a {
  display: inline-block;
  color: #000;
  transition: all 300ms ease-in-out;
}

a:hover {
  color: #000;
}

ul,
ol,
dl {
  margin-bottom: 0;
  padding: 0;
}


p,
li,
a,
span,
input,
input::placeholder,
button {
  font-family: var(--f1);
}


.imgFluid {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  transition: all 300ms ease-in-out;
  outline: 0;
}

i.bx {
  font-family: boxicons;
  vertical-align: middle;
}

/* button style */

.themebtn {
  padding: 12px 35px;
  background: var(--c1);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  z-index: 99;
}

.themebtn:hover {
  background: var(--c1);
  color: #fff;
}

.themebtn::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: shine .75s;
  animation: shine 2s linear infinite;
}

.themebtn::after {
  position: absolute;
  content: '';
  width: 0;
  right: 0;
  height: 100%;
  background-color: var(--c2);
  top: 0;
  transition: 400ms ease;
  z-index: -1;
}

.themebtn:hover::after {
  width: 100%;
  left: 0;
}

.themebtn:hover span {
  animation: tada 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* button style */


/* header css start */

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
}

a.header__logo img {
  width: 82px;
  height: auto;
  object-fit: contain;
}

ul.header-main__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

ul.header-main__nav li a {
  font-size: 15px;
  font-family: var(--f1);
  position: relative;
  text-transform: capitalize;
}

ul.header-main__nav li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--c1);
  transition: all 500ms;
}

ul.header-main__nav li a.active::after {
  width: 100%;
  left: 0;
}

ul.header-main__nav li a:hover::after {
  width: 100%;
  left: 0;
}

ul.header-main__nav li a:hover {
  color: var(--c1);
}

ul.header-main__nav li a.active {
  color: var(--c1);
}


/* header css end */

/* baner css start */

.home_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  min-height: 89vh;
}

.banner_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_cont {
  position: relative;
  color: #fff;
}

.banner_cont h6 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: var(--f1);
}

.banner_cont h3 {
  font-size: 55px;
  font-family: var(--f1);
  text-transform: capitalize;
  margin: 10px 0px;
  line-height: 59px;
}

.banner_cont p {
  font-size: 15px;
}

/* baner css end */



/* new css start */






.testimonial {
  padding: 70px 0;
}

.testimonal_card {
  text-align: center;
  /* border: 1px solid red; */
}

.testimonal_card ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.testimonal_card ul li {
  width: 22px;
  height: 22px;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonal_card ul li i {
  color: #f4b503;
  font-size: 14px;
}

.testimonal_card p {
  font-family: var(--f1);
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  color: #3f3f3f;
}

.testi_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testi_img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  margin: 20px auto;
}

.testimonal_card h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--f2);
}

.everything_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 300ms all;
}

.everything_img {
  width: 100%;
  height: 192px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.everthing_main h4 {
  text-align: center;
  font-family: var(--f2);
  font-size: 15px;
}

.everything_love {
  padding: 70px 0;
}

* gallery */ .recent_gallery {
  padding: 70px 0;
  background: #ecfff4;
}

.recent_gallery_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent_gallery_img {
  width: 100%;
  height: 291px;
  position: relative;
}

.recent_gallery_slider .slick-slide {
  margin: 0px 10px;
}

.order {
  width: 100%;
  padding: 107px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}


section.product_section {
  padding: 70px 0px 90px;
}

.pro_img {
  width: 100%;
  height: 250px;
  border-radius: 18px;
  overflow: hidden;
}

.pro_img img {
  width: 100%;
  height: 100%;
}

.pro_cont h5 {
  font-family: var(--f2);
  font-size: 11px;
  margin: 0;
}

.pro_cont p {
  font-size: 11px;
  font-family: var(--f1);
  color: #000;
  margin: 11px 0px;
  font-weight: 500;
}

.pro_items {
  border-radius: 18px;
  box-shadow: 0px 0px 1px 1px var(--c2);
  margin: 0px 0px;
}

.pro_pricing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro_pricing ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  color: #d24d02;
  font-size: 13px;
}

.pro_pricing ul li span {
  color: #afafaf;
  font-size: 11px;
}

.pro_cont {
  padding: 17px 0px 0;
}

.pro_cont h4 {
  font-size: 13px;
  text-transform: capitalize;
  color: var(--c2);
  font-family: var(--f2);
  font-weight: 400;
}

.pro_cont a {
  width: 100%;
  margin-top: 10px;
  padding: 6px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #96262866;
  color: var(--c1);
}

.pro_cont a i {
  font-size: 20px;
}

.pro_cont a:hover {
  background: var(--c2);
}



form.newsltter_form {
  display: flex;
  align-items: center;
  background: #fff;
  gap: 10px;
  margin: 0 auto;
  padding-left: 18px !important;
  padding: 6px 4px;
  border-radius: 5px;
}

form.newsltter_form input {
  border: 0;
  padding: 10px 0px;
  font-size: 14px;
  width: 54%;
}

form.newsltter_form input:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

form.newsltter_form button {
  background: var(--c2);
  border: 0;
  font-size: 15px;
  padding: 13px 50px;
  color: #fff;
}

form.newsltter_form i {
  font-size: 22px;
}

.recent_gallery {
  padding: 70px 0 0;
}



.arrival_img {
  width: 100%;
  height: 689px;
  overflow: hidden;
  border-radius: 19px;
}

.arrival_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 500ms all;
}

.new_arrival_main {
  position: relative;
}

.sub_pro_img a {
  width: 96%;
  height: 230px;
}

.sub_pro_img img {
  width: 92%;
  height: 100%;
  object-fit: cover;
  transition: 500ms all;
  border-radius: 20px;
}

.sub_pro_cont p {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0;
}

.sub_pro_cont h5 {
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--f2);
  margin: 8px 0px;
}

.sub_pro_cont {
  width: 96%;
  padding: 1px 10px;
}

._sub_pricing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub_pro_items {
  margin-bottom: 20px;
}

._sub_pricing ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  gap: 2px;
  color: var(--c2);
}

._sub_pricing li span {
  color: #a3a3a3;
  font-size: 10px;
}

._sub_pricing h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

._sub_pricing h4 span {
  font-size: 11px;
  font-weight: 600;
  text-decoration: line-through !important;
  color: #8d8d8d;
  margin-left: 6px;
}

.arrival_heading h3 {
  font-size: 21px;
  text-transform: capitalize;
  font-family: var(--f2);
  color: #000;
  margin: 0 0 20px;
}

.arrival_heading {
  margin-bottom: 15px;
}

.arrival_heading h3 span {
  font-size: 21px;
  text-transform: capitalize;
  font-family: var(--f2);
  color: var(--c2);
}

.arrival_cont {
  background: #d75d5d;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 17px 23px;
  width: 100%;
  border-radius: 0px 0px 25px 25px;
}

.arrival_cont h4 {
  font-size: 21px;
  color: #fff;
  font-family: var(--f3);
}

.arrival_cont p {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  width: 56%;
}

.arrival_cont a {
  padding: 7px 32px;
}

section.new-arrival {
  padding: 70px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.order_bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.order_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order_img {
  position: absolute;
  width: 56%;
  height: 100%;
  left: 0;
  top: -30px;
}

.order_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order_cnt h3 {
  color: #fff;
  font-family: var(--f2);
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
  width: 80%;
}

.ourproduct_slider .pro_items.slick-slide {
  margin: 1px 0px;
}

.mainHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
}

.headerContact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.headerContact li a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #444444a6;
  font-weight: 600;
}

.headerContact li a i {
  font-size: 25px;
  color: var(--c1);
}

.headerNumber {
  display: flex;
  align-items: center;
  gap: 7px;
}

.headerNumber p {
  margin: 0;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  font-family: 'Poppins';
}

.headerNumber p span {
  display: block;
  font-size: 12px;
  color: #44444499;
}

.headerNumber i {
  font-size: 51px;
  color: var(--c1);
}

.serachbar {
  display: flex;
  align-items: center;
  border: 1px solid #4444;
  border-radius: 10px;
  width: 390px;
}

.serachbar input {
  width: 100%;
  padding: 0 10px;
  border: none;
  outline: none !important;
  font-size: 14px;
  font-family: 'Poppins';
}

.serachbar button {
  padding: 0px 15px 0px 25px;
  background: var(--c1);
  font-size: 25px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  border-radius: 50px 10px 10px 50px;
}

.logo {
  width: 310px;
  height: auto;
}


.bottomHeader {
  background: linear-gradient(180deg, #2B2B2B, #000);
}

.botHeaderLeft {
  display: flex;
  align-items: center;
  gap: 20px;
}

.headerMenu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.headerMenu li a {
  font-family: 'Poppins';
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
}

.mainBotHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.headerSocial {
  display: flex;
  align-items: center;
  gap: 10px;
}

.headerSocial li a {
  font-size: 20px;
  color: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: grid;
  place-items: center;
  border-radius: 50px;
}

.headerSocial li a:hover {
  background: var(--c1);
  border-color: var(--c1);
}

.catBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: 'Poppins';
  font-size: 14px;
  position: relative;
  padding: 20px 10px;
  z-index: 1;
  cursor: pointer;
}

.catBtn:before {
  position: absolute;
  width: 100%;
  height: 130%;
  background: var(--c2);
  content:
    '';
  z-index: -1;
  inset: 0;
  top: 44%;
  transform: translatey(-50%);
  border-radius: 0px 10px 10px 10px;
}

.catBtn:after {
  background: var(--c1);
  content: '';
  position: absolute;
  top: -13px;
  left: -24px;
  width: 25px;
  height: 14px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.cataMain {
  position: relative;
}

.catagoryMenu {
  position: absolute;
  z-index: 99;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px 1px #00000044;
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
}

.catagoryMenu li a {
  padding: 10px;
  border-bottom: 1px solid var(--c1);
  width: 100%;
  font-size: 14px;
}

.catagoryMenu li:nth-last-child(1) a {
  border: none;
}

.catagoryMenu li a:hover {
  color: #fff;
  background: var(--c1);
}

.catagoryMenu.active {
  opacity: 1;
  visibility: visible;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 77vh;
  position: relative;
}

.subHead {
  font-size: 20px;
  font-family: var(--f2);
  color: #000;
}

.banner_content h1 {
  font-size: 35px;
  font-family: var(--f2);
  color: #000;
}

.banner_content h1 span {
  display: block;
  font-size: 63px;
  font-family: var(--f3);
}

.banner_content h1 span i {
  font-family: var(--f2);
  color: var(--c1);
}

.banner_content p {
  margin: 0;
  font-size: 14px;
  font-family: var(--f1);
  width: 402px;
}

.banner_content p b {
  font-family: var(--f2);
  font-size: 13px;
}

.banner_btns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 0;
}

.themeBtn {
  border: 1px solid transparent;
  padding: 10px 20px;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  font-family: var(--f1);
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
}

.themeBtn:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--c2);
  z-index: -1;
  top: 0;
  left: 0;
  transition: 300ms all;
}

.themeBtn.--trans:before {
  width: 0%;
}

.themeBtn.--trans:hover:before {
  width: 100%;
}

.themeBtn.--trans:hover {
  color: #fff;
  border-color: transparent;
}

.themeBtn.--trans {
  border-color: #000;
  color: #000;
}

.themeBtn:hover:before {
  width: 0%;
}

.themeBtn:hover {
  color: #000;
  border-color: #000;
}

.banner_item {
  margin: 0;
}

.mainBanner {
  position: relative;
}

.banner_dots {
  position: absolute;
  width: 100%;
  bottom: 107px;
}

.custom-arrows {
  display: flex;
  align-items: center;
  gap: 0px;
}

.custom-arrows .slick-dots {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  top: 0;
}

.custom-arrows .slick-dots li {
  margin: 0;
  width: 15px;
  background: var(--c1);
  height: 15px;
  border-radius: 100%;
  border: 1px solid transparent;
}

.custom-arrows .slick-dots li button:before {
  display: none;
}

.custom-arrows .slick-dots li.slick-active {
  background: #ffffff;
  border-color: var(--c1);
}

button.prev-btn {
  border: none;
  background: transparent;
  padding: 0;
  color: var(--c1);
  font-size: 20px;
}

.next-btn {
  color: var(--c1);
  background: transparent;
  border: none;
  font-size: 20px;
}

.banner_bottoms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.bannerBottom {
  padding: 40px 0;
  background: #96262812;
}

.banner_slider {
  margin: 0 !important;
}

.bannerBotCrd {
  display: flex;
  align-items: center;
  gap: 15px;
}

.bannerBotCrd p {
  margin: 0;
  font-size: 14px;
  font-family: var(--f2);
  color: #000;
}

.bannerBotCrd p span {
  display: block;
  color: #444444c7;
  font-size: 12px;
}

.bannerIcon {
  width: 50px;
  aspect-ratio: 1/1;
}

.our_products {
  padding: 70px 0;
}

.proCrd {
  padding: 10px;
  border: 1px solid var(--c1);
  border-radius: 10px;
  margin: 0 5px 0 5px;
}

.ourproduct_slider .slick-arrow {
  top: 50%;
  transform: translatey(-50%);
  background: var(--c1);
}

.ourproduct_slider .slick-next {
  right: -40px;
}

.ourproduct_slider .slick-prev {
  left: -40px;
}

.ourproduct_slider .slick-arrow:before {
  content: '';
  font-family: 'boxicons';
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ourproduct_slider .slick-next:before {
  content: "\ea50";
}

.ourproduct_slider .slick-prev:before {
  content: "\ea4d";
}

.ourproduct_slider .slick-arrow:hover {
  color: #fff;
  background: #000;
}

.pro_topRight {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

ul#myTab {
  display: flex;
  align-items: center;
  gap: 20px;
  border: none;
}

.nav-link {
  background: #96262817 !important;
  color: #000;
  font-size: 14px;
  border-radius: 5px !important;
  padding: 8px 38px;
}

.nav-link.active {
  background: linear-gradient(180deg, #2B2B2B, #000) !important;
  color: #fff !important;
}

.topBtn {
  text-transform: capitalize;
  color: var(--c1);
  display: flex;
  align-items: center;
  gap: 1px;
  font-size: 15px;
}

.topBtn i {
  font-size: 23px;
}

.nav-link:hover {
  background: var(--c1) !important;
  color: #fff !important;
}

.section_title h3 {
  font-size: 30px;
  font-family: var(--f2);
  color: #000;
}

.proTopMain {
  padding-bottom: 10px;
  border-bottom: 1px solid #4444;
  position: relative;
}

.proTopMain:before {
  position: absolute;
  width: 140px;
  background: var(--c1);
  content: '';
  height: 5px;
  bottom: 0;
}

.arrival_heading h3 span {
  color: var(--c1);
}

._sub_pricing ul li {
  color: #E9A426;
}

.promoBg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}

.promoBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.everthing_main:hover img {
  scale: 1.2;
}

.marqBall {
  width: 15px;
  height: 15px;
  background: var(--c2);
  border-radius: 100%;
  margin: 2px 0 0;
}

.marqContent {
  color: #fff;
  font-family: var(--f2);
  margin: 0;
  font-size: 12px;
}

.marq {
  padding: 20px;
  background: linear-gradient(180deg, #2B2B2B, #000);
}

.testi_slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  bottom: -50px;
}

.testi_slider .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
  background: var(--c2);
  border-radius: 100%;
  position: relative;
}

.testi_slider .slick-dots li.slick-active:before {
  position: absolute;
  width: 160%;
  height: 150%;
  content: '';
  border: 2px solid var(--c1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.testi_slider .slick-dots li button:before {
  display: none;
}

.faqs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 70px 0;
  position: relative;
}

.faqBg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
}

.faqBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faqHead {
  text-align: center;
  margin: 0 0 30px;
  font-family: var(--f2);
  font-size: 25px;
  color: #000;
}

.accordion-button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--f1);
  padding: 0px 10px 0;
}

.accordion-item {
  border: none !important;
  background: transparent !important;
  border-bottom: 1px solid #4444 !important;
  padding: 20px 0 20px;
}

.accordion-body p {
  width: 760px;
  font-size: 14px;
  font-family: var(--f1);
  color: #444444b3;
  margin: 0;
}

.accordion-button::after {
  background: none !important;
  content: "\ebc0";
  font-family: 'boxicons';
  color: #000;
  position: absolute;
  right: 30px;
  font-size: 30px;
  top: 50%;
  transform: translatey(-50%);
  transform-origin: center;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(45deg) translatey(-50%);
}

.faqpara {
  margin: 15px 0 0;
  font-size: 14px;
  color: #000;
}

.faqpara a {
  color: var(--c1);
  font-weight: 500;
}

.accordion-body {
  padding: 20px 20px 0;
}

.recent_gallery_img:hover {
  scale: 1.1;
}

.recent_gallery .slick-list {
  padding: 20px 0;
}

.recent_gallery_img:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #962628d4;
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
}

.recent_gallery_img:hover:before {
  opacity: 1;
  visibility: visible;
}

.recent_gallery_img:after {
  position: absolute;
  content: "\eeaa";
  font-family: 'boxicons';
  font-size: 130px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
}

.recent_gallery_img:hover:after {
  opacity: 1;
  visibility: visible;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 70px 0;
  background: linear-gradient(180deg, #2B2B2B, #000);
  z-index: 1;
}

.fooBg {
  position: absolute;
  z-index: -1;
  inset: 0;
  filter: grayscale(1);
}

.fooLogo {
  width: 250px;
  filter: invert(1);
}

.footerMain p {
  margin: 20px 0;
  font-size: 14px;
  color: #fff;
}

.foohead {
  font-size: 20px;
  font-family: var(--f2);
  color: #fff;
}

.foosocial .foohead {
  margin: 0 0 10px;
}

.fooLinks {
  margin: 10px 0 0;
}

.fooLinks li a {
  font-size: 14px;
  color: #fff;
}

.foocontact {
  margin: 15px 0;
}

.foocontact li a {
  color: #fff;
  font-size: 14px;
}

.foocontact li a span {
  color: var(--c1);
}

.fooForm form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fooForm select {
  border: 1px solid #fff;
  padding: 5px 5px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.payImg {
  width: 250px;
  margin: 10px 0 0;
}

.mainFooBot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.mainFooBot p {
  font-size: 14px;
  margin: 0;
}

.down {
  display: flex;
  align-items: center;
  gap: 10px;
}

.down li {
  font-size: 14px;
}

.down li a {
  width: 130px;
  height: 36px;
}

.footerBotom {
  padding: 10px 0;
}

.downImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.banner.--inner {
  min-height: 60vh;
}

.banner_content.--inner h1 {
  font-size: 70px;
}

.about {
  padding: 70px 0;
}

.about_img {
  width: 100%;
  height: 470px;
  border-radius: 20px;
  overflow: hidden;
}

.aboutContent h2 {
  font-size: 30px;
  font-family: var(--f2);
  color: #000;
}

.aboutContent p {
  font-size: 14px;
  font-family: 'Poppins';
  margin: 10px 0;
  color: #000;
}

.aboutContent h3 {
  font-size: 22px;
  font-family: var(--f2);
  color: var(--c1);
}

.aboutList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
}

.aboutList li {
  width: 50%;
  list-style: disc;
  font-size: 14px;
  color: #000;
}

.about_img img {
  object-position: top;
}

.productsInner .pro_items {
  margin: 0 0 20px;
}


.filters {
  position: sticky;
  top: 20px;
}

.filterBox {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 15px 1px #4444;
  border-radius: 20px;
  margin: 0 0 30px;
}

.filterHead {
  font-size: 25px;
  border-bottom: 1px solid #00000054;
  padding: 0 0 5px;
  font-family: var(--f3);
  font-weight: 600;
  color: #000;
  position: relative;
}

.filterHead:before {
  position: absolute;
  width: 25%;
  height: 2px;
  background: var(--c2);
  content: '';
  bottom: 0;
}

.filterForm {
  padding: 10px 0 0;
}

.filterFeild {
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.filterBtn {
  margin: 20px 0 0;
}

.botFillHead {
  margin: 20px 0 0;
  font-size: 18px;
  font-family: var(--f3);
  font-weight: 600;
  color: #000;
}

.productsInner {
  padding: 70px 0;
}

/* sign  */
.loginBox {
  padding: 60px;
  border: 1px solid var(--c1);
  box-shadow: 0 0 15px 1px #4444;
  background: #fff;
  margin: 0 0 30px;
}

.logHead {
  text-align: center;
  font-family: var(--f2);
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
}

.logFeild input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #4444;
}

.logFeild label {
  font-size: 14px;
  margin: 0 0 7px;
  font-family: var(--f2);
}

.logFeild {
  margin: 0 0 18px;
}

.logForm p {
  text-align: center;
  margin: 20px 0 0;
  font-size: 14px;
  font-family: var(--f2);
}

.logForm p a {
  font-weight: 600;
}

.sign-up {
  padding: 70px 0 40px;
}

.contactBtn button {
  width: 100%;
}


/* blogs  */

.news_blog {
  padding: 70px 0;
}

.new_blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new_blog_img {
  width: 100%;
  height: 300px;
}

.news_blog_date {
  display: flex;
  align-items: center;
  gap: 35px;
  margin: 20px 0;
}

.news_blog_date p {
  margin: 0;
  font-family: var(--f2);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.news_blog_main h4 {
  font-family: var(--f2);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.news_blog_main>p {
  font-family: var(--f1);
  font-size: 15px;
  margin-bottom: 15px;
}

.blogRead {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline !important;
  font-family: var(--f2);
  font-weight: 600;
}

/* blogs  */

/* blog detail  */
.blogDetTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-family: var(--f2);
}

.date i {
  color: var(--c1);
}

.blogIcon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blogDetailCon h2 {
  font-size: 30px;
  font-family: var(--f2);
  font-weight: 600;
  text-transform: capitalize;
  width: 89%;
  margin: 10px 0;
}

.blogDetailCon p {
  margin: 10px 0;
  font-size: 14px;
  font-family: var(--f1);
  line-height: 23px;
}

.blogDetailImg {
  width: 100%;
  height: 470px;
  position: relative;
  box-shadow: -21px -14px 0px 1px var(--c1);
  border-radius: 20px;
  overflow: hidden;
}

.blogDetail {
  padding: 70px 0;
}

/* blog detail  */
.mainFaq .accordion-body p {
  width: 100%;
}

/* faq  */
.accordion {
  padding: 40px 0 0;
}

.accordion-button {
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
  color: #000 !important;
  font-family: var(--f2);
  font-size: 14px;
  font-weight: 500;
}

.accordion-item {
  border: none !important;
  border-bottom: 1px solid var(--c1) !important;
}

.accordion-body P {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
}

.faqImg {
  width: 100%;
  height: 620px;
  box-shadow: -20px -20px 0 1px var(--c1);
  position: sticky;
  top: 30px;
}

.faqs {
  padding: 70px 0;
}

/* faq  */
/* contact  */
.contInput {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #4444;
  border-radius: 50px;
  padding-right: 10px;
}

.contInput input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: none;
  background: transparent;
  font-family: var(--f2);
  outline: none !important;
}

.inputContFeild label {
  font-size: 14px;
  font-family: var(--f2);
  margin: 0 0 7px;
}

.inputContFeild {
  margin: 0 0 15px;
}

.conttext {
  display: flex;
  width: 100%;
  padding-right: 10px;
  border: 1px solid #4444;
  align-items: baseline;
  border-radius: 20px;
}

.conttext textarea {
  width: 100%;
  padding: 10px;
  border: none;
  background: transparent;
  height: 180px;
  font-size: 14px;
  font-family: var(--f2);
  outline: none !important;
}

.contactBtn button {
  width: 100%;
}

.contactImg {
  width: 95%;
  height: 545px;
  box-shadow: -20px -20px 0 1px var(--c1);
  margin-left: auto;
}

.contactUs {
  padding: 70px 0;
}

/* contact  */
.innerTestimonial {
  padding: 70px 0;
}



.news_blog_main h4 {
  margin-top: 15px;
}
.blogRead {
  margin: 0 0 40px 0;
}

/* contact form css
 */
 .custom-contact-form {
  max-width: 900px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.field {
  display: flex;
  flex-direction: column;
}

.field label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.field input,
.field textarea {
  padding: 14px 16px;
  border-radius: 30px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 14px;
}

.field textarea {
  border-radius: 20px;
  min-height: 150px;
  resize: none;
}

.full-width {
  grid-column: span 2;
  margin-top: 10px;
}

.submit-btn {
  margin-top: 20px;
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #8b1c1c, #a52a2a);
  color: #fff;
  font-weight: 600;
  position: relative;
}

.submit-btn::after {
  content: "";
  position: absolute;
  right: 40%;
  top: 0;
  width: 40px;
  height: 100%;
  background: rgba(255,255,255,0.1);
  transform: skewX(-20deg);
}

.submit-btn:hover {
  opacity: 0.9;
}


.field:hover.field:after, .select:hover.select:after, .select__select:hover.select__select:after, .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after {
    box-shadow: none !important;

}



#Filter-Price-GTE {
  border-radius: 0px;
}
#Filter-Price-LTE {
  border-radius: 0px;
}


input.form-control {
    display: flex;
    align-items: center;
    background: #fff;
    gap: 10px;
    margin: 0 auto;
    padding-left: 18px !important;
    padding: 6px 4px;
    border-radius: 5px;
    height: 61px;
    font-size: 17px;
    margin: 40px 0 0 0;
}

button.news {
       background: var(--c2);
    border: 0;
    font-size: 15px;
    padding: 13px 50px;
    color: #fff;
    position: absolute;
    left: 76%;
    top: 59.5%;
}