:root {
  --white: #fff;
  --black: #000;
  --theme-color: #de928f;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  /* font-family: "Poppins", sans-serif; */
}

@media (min-width: 1700px) {
  .container {
    max-width: 1366px;
  }
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #828288;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Montserrat", sans-serif;
  /* font-family: "Poppins", sans-serif; */
}

img {
  max-width: 100%;
  height: auto;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar-brand img {
  max-height: 150px;
  transition: 0.3s ease-in-out;
}

header {
  /* position: absolute; */
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  top: 0;
  width: 100%;
  background-color: var(--white);
  transition: 0.3s ease-in-out;
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}

.navbar-nav {
  gap: 1rem 2rem;
}

.cartBtn,
.navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--black);
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: transform 0.3s ease-in-out;
  background-color: var(--theme-color);
  transform-origin: center;
  transform: scaleX(0);
}
.navbar-nav .nav-item .nav-link:hover,
.cartBtn:hover {
  color: var(--theme-color);
}

.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
}

.form-inline {
  margin-left: 2rem;
  gap: 1rem 2rem;
}
.cartBtn i {
  margin-right: 0.5rem;
  color: var(--theme-color);
}
.main-slider {
  position: relative;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
}
.main-slider h2 {
  color: var(--black);
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  padding-left: 0.5em;
  border-left: 5px solid var(--black);
}
.main-slider figure {
  margin-bottom: -8rem;
}
.secHeading {
  font-size: 3.125rem;
  font-weight: 400;
  color: var(--black);
  line-height: 1;
  position: relative;
}

.themeBtn {
  color: var(--black);
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  margin: 0.5em 0;
  border-bottom: 1px solid #000;
}
.themeBtn:hover {
  color: var(--theme-color);
}
.socialList {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 5rem;
  top: 50%;
  gap: 3rem;
  z-index: 1;
  transform: translateY(-50%);
}
.socialList li a {
  font-size: 1rem;
  color: var(--black);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  transform: scale(-1);
}
.socialList li a:hover {
  color: var(--theme-color);
  text-decoration: underline !important;
}

/* saleCard */

.saleCard .imgWrap {
  display: block;
  overflow: hidden;
}
.saleCard .imgWrap img {
  transition: 0.3s ease-in-out;
}
.saleCard .content {
  padding: 1rem 0;
}
.saleCard .content a {
  font-size: 1rem;
  display: block;
  font-weight: 400;
  color: var(--black);
  line-height: 1.8;
  margin: 0;
}
.saleCard .content a del {
  font-size: 0.875rem;
}
.saleCard .content ul {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0.25rem 0;
}
.saleCard .content ul li i {
  color: var(--theme-color);
  font-size: 1.25rem;
}
.saleCard .content ul li:nth-child(5) i {
  color: #f4bfc5;
}
.saleCard .content ul li span {
  font-size: 1rem;
  color: var(--black);
  line-height: 1;
}
.saleCard:hover .imgWrap img {
  transform: scale(1.125) rotate(3deg);
}
.saleCard:hover .content a {
  color: var(--theme-color);
}
.saleCard:hover .content a del {
  color: var(--black);
}

