@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

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;
  text-decoration: unset;
}

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 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-family: "Montserrat", sans-serif; 
  font-weight: 400;
}


/***** 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
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.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: "Oswald", sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

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 start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 13px;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec 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;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */


.nw-panel h5 {
    font-size: 39px;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 500;
}

/*banner css end*/

/* ========================= People Say Start =================== */

.our-client-sec .head-effect::after {
  width: 50%;
}

.our-client-sec .slick-slide {
  opacity: 0;
}

.client-sli .slick-active {
  opacity: 1 !important;
}

section.our-client-sec .client-sli .slick-prev,
section.our-client-sec .client-sli .slick-next {
  top: 4%;
  width: 0px;
  padding: 0px;
  height: auto;
  outline: 0;
  border: 0;
}

.client-sli .slick-prev {
  left: -30px;
}

.client-box {
  margin: 0px 0;
  transition: all 0.2s;
}

.client-sli {
  position: relative;
  z-index: 1;
}

.client-sli::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9%;
  border: 1px dotted #000000;
  width: 100%;
  z-index: -1;
}

.client-sli .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #98866e;
  opacity: 3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 500;
}

.client-sli .slick-next:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #98866e;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 900;
  content: "\f105";
}

.heading.text-center h2 {
  font-size: 64px;
  line-height: 1;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}

.heading.text-center h2 span {
  color: #000000;
}

.heading.text-center p {
  font-size: 14px;
  width: 55%;
  margin: 0 auto;
}

.client-box h6 {
  color: #f6ae15;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}

.client-box .quotess {
  margin-left: 20px;
  position: relative;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #eae7e2;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.client-box .quotess::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #98866e;
  color: #fff;
  font-size: 30px;
}

.client-box * {
  transition: all 0.9s;
}

.client-box:hover * {
  color: #fff;
}

.client-box .quotess::before {
  z-index: 2;
  color: #fff;
  font-size: 20px;
}

.client-ineer-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 5%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  transform: rotate(180deg);
  /* filter: drop-shadow(2px 4px 6px #00000021); */
}

.client-ineer-box {
  z-index: 2;
  padding: 30px 30px;
  position: relative;
  box-shadow: 0px 0px 12px 0 #0000004a;
  background: #fff;
}

.client-ineer-box ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}

.client-ineer-box ul li h4 {
  color: #000;
  font-size: 20px;
  margin: 0;
  line-height: 1.2;
  text-transform: capitalize;
  font-family: 'Montserrat';
  text-transform: uppercase;
}

.client-ineer-box ul li h4 span {
  font-size: 14px;
  display: block;
  color: #d09340;
  text-transform: capitalize !important;
  margin-top: 0px;
}

.client-ineer-box ul li i {
  color: #998770;
  margin-right: 5px;
}

section.our-client-sec.slick-track {
  margin-bottom: 30px;
}

h2.themes-h2.head-effect {
  font-size: 62px;
  color: #000;
  margin: 0 0 5px;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
  background: #98866e;
}

.client-sli .slick-next {
  right: 0px;
}

.client-ineer-box p {
  margin: 0;
  font-weight: 400;
  color: #7c7c7cd9;
  /* font-family: "poppins"; */
  width: 100%;
  font-size: 14px;
}

section.our-client-sec .client-box:hover .client-ineer-box {
  background: #98866e;
}

section.our-client-sec .client-box:hover .client-ineer-box:hover {
  color: #fff;
}

section.our-client-sec button.slick-prev::after {
  display: none;
}

section.our-client-sec button.slick-next::after {
  display: none;
}

section.our-client-sec .slick-track {
  padding-bottom: 30px;
}

section.our-client-sec {
  padding: 80px 60px 80px;
  position: relative;
}
section.our-client-sec .slick-slide {
    margin: 0px 10px;
}

/* ========================= People Say End ===================== */

/*discover start*/

