/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
  --white: #fff;
  --black: #000;
  --primary: #b15218;
  --secondary: #333333;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

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

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

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
}

h1,
h2,
h3 {
  font-family: "Merriweather", serif;
}

h4,
h5,
h6 {
  color: #000;
  font-family: var(--font-heading);
}

.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;
}

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

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

body.loading {
  overflow: hidden;
  height: 100vh;
}

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11113;
}

.preLoader .counter {
  color: var(--white);
  font-size: 15rem;
  font-family: var(--font-heading);
  font-weight: 700;
  position: absolute;
  bottom: 0rem;
  right: 5rem;
}

.preLoader .bar {
  height: 20%;
  width: 100vw;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: transparent;
  font-size: 0.875rem;
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 1.04em 1.96em;
  border-radius: unset;
  border: 1px solid var(--primary);
  line-height: normal;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* NAV HEADER CSS */

header {
  padding: 1rem 0;
  transition: 0.3s ease-in-out;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  gap: 80px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 0;
  display: inline-block;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 900px;
  margin: 0 50px;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  bottom: 8rem;
  width: fit-content;
  left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  width: 4.35rem;
  height: 4.35rem;
  font-size: 15px;
  color: #58554b;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 96%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.homeSlider .swiper-button-prev::after {
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.homeSlider .swiper-button-next::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.homeSlider .swiper-button-next {
  right: 1rem;
}

.homeSlider .swiper-button-prev {
  left: auto;
  right: 4rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
  background: transparent;
  color: #fff;
}

.homeSlider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 0.5rem !important;
  opacity: 1;
  border: 1px solid var(--white);
  background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
  background: var(--white);
  position: relative;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.main-slider h1 {
  margin: 0;
  color: #facb8e;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.main-slider p {
  color: var(--white);
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.25rem;
}

.main-slider h2 {
  font-size: 3.125rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.slideOne {
  display: flex;
  align-items: end;
  gap: 28rem;
  position: absolute;
  bottom: -22rem;
  border-bottom: 1px solid #fff;
  padding: 0 1rem 1rem 1rem;
}

/* !MAIN HERO SLIDER CSS */

.mainHead {
  font-size: 3.125rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}

.mainHead span {
  font-weight: bold;
  color: #b15218;
}

/* marquee */

:root {
  --gap: 4rem;
}

.marquee {
  overflow: hidden;
  user-select: none;
  display: flex;
  gap: var(--gap);
}

.marquee ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);
  animation: marquee 15s linear infinite;
}

.marquee .text {
  text-align: center;
  font-size: 1.25rem;
  margin: 0;
  font-weight: 500;
  color: #e9a45c;
  text-transform: uppercase;
  letter-spacing: 4px;
}

@keyframes marquee {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.marquee-tetsi {
  padding: 2rem 0;
}

/* marquee */

/* beauty-sec */
.beautySec {
  background: rgb(250 203 142 / 20%);
}

.beautyWrap img {
  width: 100%;
}

.beauty-top {
  text-align: center;
  margin-bottom: 49px;
}

.beauty-explore {
  text-align: center;
  margin-top: 50px;
}

.beauty-explore a {
  font-size: 1.5625rem;
  font-weight: 500;
  color: #b15218;
  text-transform: uppercase;
  text-decoration: underline !important;
}

/* beauty-sec */

/* about-section */
.about-section {
  background: url(../images/aboutbg.webp) center/cover no-repeat fixed;
  padding: 8rem 0;
}

.about-cntnt h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #b15218;
}

.about-cntnt p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #000;
  margin-top: 23px;
  width: 86%;
}

.themeBtn img {
  margin-left: 10px;
}

.bg-beauty {
  background: #fff;
  padding: 1rem 1rem;
}

.about-cntnt {
  padding-left: 1rem;
}

/* about-section */

/* custom-sec */
.custom-section .mainHead {
  margin-bottom: 49px;
  text-align: center;
}