/* Video Section */
.videoSection {
  padding: 0;
}
.videoSection .secHeading {
  font-size: 4.25rem;
  margin-bottom: 1.5rem;
}
.videoImg {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.videoImg img {
  transition: 0.3s ease-in-out;
}
.videoImg span {
  display: inline-block;
  height: 8.75rem;
  width: 8.75rem;
  background-color: var(--white);
  display: grid;
  place-items: center;
  font-size: 2rem;
  z-index: 1;
  border-radius: 50%;
  color: var(--black);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.videoImg:hover img {
  transform: scale(1.125) rotate(-3deg);
}

/* Product Section */
.productSec {
  background-color: #f8f8f8;
}
.proThumb {
  background: #fff;
  transition: 0.3s ease-in-out;
  border-radius: 0px;
  padding: 0rem 1rem 0 1rem;
  border: 1px solid #e3e3e3;
}

.proThumb .imgWrap {
  min-height: 450px;
  text-align: center;
  display: grid;
  place-items: center;
}
.proThumb .content {
  padding: 1.25rem 0 0;
}
.proThumb .content h4 {
  font-size: 1rem;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.proThumb .foot {
  padding: 0 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proThumb .foot strong {
  font-size: 1.375rem;
  font-weight: 700;
}
.proThumb .foot a {
  color: #000;
  font-weight: 500;
  transform: scale(0);
  font-size: 1.325rem;
  position: relative;
  transition: transform, ease all 0.5s;
}
.proThumb .foot a span {
  color: var(--theme-color);
  font-size: 0.875rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.proThumb .foot a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  justify-content: center;
  background: var(--theme-color);
  border-radius: 100px;
  margin-left: 6px;
}
.proThumb:hover {
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.04);
}
.proThumb:hover .foot a {
  transform: scale(1);
}
.proThumb:hover {
  border: 1px solid var(--theme-color);
}
/* Begin: Star Rating */
.star {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0 5px;
  display: flex;
  align-items: center;
}
.star li .fa {
  font-size: 14px;
  color: #ffc107;
}
.star li span {
  margin-left: 10px;
  font-weight: 600;
}

.contactSec .themeBtn,
.productSec .themeBtn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  background: var(--theme-color);
  text-transform: uppercase;
  border: 1px solid var(--theme-color);
  padding: 0.5em 0.75em 0.5em 1em;
  border-radius: 50px;
  margin: 0.5rem 0;
  transition: 0.3s ease-in-out;
}
.contactSec .themeBtn i,
.productSec .themeBtn i {
  font-size: 2rem;
  transition: 0.2s ease-in-out;
}
.contactSec .themeBtn:hover,
.productSec .themeBtn:hover {
  background: var(--white);
  color: var(--theme-color);
}

.productSec .slick-next::before,
.productSec .slick-prev::before {
  display: none;
}
.productSec .slick-next,
.productSec .slick-prev {
  height: 75px;
  width: 75px;
  display: grid;
  background-color: #68696b;
  border-radius: 50%;
  place-items: center;
  color: var(--white);
  font-size: 1.5rem;
}
.productSec .slick-next {
  right: -5rem;
}
.productSec .slick-prev {
  left: -5rem;
}
.productSec .slick-next:hover,
.productSec .slick-prev:hover {
  background-color: var(--theme-color);
  color: var(--white);
}

/* testimonialSec */
.testimonialSec {
  background: #f8f8f8;
}
.testiThumb {
  padding: 0 1rem;
  text-align: center;
  transition: 0.3s ease-in-out;
  position: relative;
}

.testimonialCarousel .slick-current + .slick-active .testiThumb {
  box-shadow: 0px 3px 60px #0000000a;
}
.testimonialCarousel .slick-current + .slick-active .testiThumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid var(--theme-color);
  border-right: 1px solid var(--theme-color);
}

.testiThumb p {
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 1.8;
  color: #828282;
  margin: 2rem 0 1rem;
}
.testiThumb h3 {
  margin: 0.5rem 0 5px;
  display: block;
  font-size: 1.875rem;
  font-weight: 600;
  margin-right: 1.5rem;
  color: var(--theme-color);
}
.testiThumb .star {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testiThumb .star li i {
  color: #ffc313;
}
.testiThumb .star li {
  margin: 0 3px;
}
.testiThumb .userImg {
  margin-left: auto;
  margin-top: -3.5rem;
  border-radius: 50%;
  border: 2px solid #7e0004;
}

.slick-dots {
  bottom: -6rem;
}
.slick-dots li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 10px;
  width: 10px;
}
.slick-dots li button {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  padding: 3px;
  transition: 0.3s ease-in-out;
  background: #e2e2e2;
}
.slick-dots li button:before {
  content: none;
  height: 10px;
  width: 10px;
}
.slick-dots li.slick-active button:before {
  content: "";
  border-radius: 50%;
  background-color: var(--theme-color);
}
.slick-dots li.slick-active button {
  transform: scale(1.5);
  border-color: transparent;
}

.instaSec {
  padding: 3rem 0 0;
}
.instaCard {
  overflow: hidden;
  background-color: var(--black);
}
.instaCard img {
  opacity: 0.9;
  transition: 0.3s ease-in-out;
}
.instaCard:hover img {
  opacity: 1;
  transform: scale(1.125);
}

/* newsLtrSec */
.newsLtrSec {
  background: url(../images/newsLtrBg.jpg) center/cover no-repeat;
  padding: 4rem 0;
}
.newsLtrSec .secHeading {
  font-weight: 600;
  color: var(--white);
  margin-bottom: 1.5rem;
}
.newsLtrSec p {
  color: var(--white);
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
}
.newsLtrSec .form-group {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--white);
}
.newsLtrSec .form-group input {
  height: 50px;
  width: 100%;
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--white);
  transition: 0.3s ease-in-out;
  background-color: transparent;
  border: 0;
}
.newsLtrSec .form-group input::placeholder {
  color: var(--white);
}
.newsLtrSec .form-group button {
  border: 0;
  height: 50px;
  width: 50px;
  background-color: transparent;
  color: var(--white);
  font-size: 1.5rem;
  display: grid;
  place-items: center;
}
.newsLtrSec .form-group button:hover {
  color: var(--black);
}