section.discover {
    background-image: url(../images/dis-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 90px 0px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.discover-txt h5 {
    font-size: 73px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
}

.discover-txt h3 {
    font-size: 73px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
}

.discover-txt p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
}

.discover-txt h3 span {
    color: #c78724;
}

a.ank {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 32px;
  background: linear-gradient(135deg, #98866e, #7f6d58);
  /* padding: 16px 28px 16px 34px; */
  color: #fff;
  font-family: 'Montserrat';
  font-size: 14px;
  text-decoration: none;
  /* border-radius: 50px; */
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  padding-left: 20px;
  /* border: 1px solid #fff; */
  width: fit-content;
}

/* Shine effect */
a.ank::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );
  transition: 0.6s;
}

/* Border draw */
a.ank::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.8);
  /* border-radius: 50px; */
  transition: all 0.4s ease;
}

/* Text */
a.ank span {
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}

/* Image */
a.ank img {
  position: relative;
  z-index: 2;
  transition: transform 0.35s ease;
}

/* HOVER */
a.ank:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.35);
}

a.ank:hover::before {
  left: 120%;
}

a.ank:hover::after {
  inset: -3px;
  border-color: #fff;
}

a.ank:hover img {
  transform: scale(1.15) rotate(8deg);
}
/*discover end*/
/* instagram sec */

.instagram_sec {
  padding: 30px 0px 0;
}

.instagram_sec .theme-heading>a>i {
  background: #ff9776;
  color: #8f3f23;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 50%;
  font-size: 30px;
}

.insta_slider .slick-slide {
  opacity: 1;
}

.insta_slider img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: top;
}

.instagram_sec .theme-heading {
  margin-bottom: 60px;
}

.insta_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insta_box>a {
  position: absolute;
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
}

.insta_box>a>i {
  font-size: 30px;
  transition: 0.3s ease-in-out;
  transform: scale(0);
  color: #fff;
  background-color: #d56043;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
}

.insta_box:hover>a {
  height: 100%;
}

.insta_box:hover>a>i {
  transform: scale(1.2);
  transition-delay: 0.3s;
}

.insta_slider .slick-slide {
  margin: 20px 5px;
}

.footerPayment {
  text-align: end;
}