.custom-section {
  padding-bottom: 0;
}

/* custom-sec */

/* maruqe-second */
.marquee.marquee-second .text {
  font-size: 100px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b15218;
  -webkit-text-fill-color: white;
}

.marquee.marquee-second ul {
  gap: 9rem;
}

.marquosecond-sec {
  background: url(../images/desbg.webp) center/cover no-repeat;
  padding: 9rem 0 13rem 0;
}

.desert-content {
  text-align: center;
  margin-top: -12rem;
}

.desert-content p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.6;
  width: 75%;
  margin: 42px auto 36px;
}

/* maruqe-second */

/* product-sec */
/*section.product-section .mainHead {*/
/*  margin-bottom: 49px;*/
/*  text-align: center;*/
/*}*/

section.product-section {
  padding: 4rem 0;
}

.product-cntnt h4 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #e9a45c;
  text-transform: uppercase;
}

.product-cntnt {
  text-align: center;
  padding: 2rem;
}

.product-cntnt h2 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  margin-bottom: 15px;
}

.product-cntnt h5 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #10221b;
  text-transform: capitalize;
}

.productwrap {
  border: 1px solid #e6eee5;
  padding: 14px;
}

/* product-sec */

/* gallery-sec */
.gallery-section figure img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.gallery-cntnt p {
  font-size: 1.5625rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
  /*border-bottom: 1px solid #000;*/
  width: fit-content;
  margin: auto;
  padding-bottom: 1rem;
}

.gallery-cntnt {
  margin-top: 2.5rem;
}

.gallery-section {
  padding: 5rem 50px 80px 50px;
}

.gallery-section .nav {
  gap: 1rem;
  padding: 0 13rem 60px 13rem;
  border: 0;
  justify-content: center;
}

.gallery-section .nav-item {
  font-size: 0.875rem;
  padding: 16px 28px;
  background-color: transparent;
  font-weight: 500;
  color: rgb(75 75 75 / 50%);
  text-transform: uppercase;
  border: 1px solid rgb(75 75 75 / 50%);
  border-radius: unset;
}

.gallery-section .nav-item.active {
  color: var(--primary);
  background-color: transparent;
  border-color: var(--primary);
}

.gallery-top {
  text-align: center;
}

.gallery-top h4 {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #e9a45c;
  letter-spacing: 3px;
  margin: 69px 0 29px 0;
}

/* gallery-sec */

.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

.beauty-explore:hover a {
  color: #000;
}

.themeBtn:hover {
  background: var(--primary);
  color: #fff;
}

/* insta-sec */
.instaWrap figure img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* insta-sec */

/* Footer Sec Css Start */

footer {
  background: url(../images/footerbg.webp) center/cover no-repeat;
  padding-top: 5rem;
}

footer h3 {
  font-size: 26px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 2rem;
  font-weight: 400;
}

footer .links li a {
  font-size: 1.25rem;
  color: var(--white);
  text-transform: capitalize;
}

footer ul li a:hover {
  color: var(--primary);
}

footer h4 {
  font-size: 1.5625rem;
  color: var(--white);
  margin-bottom: 2rem;
}

footer h5 {
  font-size: 0.875rem;
  color: #e9a45c;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.contactInfo li a strong {
  font-size: 1.25rem;
  color: var(--white);
  font-weight: 400;
}

.contactInfo li a {
  display: flex;
  align-items: start;
  gap: 1.5rem;
}

.contactInfo li+li {
  padding-top: 1.5rem;
}