footer {
  background-color: #68696b;
  padding-top: 6rem;
}

footer p {
  color: var(--white);
  font-size: 0.925rem;
  line-height: 1.5;
}
footer .socialIo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer .socialIo li a {
  color: var(--white);
  font-size: 1.5rem;
}
footer .links li a {
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2;
  display: inline-block;
}
footer .contactInfo li a {
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
  display: inline-block;
}
footer .contactInfo li a span {
  display: block;
}
footer .links li a:hover,
footer .contactInfo li a:hover {
  color: var(--theme-color);
  text-decoration: underline !important;
}
.copyRight {
  margin-top: 4rem;
  padding: 1.5rem 0;
  border-top: 1px solid #8d8d8d;
}
.copyRight p {
  margin: 0;
  text-align: center;
}

/* Inner Pages CSS */
.main-slider.inner-slider h2 {
  text-transform: uppercase;
}
.main-slider.inner-slider figure {
  margin-bottom: -1.5rem;
}
.aboutSec .secHeading {
  text-transform: uppercase;
}
.aboutSec .secHeading span {
  display: block;
  font-size: 1.625rem;
  font-weight: 400;
  text-transform: capitalize;
}
.aboutSec p {
  font-size: 1.125rem;
  line-height: 2;
  color: #828282;
}

.our-products-tab ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  gap: 1rem 2rem;
}
.our-products-tab .nav-item {
  flex: 1;
}
.our-products-tab .nav-item .nav-link {
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0.75em 0.6em;
    background-color: #68696b;
}
.our-products-tab .nav-item .nav-link:hover,
.our-products-tab .nav-item .nav-link.active {
  background-color: var(--theme-color);
}

.tab-content .proThumb {
  margin-bottom: 1.5rem;
}

/* Contact Section */
.contactSec {
  background-color: #f8f8f8;
}
.contactSec .secHeading {
  text-transform: uppercase;
}
.contactSec .form-group {
  margin-bottom: 1.75rem;
}
.contactSec .form-group .form-control {
  height: 76px;
  padding-left: 1rem;
  background-color: var(--white);
  border: 0;
  border-radius: 0;
}
.contactSec .form-group textarea.form-control {
  padding-top: 1rem;
  height: 250px;
}

.mapSec iframe{
  filter: grayscale(1);
}