.insta-heading {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insta-heading img {
  object-fit: cover;
  width: 46px;
  margin: -10px 0 0 0;
}

.insta-heading h3 {
  margin: 0;
  color: #000;
}

html {
  overflow-x: hidden !important;
}


/* instagram sec */


/*FOOTER STRT*/

footer {
  background-color: #584935;
  padding: 60px 0 20px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

ul.quick_links.tw {
  column-count: 2;
  padding: unset;
}

.footer_col h3 {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  margin: 25px 0 20px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.footer_col h3:after {
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background-color: #fff;
  content: "";
}

.footer_col p {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Montserrat";
  opacity: 1;
}

.contact_list p {
  margin: 0;
}

.contact_list p span {
  color: #fff;
}

.quick_links a {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Montserrat";
  text-transform: capitalize;
  text-decoration: unset;
}

.footer_call a {
  font-size: 28px;
  line-height: 37px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
}

.footer_social li {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  border-radius: 100px;
  position: relative;
  border: 2px solid #fff;
  transition: 0.3s ease-in-out;
}

.footer_social li a {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
}

.footer_form form {
  position: relative;
}

.footer_form form input {
  width: 100%;
  height: 51px;
  padding: 10px 25px;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  border: unset;
}

.footer_form form button {
  position: absolute;
  right: 0;
  height: 52px;
  border-radius: 5px;
  padding: 0px 20px;
  border: 0;
  color: #fff;
  background: #98866e;
}

.copyRight_sec p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  /* opacity: 60%; */
  font-family: 'Montserrat';
}

.copyRight_sec ul {
  margin: 0;
}

.copyRight_sec {
  /* background-color: #0c9352; */
  border-top: 1px solid #f2f2f25e;
  padding: 20px 0;
  background-color: #8b7a63 !important;
}

.copyRight_sec a {
  margin: 0;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  padding: 0px 20px;
  border-right: 1px solid #b3b3b3;
}

.socialmedia-icons ul li a {
  color: #e9a53f;
  font-size: 17px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  border: 1px solid #e9a53f;
}

.socialmedia-icons ul li a:hover {
  background: #ff9a00;
  border-color: #ff9a00;
}

.socialmedia-icons ul {
  display: flex;
  gap: 10px;
}

.socialmedia-icons h3 {
  color: #000000;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  margin: 25px 0 20px;
  position: relative;
  font-family: 'IvyMode';
  text-transform: uppercase;
  margin-bottom: 40px;
}

.socialmedia-icons {
  margin-top: 50px;
}

.contact_list p a {
  color: #fff;
  text-decoration: unset;
}

.socialmedia-icons h3:after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background-color: #000;
  content: "";
}

.footer_form form input::placeholder {
  color: #fff;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
}

.quick_links a:hover {
  color: #fff;
}

.footer_form form input::placeholder {
  font-family: "Montserrat";
  color: #000;
}

.pro-links .quick_links a {
  text-transform: capitalize;
}

.socialmedia-icons ul li {
  position: relative;
}

.footer_col h3:before {
  position: absolute;
  content: "";
  width: 14%;
  height: 2px;
  bottom: -14px;
  left: 4px;
  border-radius: 100%;
  opacity: 80%;
  background-color: #8b7a63;
}

.footerPayment.mt-5 {
  padding-top: 5px;
}

.footer_call {
  margin-top: 45px;
}

footer.copyRight_sec::before {
  display: none;
}

a.btn-1:hover {
  transition: 1s;
  background-color: #4aad5b;
}

ul.social-icon li a i:hover {
  color: #fff;
  background-color: #e3a433;
  transition: 1s;
  border: unset;
}

.footer_col {
  margin-right: 80px;
}


/*FOOTER END*/
/*collection start*/
section.collection {
    padding: 100px 0px 0px 0px;
}
.collection-txt-top {
    text-align: center;
    margin-bottom: 30px;
}
.coll-txt-1-bot h5 {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.coll-txt-1-bot p {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin: unset;
}

.coll-txt-1-bot {
    border: 1px solid #fff;
    width: 90%;
    padding: 30px 0px;
}
.collection-txt-top h3 {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 500;
}

.collection-txt-top p {
    font-size: 14px;
    color: #7c7c7cd9;
    margin: 0 auto;
    width: 47%;
}
.main-coll-bx-1 {
    height: 285px;
    background-image: url(../images/coll-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 10px;
    padding-top: 50px;
}
.coll-txt-1 h5 {
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
  line-height: 40px;
}

.coll-txt-1 h5 span {
    display: block;
}
.coll-txt-3 h5 {
    font-size: 29px;
    line-height: 35px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}

.coll-txt-3 a {
    padding: 10px 20px;
    border: unset;
}

.main-coll-bx-3 h4 {
    position: absolute;
    font-size: 15px;
    transform: rotate(
180deg);
    color: #000;
    top: 112px;
    left: 11px;
    text-transform: uppercase;
    writing-mode: tb-rl;
    letter-spacing: 2px;
}

.coll-txt-3 h5 span {
    display: block;
}

.coll-txt-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coll-txt-4 h5 {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    line-height: 33px;
    margin: unset;
}

.coll-txt-4 h5 span {
    display: block;
}

.coll-txt-4 a {
    font-weight: 500;
    color: #fff;
    font-family: 'Oswald';
    text-decoration: underline;
}
.coll-txt-1 a {
    font-size: 14px;
    text-decoration: underline;
    color: #98866e;
    font-family: 'Montserrat';
}
.main-coll-bx-1-bot {
    margin-top: 20px;
    background-image: url(../images/coll-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 199px;
}
.main-coll-bx-3{
  height: 504px;
  background-image: url(../images/coll-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: end;
  padding: 15px;
  padding-bottom: 70px;
  position: relative;
}
.main-coll-bx-4{
   background-image: url(../images/coll-3.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   height: 285px;
   padding: 10px;
   padding-top: 30px;
}
.main-coll-bx-2-bot{
  background-image: url(../images/coll-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 199px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/*collection end*/
/*best seller start*/

.pro_box_image_nav ul li img {
    object-fit: scale-down;
    height: auto;
    width: auto;
}

.pro_box_image_nav ul li a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #98866e;
    border-radius: 100px;
    /* color: #fff; */
    text-decoration: unset;
}

.pro_box_image_nav {
    width: fit-content;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.pro_box_image {
    position: relative;
}

.percent {
    position: absolute;
    top: 10px;
    left: 10px;
}

.percent span {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    font-family: montserrat;
    font-size: 12px;
    font-weight: 700;
}

.pro_box_image_button {
    position: absolute;
    bottom: 10px;
    width: 100%;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.pro_box_image_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #98866e;
    font-family: montserrat;
    text-transform: uppercase;
    text-decoration: unset;
}

.pro_box:hover .pro_box_image_nav {
    transition: 0.3s ease-in-out;
    opacity: 1;
}

.pro_box:hover .pro_box_image_button {
    transition: 0.3s ease-in-out;
    opacity: 1;
}


.pro_box:hover {
    transition: 0.3s ease-in-out;
}

.pro_box:hover {
    transition: 0.3s ease-in-out;
}
.pro_box_image_nav ul {
    flex-direction: column;
    display: flex;
    gap: 10px;
}
.pro_main_box .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: navajowhite;
    margin: 0 0 50px 0;
}

.pro_main_box .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.pro_main_box .nav-link {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 60px;
    color: #222222;
    font-family: montserrat;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    border: 1px solid #cbcbcb !important;
}

.pro_main_box .nav-tabs .nav-link:hover,
.pro_main_box .nav-tabs .nav-link:focus {
    background-color: #98866e !important;
    color: #fff;
}

.pro_box_image img {
    height: 415px;
}

.pro_box {
    margin: 20px 0;
}

.best-slid .slick-slide {
    margin: 0px 10px;
}
.best-slid .slick-active {
    opacity: 1;
}
section.best-seller {
    padding: 100px 4%;
}
.best-sell-txt h4 {
    font-size: 59px;
    line-height: 1;
    color: #000000;
    font-weight: 500;
}

.best-sell-txt p {
    font-size: 14px;
    color: #7c7c7cd9;
}

.best-sell-txt p span {
    display: block;
}
.pro_box_text {
    margin-top: 20px;
}

.pro_box_text h6 {
    font-size: 21px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pro_box_text p {
    font-size: 13px;
    color: #7c7c7cd9;
}

.pro_box_text ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    padding: unset;
}

.pro_box_text ul li h5 {
    margin: unset;
    font-size: 18px;
    font-family: 'Oswald';
    color: #989898;
}
.pro_box_image_nav ul li a i {
    color: #fff;
}
.pro_box_text ul li h5 span {
    color: #000;
    font-size: 23px;
}

.pro_box_text ul li a i {
    color: #f9af12;
}
.best-slid .slick-prev, .best-slid .slick-next {
    position: absolute;
    top: -70px;
    right: 0;
    left: auto;
}

.best-slid .slick-prev {
    right: 33px;
}
.best-slid .slick-prev.slick-disabled:before, .best-slid .slick-next.slick-disabled:before {
    opacity: 1;
}
.best-slid .slick-prev:before{
  position: absolute;
  top: 0;
  left: -37px;
  width: 40px;
  height: 40px;
  content: '\f0d9';
  border: 1px solid #96866d;
  border-radius: 50%;
  font-family: 'FontAwesome';
  display: flex;
  align-items: center;
  justify-content: center;
  color: #96866d;
}
.best-slid .slick-next:before{
  position: absolute;
  top: 0;
  left: -20px;
  width: 40px;
  height: 40px;
  content: '\f0da';
  border: 1px solid #96866d;
  border-radius: 50%;
   font-family: 'FontAwesome';
  display: flex;
  align-items: center;
  justify-content: center;
  color: #96866d;
}
section.product_sec.sec {
    padding: 100px 4%;
}
section.product_sec.sec .pro_box_image img {
    height: 415px;
    width: 100%;
}
.heading.topbar.text_center h2 {
    text-align: center;
    font-size: 64px;
    line-height: 1;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
}
/*best seller end*/

/*our-collection start*/

section.our-collection {
    background-image: url(../images/collection-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: left;
}

.our-txt-head h3 {
    font-size: 50px;
    text-transform: uppercase;
    margin: unset;
    color: #fff;
    font-weight: 300;
    writing-mode: sideways-lr;
    letter-spacing: 3px;
}

.our-txt-head {
    height: 100%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-coll-bx {
    /* background-color: #860000; */
    /* padding: 60px 40px 30px; */
}

.svg_box {
    position: absolute;
    top: -100px;
    left: -105px;
    width: fit-content;
}
.main-bx-col-new {
    padding: 40px;
    padding-top: 80px;
}

.shop-top-txt-new {
    text-align: center;
    margin-bottom: 60px;
}

.shop-top-txt-new h3 {
    font-size: 81px;
    color: #ffffff;
    line-height: 1;
    font-weight: 500;
}
.coll-img {
    position: relative;
}

.coll-sm-img {
    position: relative;
    margin-top: 30px;
}

.coll-img svg {
    transform: rotate(-18deg);
}

.coll-img svg text {
    offset: 0;
    fill: #fff;
    font-size: 25px;
    font-weight: 300;
    text-anchor: end;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Saudagar';
}

.coll-sm-img svg text {
    offset: 0;
    fill: #fff;
    font-size: 17px;
    font-weight: 300;
    text-anchor: end;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Oswald';
}

.coll-sm-img svg {
    transform: rotate(-18deg);
}
.coll-img-pro img {
    width: 100%;
    height: 812px;
    object-fit: cover;
    object-position: left;
}

/*our-collection end*/
    :root{
      --hero-bar: rgba(107,91,75,.86);
      --hero-panel: rgba(110,90,70,.70);
      --hero-text:#fff;
      --hero-muted:rgba(255,255,255,.75);
      --hero-accent:#e7d2b3;
    }

    /* HERO WRAP */
    .nw-hero{
      position:relative;
      min-height:82vh;
      overflow:hidden;
      background:#111;
    }

    /* Background image behind left panel (faint) */
    .nw-bg{
      position: relative;
      inset:0;
      z-index:1;
    }
    .nw-bg img{
      width:100%;
      height:100%;
      object-fit:cover;
      opacity:.30;                 /* faint like screenshot */
      filter: saturate(0.9);
      transform: scale(1.02);
      z-index: -1;
      position: absolute;
    }

    /* top bar */
    .nw-topbar{
      position: relative;
      top: 0px;
      left:0;
      right:0;
      background: #584935;
      border-bottom: 1px solid rgba(255,255,255,.12);
      backdrop-filter: blur(6px);
      z-index: 2;
    }
header.nw-topbar::before {
    position: absolute;
    left: 0;
    z-index: 0;
    height: 145px;
    width: 33.4%;
    content: '';
    background-color: #897b66;
}
    .nw-brand{
      color:#fff;
      text-decoration:none;
      font-weight:800;
      letter-spacing:.3px;
      line-height:1.05;
      font-size:18px;
      display:inline-block;
      padding:14px 0;
      position: relative;
      z-index: 999;
    }
    .nw-brand small{
      display:block;
      font-weight:500;
      opacity:.85;
      font-size:12px;
      margin-top:3px;
    }

    .nw-navlink{
      color: rgba(255,255,255,.78) !important;
      font-size:14px;
      padding: 18px 32px !important;  /* top spacing like screenshot */
      transition:.2s ease;
      text-transform: capitalize;
    }
   

    .nw-icon-btn{
      width: 44px;
      height: 44px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.28);
      background: rgba(0,0,0,.10);
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      text-decoration:none;
      transition:.2s ease;
    }
    .nw-icon-btn:hover{
      background: rgba(255,255,255,.12);
      transform: translateY(-1px);
      color:#fff;
    }

    /* CONTENT GRID */
    .nw-content{
      position:relative;
      z-index: 1;
      /* padding-top: 58px; */ /* topbar height */
      min-height:82vh;
    }

    /* LEFT PANEL */
    .nw-panel{
      min-height: 100%;
      color: var(--hero-text);
      padding: 70px 46px 70px;
      display:flex;
      flex-direction:column;
      justify-content:center;
      gap: 12px;
      position: relative;
      z-index: 0;
    }
    .nw-panel h6{
      margin:0;
      font-size: 39px;
      letter-spacing:.6px;
      opacity:.92;
      font-weight: 500;
      font-family: 'Oswald';
    }
    .nw-panel h1{
      margin:0;
      font-size: clamp(34px, 4vw, 54px);
      line-height:1.05;
      font-weight:900;
    }
    .nw-panel p{
      margin: 6px 0 0;
      color: var(--hero-muted);
      font-size:14px;
      line-height:1.7;
      max-width: 45ch;
    }

    .nw-cta{
      margin-top: 12px;
      display:inline-flex;
      align-items:center;
      gap: 12px;
      padding: 12px 18px;
      border:1px solid rgba(231,210,179,.95);
      color:#fff;
      text-decoration:none;
      width:max-content;
      background: rgba(0,0,0,.12);
      transition:.2s ease;
    }
   

    /* RIGHT SLIDER AREA */
    .nw-right{
      min-height:82vh;
      padding-bottom: 64px; /* bottom bar space */
    }

    /* Each slide layout */
    .nw-slide{
      height: calc(82vh - 58px); /* hero height - topbar padding */
      min-height: 520px;
    }
    .nw-slide .nw-img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
      object-position: top;
    }
    .nw-center-img{
      object-fit: contain;
      background: #e9e3dc; /* center panel background */
    }

    /* BOTTOM BAR */
    .nw-bottombar{
      position:absolute;
      right:0;
      bottom:0;
      z-index: 0;
      background: #584935;
      padding: 14px 0;
      z-index: 1;
      width: 66.7%;
      height: 80px;
      display: flex;
      align-items: center;
    }
button#nwNext {
    left: 230px;
    position: absolute;
    border: unset;
}

button#nwPrev {
    position: absolute;
    left: 140px;
    border: unset;
}
    .nw-nav-btn{
      width: 58px;
      height: 58px;
      border-radius: 50%;
      /* border: 1px solid rgba(255,255,255,.28); */
      background: #584935;
      /* color:#fff; */
      /* display:flex; */
      /* align-items:center; */
      /* justify-content:center; */
      /* cursor:pointer; */
      /* transition:.2s ease; */
    }
    .nw-nav-btn:hover{ background: rgba(255,255,255,.10); transform: translateY(-1px); }
    .nw-count{
      color:#fff;
      font-weight:800;
      letter-spacing:.8px;
      display:flex;
      align-items:center;
      gap: 10px;
      font-size: 39px;
      font-family: 'Oswald';
    }
    .nw-line{
      width: 250px;
      height:2px;
      background: rgba(255,255,255,.35);
    }
    .nw-count span{ opacity:.75; font-weight:700; }
    
ul.contact_list {
    padding: unset;
}
    /* responsive */
    @media (max-width: 991px){
      .nw-panel{ padding: 90px 22px 70px; min-height:auto; }
      .nw-right{ min-height:auto; }
      .nw-slide{ height: 420px; min-height:auto; }
      .nw-navlink{ padding: 10px 0 !important; }
    }
    @media (max-width: 575px){
      .nw-line{ width:70px; }
      .nw-panel h1{ font-size: 34px; }
    }
    a.nw-brand img {
    width: 140px;
    position: relative;
    z-index: 999;
    /* height: 70px; */
}
.nw-panel::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background-image: url(../images/main-ban.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
