@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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");

/***** General CSS *****/

html {
  overflow-x: hidden;
}

body {
  word-break: break-word;
  font:
    15px/25px "Poppins",
    sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

i {
  font-family: FontAwesome !important;
  font-style: normal;
}

i::before {
  font-family: FontAwesome !important;
}

.heading0 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.heading1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  margin: 0 0 50px 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NexaExtraBold";
  src: url("../fonts/Nexa-Trial-ExtraBold.ttf");
}

@font-face {
  font-family: "Rockybilly";
  src: url("../fonts/Rockybilly.ttf");
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.sec {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

/* Buttons Css Starts */

.theme1 {
  position: relative;
  padding: 0 70px 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  background-color: #9c2330;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover {
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme1 span.theme1-txt {
  font-size: 13px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

span.theme1-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 55px;
  /* padding: 0 20px; */
  background-color: #fff;
  box-shadow: 0 0 20px 0 #00000029;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #0000;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover span.theme1-icon {
  width: 100%;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme2 {
  position: relative;
  padding: 0 70px 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  height: 55px;
  border: 1px solid #fff;
  box-shadow: 0 0 20px 0 #00000042;
  border-radius: 5px;
  overflow: hidden;
  background-color: #1d1717;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme2:hover {
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme2 span.theme2-txt {
  font-size: 13px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

span.theme2-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 55px;
  /* padding: 0 20px; */
  background-color: #fff;
  box-shadow: 0 0 20px 0 #00000029;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #0000;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme2:hover span.theme2-icon {
  width: 100%;
  transition: ease-out;
  transition-duration: 0.5s;
}

span.theme2-icon img {
  filter: brightness(0) saturate(100%) invert(6%) sepia(55%) saturate(240%)
    hue-rotate(314deg) brightness(85%) contrast(91%);
}

/* Buttons Css Ends */

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "NexaExtraBold";
  font-size: 52px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -4px;
}

h2 {
  font-family: "NexaExtraBold";
  font-size: 29px;
  line-height: 35px;
  color: #000;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -3px;
}

h3 {
  font-family: "NexaExtraBold";
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

h4 {
  font-family: "NexaExtraBold";
  font-size: 24px;
  line-height: 29px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h5 {
  font-family: "Rockybilly";
  font-size: 14px;
  line-height: 70px;
  color: #9c2330;
  font-weight: 500;
  margin: 0;
}

h6 {
  font-family: "NexaExtraBold";
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

p {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  opacity: 0.7;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*Header Css Starts */
header {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.menuSec {
  padding: 0px 0;
}

/* .menuSec img {
    margin: 0;
} */

.menu-box ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.menu-box ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menu-box ul li.active a::before {
  width: 50%;
}

.menu-box li ul {
  display: none;
}

.menu-box ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat";
  font-weight: 300;
  color: #fff;
  z-index: 0;
}

.menu-box ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto 0 0;
  width: 0;
  border-bottom: 2px solid #9c2330;
  transition: ease-out;
  transition-duration: 0.5s;
  z-index: -1;
}

.menu-box ul li a:hover::before {
  width: 100%;
  margin: 0 auto 0 0;
  transition: ease-out;
  transition-duration: 0.5s;
}

/* .menu-box ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 0;
  background-color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
  z-index: -1;
} */

/* .menu-box ul li a:hover::after {
  height: 100%;
  transition: ease-out;
  transition-duration: 0.5s;
} */

.menu-box ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menu-box li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menu-box li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menu-box li > ul > li,
.menu-box li > ul > li > a {
  display: block;
  margin: 0;
}

.menu-box li > ul > li > a:before,
.menu-box li > ul > li > a:after {
  display: none;
}

.menu-box li:hover li {
  float: none;
}

.menu-box li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menu-box ul ul ul {
  left: 100%;
  top: 0;
}

/* .menuSec ul:before,
.menuSec ul:after {
    content: "";
    display: table;
} */

/* .menuSec ul:after {
    clear: both;
} */

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.header-link-main {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}

.header-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #655e5e;
  background-color: #0000;
  padding: 15px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.header-link a:hover {
  border: 1px solid #0000;
  background-color: #9c2330;
  transition: ease-out;
  transition-duration: 0.5s;
}

.header-link a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  filter: brightness(0) saturate(100%) invert(42%) sepia(8%) saturate(320%)
    hue-rotate(314deg) brightness(85%) contrast(92%);
  object-fit: contain;
  transition: ease-in;
  transition-duration: 0.5s;
}

.header-link a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(93deg) brightness(103%) contrast(103%);
  transition: ease-out;
  transition-duration: 0.5s;
}

/*Header Css Ends */

/*Banner Sec Css Starts */

.carousel-inner .row {
  position: relative;
}

.main-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators {
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

.carousel-item {
  height: 120vh;
}

.banner-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  position: relative;
  z-index: 999;
}

.banner-txt p {
  color: #fff;
}

.banner-btn-main {
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
  border-right: 1px solid #ffffff5e;
}

.banner-btn-link-main {
  display: flex;
  align-items: center;
  justify-content: start;
}

.banner-btn-link-main a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.banner-btn-link-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.banner-btn-link-txt h6 {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 300;
}

.banner_img {
  position: absolute;
  bottom: -65%;
  left: 55%;
  height: 760px;
  width: 50%;
}

.banner_img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.main_slider img.banex {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
}

section.main_slider img.banex1 {
  top: 10%;
  left: 0;
  height: 150px;
  width: 100px;
  object-fit: contain;
}

section.main_slider img.banex2 {
  top: 30%;
  right: 40%;
  height: 70px;
  width: 70px;
  object-fit: contain;
}

section.main_slider img.banex3 {
  bottom: 20%;
  right: 40%;
  height: 50px;
  width: 60px;
  object-fit: contain;
}

section.main_slider img.banex4 {
  bottom: 20%;
  right: 0;
  height: 150px;
  width: 100px;
  object-fit: contain;
}

/*Banner Sec Css Ends */

/*Inner Banner Sec Css Starts */

section.inner-banner-sec {
  position: relative;
}

section.inner-banner-sec::before {
  content: "";
  background: radial-gradient(circle, rgb(69 32 35) 0%, rgb(36 24 24) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

section.inner-banner-sec .carousel-item {
  height: 500px;
}

/*Inner Banner Sec Css Ends */

/*Categories Sec Css Starts */

section.categories-sec {
  padding: 0 0 80px 0;
}

.categories-list-main ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.categories-card-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.categories-card-main:hover {
  transition: ease-out;
  transition-duration: 0.5s;
}

.categories-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  background-color: #1d1717;
  border-radius: 100px;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.categories-card-main:hover .categories-card-img {
  background-color: #9c2330;
  transition: ease-out;
  transition-duration: 0.5s;
}

.categories-card-txt h6 {
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
}

/*Categories Sec Css Ends */

/*About Us Sec Css Starts */

section.about-sec {
  padding: 0;
}

section.about-sec .container-fluid {
  width: 75%;
  margin: 0 auto;
}

.about-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 530px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.about-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.about-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.about-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

/*About Us Sec Css Ends */

/*Produce Sec Css Starts */

.produce-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #00000036;
}

.produce-card-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  margin: 20px 0;
}

.produce-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 330px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.produce-card-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.produce-card-img a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: ease-in;
  transition-duration: 0.5s;
}

.produce-card-main:hover .produce-card-img a img {
  scale: 1.1;
  transition: ease-out;
  transition-duration: 0.5s;
}

.produce-card-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.produce-card-heading-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.produce-card-heading a {
  position: relative;
}

.produce-card-heading a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  border-bottom: 1px solid #000;
  transition: ease-in;
  transition-duration: 0.5s;
}

.produce-card-heading a:hover::before {
  width: 100%;
  transition: ease-out;
  transition-duration: 0.5s;
}

.produce-card-heading h4 {
  font-size: 20px;
  line-height: 1;
}

.produce-card-review {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}

.produce-card-start i {
  color: #ff9000;
  font-size: 13px;
}

.produce-card-txt h6 {
  font-size: 14px;
  line-height: 1;
  color: #665e5d;
  font-family: "Montserrat";
}

.produce-card-price-btn-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.produce-card-price h6 {
  font-size: 20px;
  line-height: 1;
  color: #9c2330;
  font-family: "Montserrat";
  font-weight: 600;
}

.produce-card-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #0000;
  background-color: #9c2330;
  padding: 15px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.produce-card-btn a:hover {
  border: 1px solid #000;
  background-color: #0000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.produce-card-btn a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(109deg) brightness(104%) contrast(104%);
  transition: ease-out;
  transition-duration: 0.5s;
}

.produce-card-btn a:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%)
    hue-rotate(316deg) brightness(98%) contrast(101%);
  transition: ease-out;
  transition-duration: 0.5s;
}

/*Produce Sec Css Ends */

/*Quote Sec Css Starts */

section.quote-sec {
  height: 110vh;
  background-image: url("../images/quote-bg-ex.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.quote-txt-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.quote-txt-main h1 {
  font-size: 100px;
  line-height: 110px;
  text-align: center;
  position: absolute;
  z-index: 0;
}

h1.mask-txt {
  position: absolute;
  z-index: 0;
  color: #0000;
  -webkit-text-stroke: 2px #fff;
  z-index: 1;
}

.quote-img-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1;
}

section.quote-sec img.quote-ex {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  z-index: 0;
}

section.quote-sec img.quote-ex1 {
  top: 30%;
  left: 0;
  height: 150px;
  width: 150px;
}

section.quote-sec img.quote-ex2 {
  bottom: 6%;
  left: 35%;
  height: 80px;
  width: 40px;
}

section.quote-sec img.quote-ex3 {
  bottom: 25%;
  left: 35%;
  height: 80px;
  width: 40px;
}

section.quote-sec img.quote-ex4 {
  top: 20%;
  right: -2%;
  height: 150px;
  width: 150px;
}

section.quote-sec img.quote-ex5 {
  bottom: 20%;
  right: 0;
  height: 100px;
  width: 50px;
}

/*Quote Sec Css Ends */

/* Area Sec Css Starts */

.area-img {
  width: 530px;
  height: 530px;
  display: flex;
  max-width: 100%;
  margin: 0px auto;
  border-radius: 50%;
  position: relative;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: flex-start;
  background-color: var(--bodyColor);
}

.area-img::before {
  top: 0;
  right: 0;
  width: 100%;
  content: "";
  height: 100%;
  padding: 1px;
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  /* animation: routeBg 20s ease-in-out infinite;
  background: linear-gradient(
    90deg,
    #cbc6b6,
    #cbc6b600,
    #cbc6b600,
    #cbc6b600,
    #cbc6b6
  ); */
  background-size: cover;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* @keyframes routeBg {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
} */

.area-img img {
  top: -12%;
  width: 100%;
  height: 500px;
  position: relative;
  object-fit: contain;
  /* filter: drop-shadow(-20px -10px 46px #14141425); */
}

.area-box {
  display: flex;
  min-height: 650px;
  position: relative;
  align-items: flex-end;
}

.area-box .area-box-bg-map {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}

.area-list h4 {
  font-size: 20px;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}

.area-list h4 span {
  color: #9c2330;
}

.area-list ul {
  columns: 2;
  width: fit-content;
  padding: 12px;
  margin: -5px;
  background: #fcf5e2c9;
  border-radius: 8px;
}

.area-list ul li {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.area-list ul li img {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  object-fit: contain;
}

.area-list ul li p {
  font-size: 13.9px;
}

.area-dot .area-loaction-img-1 {
  top: 33%;
  right: 23%;
  position: absolute;
  object-fit: contain;
  /* animation: floatTop 4s ease-in-out infinite; */
}

.area-dot .area-loaction-img-1 > img {
  width: 40px;
  height: 70px;
  object-fit: contain;
}

.area-dot .area-loaction-img-2 {
  top: 13%;
  right: 19%;
  position: absolute;
  object-fit: contain;
  /* animation: floatTop 4s ease-in-out infinite; */
}

.area-dot .area-loaction-img-2 > img {
  width: 33px;
  height: 58px;
  object-fit: contain;
}

.area-dot .area-loaction-img-3 {
  top: 13%;
  left: 33.5%;
  position: absolute;
  object-fit: contain;
  /* animation: floatTop 4s ease-in-out infinite; */
}

.area-dot .area-loaction-img-3 > img {
  width: 33px;
  height: 58px;
  object-fit: contain;
}

.area-dot .area-loaction-img-4 {
  left: 25.5%;
  top: 58%;
  position: absolute;
  object-fit: contain;
  /* animation: floatTop 4s ease-in-out infinite; */
}

.area-dot .area-loaction-img-4 > img {
  width: 36px;
  height: 58px;
  object-fit: contain;
}

.area-dot .area-loaction-img-5 {
  top: 21%;
  left: 11.5%;
  position: absolute;
  object-fit: contain;
  /* animation: floatTop 4s ease-in-out infinite; */
}

.area-dot .area-loaction-img-5 > img {
  width: 36px;
  height: 58px;
  object-fit: contain;
}

.area-dot .area-loaction-img-6 {
  right: 18.5%;
  top: 74%;
  position: absolute;
  object-fit: contain;
  /* animation: floatTop 4s ease-in-out infinite; */
}

.area-dot .area-loaction-img-6 > img {
  width: 36px;
  height: 58px;
  object-fit: contain;
}

@keyframes floatTop {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.area-list {
  width: 60px;
  white-space: nowrap;
  z-index: 9;
}

.area-list.active h4,
.area-list.active ul {
  display: block;
}

.area-list h4,
.area-list ul {
  display: none;
}

/* Area Sec Css Ends */

/* Testimonial Sec Css Starts */

section.testimonial-sec .container-fluid {
  width: 95%;
  margin: 0 auto;
}

.testimonial_slider .slick-slide {
  margin: 0px 10px;
}

.testimonial_slider .slick-slide {
  scale: 0.9;
  opacity: 1;
  padding: 20px 0;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testimonial_slider .slick-current {
  scale: 1.1 !important;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testimonial-card-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 100%;
  gap: 0;
}

.testimonial-card-user-img-main {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
  width: 90%;
  margin: 0 0 -50px 0;
  position: relative;
}

.testimonial-card-user-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 100px;
  overflow: hidden;
}

.testimonial-card-user-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonial-card-txt-main {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 #00000021;
  border-radius: 20px;
  overflow: hidden;
}

.testimonial-card-user-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
  position: relative;
  z-index: 9;
}

.testimonial-card-user-txt h5 {
  font-family: "NexaExtraBold";
  font-size: 20px;
  line-height: 25px;
  color: #000;
  text-transform: uppercase;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testimonial-card-user-txt h6 {
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  opacity: 0.7;
  font-weight: 400;
  text-transform: capitalize;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testimonial-card-star ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}

.testimonial-card-star ul li a i {
  color: #ff9702;
  font-size: 11px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testimonial_slider .slick-current .testimonial-card-txt-main {
  background-color: #9b2330;
}

.testimonial_slider .slick-current .testimonial-card-user-txt h5,
.testimonial_slider .slick-current .testimonial-card-user-txt h6,
.testimonial_slider .slick-current .testimonial-card-txt p,
.testimonial_slider .slick-current .testimonial-card-star ul li a i {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

/* Testimonial Sec Css Ends */

/* Contact Us Sec Css Starts */

section.contact-sec {
  position: relative;
}

.contact-map iframe {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
  width: 100%;
}

.contact-form {
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 20px 0 #0000002e;
  position: relative;
  z-index: 999;
}

.contact-input {
  width: 100%;
}

.contact-input label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  margin: 0 0 20px 0;
}

.contact-input {
  width: 100%;
}

.contact-input label input,
.contact-input label textarea {
  width: 100%;
  padding: 0 20px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #00000017;
  box-shadow: 0 0 20px 0 #0000;
}

.contact-input label textarea {
  height: 150px;
  resize: none;
  padding: 10px 20px;
}

.contact-map {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 630px;
}

/* Contact Us Sec Css Ends */

/* Footer css Starts */

footer {
  padding: 80px 0 0 0;
  background-color: #1d1717;
}

.footer-txt-heading h5,
.news-letter h5 {
  color: #fff;
  font-size: 25px;
  line-height: 1;
  margin: 0 0 20px 0;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "NexaExtraBold";
}

.footer-links1 ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Montserrat", system-ui;
  text-transform: uppercase;
  opacity: 0.5;
  transition: ease-in;
  transition-duration: 0.2s;
}

.footer-links1 ul li a:hover {
  color: #9c2330;
  opacity: 1;
  transition: ease-out;
  transition-duration: 0.2s;
}

.footer-links-contact ul li {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  margin: 0 0 20px 0;
}

.footer-links-contact ul li i {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 20px;
  color: #fff;
}

.footer-links-contact ul li a {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  opacity: 0.5;
  transition: ease-in;
  transition-duration: 0.2s;
}

.footer-links-contact ul li a:hover {
  color: #9c2330;
  opacity: 1;
  transition: ease-out;
  transition-duration: 0.2s;
}

.footer-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.footer-rights p a {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.2s;
}

.footer-rights p a:hover {
  color: #9c2330;
  transition: ease-in;
  transition-duration: 0.2s;
}

.news-letter form {
  position: relative;
}

.news_in {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  background-color: #0000;
  border: 1px solid #ffffff42;
  padding: 0;
  height: 45px;
  border-radius: 100px;
  overflow: hidden;
}

.news_in input {
  width: 100%;
  background-color: #0000;
  color: #fff;
  border: none;
  padding: 10px 10px 10px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 0 20px;
  height: 100%;
  font-family: "Poppins";
}

.news_in input::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}

.news_in i {
  font-weight: 400;
  color: #3d3d9c;
  font-size: 18px;
}

.footer-txt p {
  color: #fff;
}

.socials ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.socials ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #797979;
  border-radius: 100px;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.socials ul li a:hover {
  transition: ease-out;
  transition-duration: 0.5s;
}

.socials ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1f1f1f;
  height: 98%;
  width: 98%;
  border-radius: 100px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.socials ul li a:hover::before {
  height: 0;
  width: 0;
  transition: ease-out;
  transition-duration: 0.5s;
}

.socials ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #9c2330;
  background-size: 600%;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: gradients;
  height: 0;
  width: 0;
  border-radius: 100px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.socials ul li a:hover::after {
  height: 100%;
  width: 100%;
  transition: ease-out;
  transition-duration: 0.5s;
}

.socials ul li a i {
  font-size: 17px;
  position: relative;
  z-index: 999999;
  color: #797979;
  transition: ease-in;
  transition-duration: 0.5s;
}

.socials ul li a:hover i {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-rights p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  opacity: 1;
  font-weight: 300;
}

.bottombar {
  margin: 20px 0 0 0;
  border-top: 1px solid #ffffff3b;
  padding: 20px 0;
}

.news-letter button.theme2 {
  width: 100%;
}

.news-letter button.theme2 span.btn-icon {
  width: 30%;
}

.news-letter button.theme2 span.btn-txt {
  width: 100%;
}

.footer-rights-img {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 30%;
  margin: 0 0 0 auto;
}

.news-letter p {
  color: #fff;
  margin: 20px 0;
}

.news-letter-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-links1 ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.news-letter-btn button {
  padding: 0 20px;
  border-radius: 100px;
  border: none;
  overflow: hidden;
  height: 45px;
}

.footer-con-link ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.footer-con-link ul li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

/* Footer css Ends */

/* About Us Page Css Starts */

section.inner-about-sec {
  padding: 80px 0 0 0;
}

section.inner-about-sec .about-txt-bottom {
  margin: 40px 0 0 0;
}

/* About Us Page Css Ends */

/* Products Page Css Starts */

.catogeriesbox h4 {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.prod-heading select {
  width: 100%;
  padding: 8px 40px 13px 10px;
  background: #fff url(../images/dot.png) no-repeat right;
  font-size: 24px;
  background-position-x: 250px;
  -webkit-appearance: auto;
  border-radius: 100px;
}
.first-item select {
  width: 32%;
  height: 59px;
  font-size: 24px;
  background-position-x: 140px;
  background: #fff url(../images/dot.png) no-repeat right;
  -webkit-appearance: auto;
  border-radius: 100px;
}
.first-item.text-end p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.first-item.text-end {
  margin-top: -45px;
  margin-right: -40%;
}
.frequently-list ul li {
  width: 100%;
}
.frequently-list ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #00000017;
  background: unset;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Montserrat";
  font-weight: 500;
}
.row.paddingbottom {
  padding-bottom: 33px;
}
section.product-page-sec.all-section {
  padding: 100px 0px;
  position: relative;
}
section.product-page-sec.all-section::before {
  position: absolute;
  top: 140px;
  left: -32px;
  height: 81px;
  width: 80px;
  background-image: url(../images/in-abt-small.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
section.product-page-sec.all-section::after {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 81px;
  width: 80px;
  background-image: url(../images/in-abt-small2.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
section.product-page-sec.all-section a.btn-1 {
  margin: 0 auto;
  margin-top: 30px;
  justify-content: center;
  display: flex;
  width: fit-content;
}
.featured-img.img::before {
  position: absolute;
  content: "";
  bottom: 105px;
  right: -118px;
  width: 30px;
  height: 31px;
  background-image: url(../images/all-sec.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-img.img {
  position: relative;
}
.fea-inn-main {
  border: 2px solid #000;
  margin-top: 40px;
}

.fea-inn-main .fea-txt-bx h6 {
  color: #000;
  font-weight: 600;
}

.fea-inn-main ul.starss::before {
  background-color: #00000087;
}

.fea-inn-main ul.carts h4 {
  color: #000;
}
section.product-page-sec.all-section a.btn-1::before {
  display: none;
}
section.product-page-sec.all-section a.btn-1 {
  border-radius: 100px;
}
.frequently-list ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

section.product-page-sec .products-card-main {
  margin: 0;
}

.productdetailsmallportion {
  position: relative;
  top: 0;
  z-index: 99;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
}

.productdetailsmallportion img {
  margin: auto;
  width: 100%;
  border: 4px solid #e1e1e1;
  height: 100%;
  object-fit: contain;
  /* padding: 20px; */
}

.productdetailsmallportion img:hover {
  border: 2px solid #9c2330;
}

.productdetailnav .slick-current .productdetailsmallportion img {
  border-color: #9c2330;
}

/* .productdetailnav .slick-current .productdetailsmallportion:before {
  position: absolute;
  content: "";
  top: -16px;
  left: 0;
  right: 0;
  width: 90px;
  height: 50px;
  background: #ff7f00;
  margin: 0 auto;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
} */

.productdetailportion {
  height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  /* background-color: #9c233029; */
}

.productdetailportion img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 40px !important;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.productdetailnav .slick-slide {
  opacity: 1;
  z-index: 9999;
  position: relative;
  margin-top: 20px;
}

/* Products Page Css Ends */

/* Shop Details Page Css Starts */

.pricetag {
  gap: 10px;
  display: flex;
  position: relative;
  align-items: flex-end;
  padding-bottom: 10px;
}

.pricetag s {
  font-size: 25px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}

.pricetag h4 {
  font-size: 22px;
  color: #8d8d8d;
  font-weight: 400;
  margin-bottom: 0px;
}

.pricetag h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  color: #282828;
  font-weight: 400;
  margin-bottom: 0px;
}

.dv2productdetail h3 {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #1c191a;
}

.pricetag h4:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 12%;
  top: 14px;
  background-color: #969696;
  left: 0;
}

.dv3productdetail {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.dv3productdetail h5 {
  font-size: 17px;
  line-height: 1;
  color: black;
  font-weight: 400;
  /* margin-bottom: 15px; */
  font-family: "Montserrat", sans-serif;
}

.dv3productdetail h5 span {
  color: #000;
  font-weight: 400;
  font-family: "Montserrat";
}

ul.uldvproductdetail {
  display: flex;
  justify-content: end;
  gap: 5px;
}

ul.uldvproductdetail li {
  color: #ffc107;
}

.dv3productdetail p {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  /* margin-bottom: 10px; */
  font-weight: 500;
  line-height: 25px;
}

.dv3productdetail ul {
  gap: 15px;
  display: flex;
  max-width: 500px;
  flex-wrap: wrap;
  align-items: center;
}

.dv3productdetail ul li {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dv3productdetail ul li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.dv3productdetail ul li h6 {
  font-weight: 600;
}

li.quanity.product-detail .inc {
  margin: 0;
}

.productdetail .inc {
  background-color: #fff !important;
  /* margin-top: 20px; */
  padding: 0 10px;
  display: flex;
  align-items: center;
  /* border-radius: 10px !important; */
  border: 2px solid #c0c0c0;
  width: 100%;
  max-width: 120px;
  height: 50px;
}

.productdetail .input-number,
.productdetail .input-number1,
.productdetail .input-number-decrement,
.productdetail .input-number-increment {
  border: 0 !important;
  height: 25px;
  user-select: none;
  font-weight: 700;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  color: #000;
  cursor: pointer;
}

.number-item input {
  width: 100%;
  text-align: center;
  height: 50px;
  border-radius: 44px;
  border: 0;
  font-size: 23px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  margin-top: 0;
  background-color: transparent;
  color: #000;
  pointer-events: none;
  font-size: 18px;
}

.pricebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #00000059;
}

ul.social-icons-banner {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

ul.social-icons-banner a {
  display: flex;
  gap: 20px;
  height: 40px;
  width: 40px;
  border: 1px solid #484848;
  color: #484848;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}

.add-cart-btn {
  display: inline-flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0px 33px;
  font-size: 18px;
  color: white;
  background: #9c2330;
  /* margin-top: 9px; */
  border: 1px solid;
}

.like-btn {
  width: 44px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #919191;
  border-radius: 50%;
  font-size: 21px;
  color: #9c2330;
  /* margin-top: 10px; */
  transition: ease-in;
  transition-duration: 0.5s;
}

ul.inc-addto-cart {
  display: flex;
  align-items: baseline;
  gap: 15px;
  transition: ease-out;
  transition-duration: 0.5s;
}

a.add-cart-btn:hover {
  background-color: #fff;
  border: 1px solid;
  transition: ease-in;
  transition-duration: 0.5s;
}

ul.social-icons-banner a:hover {
  background-color: #9c2330;
  color: #fff;
  border-color: #0000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.dv1descrip h2 {
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #000;
  font-weight: 400;
}

.dv1descrip p {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 23px;
  color: #636363;
}

.dv1productdetail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.dv1productdetail {
  float: right;
  width: 100%;
  height: 650px;
  padding: 30px;
  object-fit: cover;
  border-radius: 30px;
  border: 1px solid #d5dfb2;
}

section.descrip {
  margin-bottom: 100px;
}

section.productdetail .row {
  align-items: center;
  justify-content: center;
}

.dv1descrip {
  margin-top: 40px;
}

section.productdetail {
  padding: 100px 0;
}

.productdetailnav {
  margin: 0;
  /* background-color: #ffcfd5; */
}

section.productdetail .slick-slide {
  margin: 0;
}

/* Shop Details Page Css Ends */

/* Testimonial Page Css Starts */

section.testimonial-page-sec .testimonial-card-main {
  margin: 30px 0;
}

.testimonial-card-txt-main {
  transition: ease-in;
  transition-duration: 0.5s;
}

.testimonial-card-txt-main:hover {
  background-color: #9b2330;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testimonial-card-txt-main:hover .testimonial-card-user-txt h5,
.testimonial-card-txt-main:hover .testimonial-card-user-txt h6,
.testimonial-card-txt-main:hover .testimonial-card-txt p,
.testimonial-card-txt-main:hover .testimonial-card-star ul li a i {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

/* Testimonial Page Css Ends */

/* Contact Us Page Css Starts */

.contact-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.contact-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 100%;
}

.contact-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
}

/* Contact Us Page Css Ends */

/*login start*/

.login-txt form input {
  width: 100%;
  margin-bottom: 10px;
  outline: none;
  padding: 10px 40px 10px 20px;
  color: #000;
  font-weight: 400;
  border: 1px solid #0000002b;
  border-radius: 5px;
}
.login-txt-ex form input::placeholder {
  color: #fff;
}
.login-txt form input:focus {
  box-shadow: none;
  border: 1px solid #0000002b;
}
.login-txt h2 {
  /* font-family: 'Recoleta'; */
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: 700;
  text-transform: capitalize;
}
.password-box {
  position: relative;
}
.password-box-input input {
  padding: 10px 40px 10px 20px;
}
.password-icon {
  position: absolute;
  top: 20%;
  right: 3%;
}
.password-icon span {
  color: #000;
  cursor: pointer;
}
.login-txt {
  padding: 45px 25px 35px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px 0px #0000001a;
}
.login-txt ul {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 20px 0;
  gap: 10px;
}
li.head {
  color: #9c2330;
  font-size: 17px;
  font-weight: 600;
}
.login-txt ul li {
  display: flex;
  gap: 7px;
  font-weight: 400;
}
li.head a {
  color: #9c2330;
}
.login-txt form button {
  width: 100%;
  color: #fff;
  /* border-radius: 30px; */
  padding: 10px 0px;
  outline: none;
  border: none;
  margin-bottom: 20px;
  /* background-image: linear-gradient(to right, #d38cff, rgba(54, 230, 243, 1)); */
  /* background-size: 600%; */
  /* background-position: 0 0; */
  /* height: 100%; */
  justify-content: center;
  /* animation-duration: 10s; */
  /* animation-iteration-count: infinite; */
  /* animation-name: gradients; */
  font-size: 16px;
  border-radius: 5px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 400;
  transition: ease-in;
  transition-duration: 0.2s;
  background-color: #9c2330;
}

.login-txt form button:hover {
  background-image: unset;
  background-color: #000;
  transition: ease-out;
  transition-duration: 0.2s;
}

li.head-ex {
  text-decoration: underline;
}

.login-txt ul li label {
  cursor: pointer;
}

.login-txt-ex {
  background-color: #9c2330;
  box-shadow: unset;
}

.login-txt-ex * {
  color: #fff;
}

.login-txt-ex form input {
  background-color: #0000;
  border: 1px solid #fff;
  color: #fff;
}

.login-txt-ex form input:focus {
  background-color: #fff;
  color: #000;
}

.login-txt-ex ul {
  justify-content: space-between;
}

.login-txt-ex li.head a {
  color: #fff;
}

.login-txt-ex form button {
  background-color: #fff;
  color: #000;
}

.login-txt-ex form button:hover {
  background-color: #000;
  color: #fff;
}

/*login Ends*/

/*CART PAGE CSS*/

.shopping_cart {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.chk-btn {
  text-align: center;
}

.shopping_cart img.bk-2 {
  bottom: -38%;
  width: 6%;
}

.shopping_cart img.bk-1 {
  bottom: -2%;
  width: 7%;
}

.cart-pag-qunty .product-detail .num-in {
  width: 30% !important;
  border: 0 !important;
}

.payment_card a.btn-1 {
  color: #fff !important;
}

.payment_card a.btn-1 i {
  color: #fff !important;
}

.shopping_cart_table h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #000;
}

.shopping_cart_table table th {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat";
  padding-bottom: 10px;
  color: #151414;
}

.shopping_cart_table table thead {
  border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td {
  padding: 25px 0;
  border-bottom: 1px solid #dddddd;
}

.shopping_cart_table table tbody .cart_box_product {
  display: flex;
  align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
  width: 25%;
  background-color: #f2f2f2;
  /* padding: 25px 10px; */
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat";
  margin: 0 0 10px 0;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
  font-size: 10px;
  color: #0000004f;
  font-family: "Montserrat";
  margin: 0;
  font-weight: 600;
  line-height: 15px;
}

.shopping_cart_table table tbody td select {
  height: 40px;
  padding-left: 10px;
  appearance: auto;
  border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
  width: 50%;
}

.shopping_cart_table table tbody td .t_price {
  font-size: 30px;
  font-weight: 600;
  color: #070707;
  margin: 0;
}

th.w-40 {
  width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
  font-size: 10px;
  color: #000;
}

.cart_recipt {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.cart_recipt-btn a {
  padding: 15px 50px;
  border: 1px solid #b8b8b8;
  border-radius: 50px;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #151414;
  font-weight: 500;
}

.cart_recipt > a i {
  margin-right: 10px;
}

.recipt {
  width: 27%;
}

.recipt li {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #151414;
  text-transform: uppercase;
  gap: 20px;
}

.recipt li:last-child {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}

.recipt li span {
  color: #151414;
  font-size: 16px;
  letter-spacing: 2px;
}

.payment_card {
  background-color: transparent;
  padding: 0 0;
}

.payment_card h3 {
  font-size: 30px;
  color: #000 !important;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 40px;
  text-transform: capitalize;
  border-bottom: 1px solid #dddddd;
}

/* .payment_card * {
  color: #0e0d0d !important;
} */

.credit_paypal a {
  padding: 10px 20px;
  /* border: 1px solid #414241; */
  border-radius: 30px;
  display: inline-flex;
  background: #f3f3f3;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 15px;
}

.credit_paypal a img {
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}

.credit_paypal {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.payment_card form label {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.payment_card form {
  margin-top: 15px;
}

.payment_card form input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  background: transparent;
  padding: 0;
}

.payment_card form select {
  width: 100%;
  height: 50px;
  border: none;
  color: #000;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  background: transparent;
  padding: 0;
}

.payment_card form input::placeholder {
  color: #7d7d7d;
}

.expiry_cvv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expiry_date {
  width: 70%;
}

.cvv_box {
  width: 26%;
}

.month_year {
  display: flex;
  justify-content: space-between;
}

.month_year select {
  width: 48% !important;
  appearance: auto;
}

.month_year select option {
  color: #000;
}

.payment_card form .btn1 {
  margin: 30px 85px;
  border: 1px solid;
}

.shopping_cart_table {
  padding-right: 40px;
}

.payment_card a.theme_btn {
  color: #fff !important;
  margin: 0 auto;
  margin-top: 10px;
}

.chk-btn a {
  color: #fff !important;
}

/* skin 2 */

.skin-2 .num-in {
  border-radius: 60px;
  cursor: pointer;
}

.skin-2 .num-in span {
  /* width: 40%; */
  display: block;
  /* height: 40px; */
  float: left;
  position: relative;
  height: 50px;
  width: 35px;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 37px;
  border: none;
  text-align: center;
  background-color: #f0f0f0;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 90%;
  height: 52px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-right: 0; */
  /* border-left: 0; */
  border-radius: 5px;
}

.product-detail input.in-num {
  border: 0;
  background-color: transparent;
  width: 45%;
  margin: 0 5px;
}

.productdetailsec .btn10 {
  color: white;
}

/* / skin 2 */

/*CART PAGE CSS END*/

/*CHECKOUT PAGE*/

.billing_form h3 {
  font-size: 55px;
  line-height: 1;
  color: #121212;
  margin: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.billing_form label {
  font-size: 14px;
  font-family: "Montserrat";
  color: #7c7c7c;
  font-weight: 600;
}

.radiosss p {
  color: #000000ad;
  font-size: 13px;
  font-weight: 400;
}

.billing_form input {
  width: 100%;
  height: 45px;
  border: 1px solid #c4c4c4;
  margin-bottom: 20px;
  padding-left: 15px;
  font-family: "Montserrat";
  background: transparent;
  border-radius: 0;
  font-weight: 500;
}

.billing_form input::placeholder {
  color: #b0b0b0;
  font-family: "Montserrat";
}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #7c7c7c;
  font-family: "Montserrat";
}

.cart_sidebar .cart_lst li span {
  float: right;
}

.cart_sidebar .cart_lst li:last-child {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  /* font-family: 'saud'; */
}

.cart_sidebar .cart_lst {
  margin-top: 20px;
  margin-bottom: 40px;
}

.thankyou_txt {
  padding: 50px;
  border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}

.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.order_detail_table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}

.order_detail_table ul li {
  font-size: 14px;
  color: #7c7c7c;
}

.order_detail_table ul li span {
  float: right;
}

.order_detail_table ul li:last-child {
  font-weight: 700;
  color: #000;
}

.order_detail_table h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  font-family: "Roboto", sans-serif;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}

.order_detail_table h6 span {
  float: right;
}

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.check_menu ul li.purp {
  color: #700ea3;
}

.cart_sidebar {
  padding: 40px 25px;
  border: 1px solid #c4c4c4;
  border-radius: 0;
}

.cart_sidebar h3 {
  font-size: 25px;
  color: #121212;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: normal;
}

.cart_sidebar .h-sub {
  font-family: "NexaExtraBold";
  font-weight: 500;
  color: #121212;
  font-size: 23px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  text-transform: capitalize;
}

.cart_sidebar h5 span {
  float: right;
  color: #000;
  font-family: "Montserrat";
}

.cart_sidebar h4 {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: normal;
  padding-top: 0;
  /* font-family: 'saud'; */
}

.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #7c7c7c;
  font-family: "Montserrat";
}

.cart_sidebar ul li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.cart_sidebar ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #9c2330;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
  font-family: "Roboto", sans-serif;
}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form select option {
  color: #000;
}

.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
  color: #b7b7b7;
  font-family: "Montserrat-Ultral";
}

.cart_sidebar form button {
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.checkout_btn {
  padding: 12px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  font-weight: 500;
  border: 2px solid transparent;
  background-color: #ff2e98;
  font-family: "Montserrat-Ultral";
}

.checkout_btn:hover {
  /* color: white; */
}

ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  font-weight: 500;
  color: #000;
  font-size: 22px;
  margin-bottom: 30px;
  /* font-family: 'saud'; */
  font-weight: 600;
}

.cart_sidebar .radiosss-payments li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow:
    0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #9c2330;
}

.radiosss-payments .card.card-body {
  padding: 0;
  border: 0;
  margin-left: 30px;
  background: none;
}

.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
  padding: 60px 0px 80px;
  position: relative;
}

.checkout_page .img-1 {
  position: absolute;
  left: -13%;
  top: 50%;
  width: 340px;
}

.checkout_page .img-2 {
  position: absolute;
  right: -7%;
  top: 60%;
  width: 230px;
  transform: rotate(200deg);
}

.billing_form {
  border: none;
  padding: 0;
}

section.checkout_page a.theme_btn {
  margin: 0 auto;
}

.checkout_page {
  position: relative;
  padding: 100px 0;
}

.checkout_page img.bk-1 {
  bottom: 20%;
  width: 7%;
}

.checkout_page img.bk-2 {
  bottom: 10%;
  width: 7%;
}

.h-sub-ex,
.h-sub-ex span {
  color: #9c2330 !important;
  font-weight: 700 !important;
}

/*Checkout End*/