.copyRight p {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

.socialLinks {
  display: flex;
  gap: 12px;
}

.socialLinks li a {
  background-color: var(--white);
  color: #10221b;
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  border-radius: 50px;
}

.socialLinks li a:hover {
  background-color: var(--primary);
  color: var(--white);
}

.copyRight {
  border-top: 1px solid rgb(112 112 112 / 50%);
  margin-top: 3rem;
  padding: 1rem 0;
}

.footLogo {
  display: block;
  margin-bottom: 1rem;
}

ul.privacylist {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: end;
}

ul.privacylist li a {
  color: #fff;
  font-size: 1.125rem;
}

footer .links li+li {
  margin-top: 10px;
}

.instaSlider {
  padding-bottom: 116px;
}

figure.footerimg1 {
  text-align: center;
  margin-bottom: 90px;
}

/* Footer Sec Css End */


/* Inner Banner  Css Start */

.innerBan .overlay {
  position: absolute;
  text-align: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
}

.innerBan h3 {
  font-size: 3.125rem;
  color: #facb8e;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  margin: 0;
}

.innerBan {
  position: relative;
  margin: 0 3.125rem;
}

.inner-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
  margin: 3rem;
  padding-bottom: 0.938rem;
}

.inner-main p {
  color: #ffffff;
  margin: 0;
  font-size: 1.25rem;
}

.print-page {
  background-color: #fef5e8;
}

.print-page-content p {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 400;
}

.print-page-content {
  margin: 2.813rem 0;
}

.print-marquee p {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 400;
  width: 80%;
}

.print-marquosecond {
  padding: 5.313rem 0;
  border-bottom: 2px solid #000;
  margin: 0 5.938rem;
}

.print-marquee .mainHead {
  margin-bottom: 1.25rem;
}

.inner-main h2 {
  font-size: 3.125rem;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

.inner-main span {
  color: #facb8e;
  font-weight: bold;
  margin-left: 0.938rem;
}

.about-second {
  padding: 5rem 0 0;
}

.about-second .print-marquee p {
  width: 81%;
}

.shopping-page {
  background-color: rgb(250 203 142 / 20%);
}

.shopping-page .productwrap {
  background-color: #fff;
  border: 1px solid #cecece;
  margin-bottom: 3.125rem;
}

section.contact-page .mainHead {
  text-align: center;
  margin-bottom: 3rem;
}

.contact-form input {
  height: 50px;
  width: 100%;
  box-shadow: unset !important;
  outline: unset !important;
  background-color: #fff;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-bottom: 2px solid #aeaeae;
  border-radius: unset;
}

section.contact-page {
  background-color: rgb(250 203 142 / 20%);
  padding: 5.313rem 0;
}

.contact-form textarea {
  height: 170px;
  width: 100%;
  border-radius: unset;
  background-color: #fff;
  box-shadow: unset !important;
  outline: unset !important;
  border-bottom: 2px solid #aeaeae;
  border-left: unset;
  border-top: unset;
  border-right: unset;
}

.contact-form button {
  border: 1px solid #b15218;
  height: 50px;
  width: 10%;
  margin: auto;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #b15218;
  margin-top: 2.5rem;
  font-family: "Roboto";
}

.contact-form input::placeholder {
  color: #a09e98;
  font-size: 1.125rem;
  font-weight: 400;
}

.about-page {
  background: #fef5e8;
  padding: 70px 0;
}

.gallereis-sec {
  background-color: rgb(250 203 142 / 20%);
  padding-bottom: 3rem;
}

.gallereis-sec figure {
  margin-bottom: 30px;
}

/* Dropdown */
.navbar .nav-item.drop-down {
  position: relative;
  z-index: 1;
}

.navbar .drop-down>a:after {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  padding-left: 5px;
  color: var(--primary);
}

.navbar .drop-down ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
  transition: 0.3s;
}

.navbar .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .drop-down li {
  position: relative;
  min-width: max-content;
}

.navbar .drop-down ul a {
  padding: .5rem 1.125rem;
  font-size: 12px;
  font-weight: 500;
  color: #151515;
  display: block;
  text-transform: capitalize;
}

.navbar .drop-down ul a:hover {
  background: var(--primary);
  color: #fff;
}
/* Inner Banner Css End */