html {
  scroll-behavior: smooth;
}



body {
  font-family: 'GFS Didot';
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
   
}

@font-face {
    font-family: 'GFS Didot';
    src: url('../fonts/GFSDidot-Regular.woff2') format('woff2'),
        url('../fonts/GFSDidot-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona-Sans';
    src: url('../fonts/Mona-Sans-Black.woff2') format('woff2'),
        url('../fonts/Mona-Sans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona-Sans';
    src: url('../fonts/Mona-Sans-Bold.woff2') format('woff2'),
        url('../fonts/Mona-Sans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona-Sans';
    src: url('../fonts/Mona-Sans-UltraLight.woff2') format('woff2'),
        url('../fonts/Mona-Sans-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona-Sans';
    src: url('../fonts/Mona-Sans-Medium.woff2') format('woff2'),
        url('../fonts/Mona-Sans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona-Sans';
    src: url('../fonts/Mona-Sans-ExtraBold.woff2') format('woff2'),
        url('../fonts/Mona-Sans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/MonaSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona-Sans Light Narrow';
    src: url('../fonts/Mona-Sans-LightNarrow.woff2') format('woff2'),
        url('../fonts/Mona-Sans-LightNarrow.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona-Sans';
    src: url('../fonts/Mona-Sans-SemiBold.woff2') format('woff2'),
        url('../fonts/Mona-Sans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona-Sans';
    src: url('../fonts/Mona-Sans-Regular.woff2') format('woff2'),
        url('../fonts/Mona-Sans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona-Sans';
    src: url('../fonts/Mona-Sans-Light.woff2') format('woff2'),
        url('../fonts/Mona-Sans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}





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

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'GFS Didot';
}


textarea,
div,
span,
li,
button,
a {
  font-family: 'Mona-Sans';
  font-weight: 400;
  color: #000;
  transition: ease-in-out 1s;
}

input{font-family: 'Mona-Sans';}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  
}



p {
 font-family: 'Mona-Sans';
font-size: 18px;
line-height: 30px;
color: #000;
font-weight: 500;
margin-bottom: 15px;
 
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
a {
  text-decoration: none !important;
}

a:hover {
  transition: ease-in-out 1s;
  color: #ccbb95;
}
a,
span {
  display: inline-block;
  color: #fff;
  transition: ease-in-out 1s;
}

:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* textarea, input, div, span, li, button {} */



/*Responsive css*/

@media (min-width: 1366px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}

}

@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1350px;
}

}


@media (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px;
}

}

/*------------------common-css End-------------------*/

/*nav*/  
.fixed-nav .navbar .nav-item:hover a{color: #3361e1;}

header {
    /* position: fixed; */
    top: 0px;
    left: 0px;
    background-color:#fff;
    transition: ease-in-out 5s;
    width: 100%;
    z-index: 5;
}
/* .fixed-nav .top-nav-bar {background: #3c3341;} */
.fixed-nav .top-nav-bar{
  animation: smoothScroll 4s forwards;}
header.header-section.fixed-nav .top-nav-bar .row {
  animation: smoothScroll 4s forwards;
  align-items: center !important;
  display: flex;
}
header.header-section.fixed-nav .top-nav-bar .row .d-flex{
 
  align-items: center !important;

}
/* .fixed-nav .logo{width: 300px;} */
.select-lang {display: flex;justify-content: end;}
.fixed-nav .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {color: #ccbb95;}
.fixed-nav .navbar li.active a {color: #fff;}
.fixed-nav .navbar li.active {background: url(../images/white-dot.webp);background-repeat: no-repeat;background-position: right;}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 992px) {
.navbar { padding: 0;}
.navbar ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}
.navbar li {position: relative;}
.navbar>ul>li {white-space: nowrap;padding: 10px 0 10px 8px;}
/* .navbar a,
.navbar a:focus { display: flex;align-items: center;justify-content: space-between;padding: 0 16px 0px 16px;font-size: 18px;font-weight: 500; color:#000;white-space: nowrap;transition: 0.3s;position: relative;} */
.navbar a i,
/* .navbar a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;} */
/*.navbar>ul>li>a:before {content: "";position: absolute; width: 100%;height: 2px;bottom: -6px;left: 0; background-color:#ccbb95;visibility: hidden;width: 0px;
transition: all 0.3s ease-in-out 0s;} */
.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before { visibility: visible;width: 100%;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color: #000; transition: ease-in-out 2s;}
.navbar li.active {background: url(../images/white-dot.webp);background-repeat: no-repeat;background-position: right;}
.navbar .dropdown ul {display: block;position: absolute;background: #f7d39e;border: 1px solid #fff;  left: 28px;top: calc(100% + 30px); margin: 0;padding: 10px 0;z-index: 99;opacity: 0;visibility: hidden;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);transition: 0.3s;border-radius: 4px;}
.navbar .dropdown ul li {min-width: 250px;}
.navbar .dropdown ul li:hover{background: #fff;}
.navbar .dropdown ul a {padding: 10px 10px;font-size: 18px;text-transform: none;color: #fff; }
.navbar .dropdown ul a i {font-size: 12px;}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {color:#000;}
.navbar .dropdown:hover>ul {opacity: 1;top: 100%;visibility: visible;}
.navbar .dropdown .dropdown ul {top: 0;left: calc(100% - 30px);visibility: hidden;}
.navbar .dropdown .dropdown:hover>ul {opacity: 1;top: 0;left: 100%;visibility: visible;}
}

@media (min-width: 992px) and (max-width: 1366px) {
.navbar .dropdown .dropdown ul {left: -90%;}
.navbar .dropdown .dropdown:hover>ul {left: -100%; }}
@media (min-width: 992px) {.mobile-nav-show,.mobile-nav-hide {display: none;}
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 991px) {
.navbar {position: inherit !important;top: 0;right: -100%;width: 100%;max-width: 400px;bottom: 0;transition: 0.3s;z-index: 9997;}
.navbar ul {position: absolute;inset: 0;padding: 50px 0 10px 0;margin: 0;background: rgba(24, 24, 40, 0.9);overflow-y: auto;transition: 0.3s;z-index: 9998;}
.navbar a,
.navbar a:focus {display: flex;align-items: center;justify-content: space-between;padding: 10px 20px;font-size: 16px;font-weight: 500; color: rgba(255, 255, 255, 0.9);white-space: nowrap;transition: 0.3s;}
.navbar a i,
.navbar a:focus i {font-size: 12px;line-height: 0; margin-left: 5px;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color: #fff;}
.navbar .getstarted,
.navbar .getstarted:focus { padding: 8px 20px;border-radius: 4px;margin: 15px;color: #fff;}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {color: #fff;background: rgba(0, 131, 116, 0.8);}
.navbar .dropdown ul,
.navbar .dropdown .dropdown ul { position: static;display: none;padding: 10px 0;margin: 10px 20px;transition: all 0.5s ease-in-out;background-color: #3d3d45;border: 1px solid #3d3d45;}
.navbar .dropdown>.dropdown-active,
.navbar .dropdown .dropdown>.dropdown-active { display: block;}
.mobile-nav-show {color: rgba(0, 0, 0, 0.8);font-size: 28px;cursor: pointer;line-height: 0;transition: 0.5s;z-index: 9999;margin-right: 10px;}
.mobile-nav-hide {color: #fff;font-size: 32px;cursor: pointer;line-height: 0;transition: 0.5s;position: fixed;right: 20px;top: 20px;z-index: 9999;}
.mobile-nav-active {overflow: hidden;}
.mobile-nav-active .navbar {right: 0;}
.mobile-nav-active .navbar:before {content: "";position: fixed;inset: 0; background: rgba(24, 24, 40, 0.8);z-index: 9996;}}


.header-bg{background-color: #252525}
.top-nav-bar{
 position: fixed; 
 top: 0px;
  left: 0;
  width: 100%;
  z-index: 11;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #ffffff5e;
  border-top: 1px solid #ffffff5e;
  margin-top: 25px;}
.top-container{ padding: 0 40px;}


.email-text {
  position: fixed;
  top: 70%;
  z-index: 7;
}
.email-icon {
  position: fixed;
  right: 26px;
  top: 50%;
  z-index: 2;
  background: #2f63f5;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.header-section.fixed-nav .top-nav-bar {animation: smoothScroll 4s forwards;background: #000;}
header.header-section.fixed-nav a.logo.d-flex.align-items-center img {width: 190px;}
  .scrollIcon {
    width: 45px;
    height: 85px;
    border: 2px solid #fff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
	 margin: auto;
}
/*  .scrollIcon:after {
	 content: 'Scroll Down';
	 color: #bfbfbf;
	 font-family: 'Source Sans Pro', sans-serif;
	 font-weight: 300;
	 width: 100px;
	 display: block;
	 position: absolute;
	 bottom: 0;
	 text-align: center;
	 animation: scrollText 2s infinite;
} */
.banner-scroll {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 2;
}
 i.scroll {
	 background: #fff;
	 width: 6px;
	 height: 14px;
	 display: block;
	 border-radius: 40px;
	 animation: scrollWheel 2s infinite;
}
 @keyframes scrollWheel {
	 0% {
		 opacity: 1;
		 transform: translateY(40%);
	}
	 100% {
		 opacity: 0.7;
		 transform: translateY(130%);
	}
}
 @keyframes scrollText {
	 0% {
		 opacity: 1;
		 transform: translateY(120%);
	}
	 100% {
		 opacity: 0;
		 transform: translateY(180%);
	}
}
 #mnmwp-main-menu {
    padding: 0 !important;
}


/* ===== Navbar ===== */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 60px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s 
ease;
}

/* Shrink on scroll (optional effect) */
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* ===== Menu Styling ===== */
.nav-left ul {
  display: flex;
  gap: 20px;
  list-style: none;
}

.nav-left a {
  transition: color 0.3s;
}

.nav-left a:hover {
  color: #c89b77;
}

/* ===== Dropdown ===== */
.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
  top: 30px;
  left: 0;
  list-style: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  min-width: 180px;
  z-index: 1000;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #000;
  font-size: 14px;
}

.dropdown-menu li a:hover {
  background: #f2f2f2;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* ===== Center Logo ===== */
.nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.logo {
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
}

.logo span {
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 400;
}

/* ===== Right Icons ===== */
.nav-right {
    display: flex;
    gap: 25px;
}
.nav-right a i {
    font-size: 25px;
    line-height: 0;
    margin-left: 0;
}
.nav-right a {
  color: #000;
  font-size: 18px;
  transition: color 0.3s;
}
.home-section-1 .mb-5 {
    margin-bottom: 10px !important;
}
#menu-item-66 a {
    margin-right: 0 !important;
}
#mnmwp-main-menu ul li a:hover {
    color: #bb8331 !important;
}
#mnmwp-main-menu ul li.has-sub:hover > a:after, #mnmwp-main-menu ul li.has-sub:hover > a:before {
    background: #000000 !important;
}
#mnmwp-main-menu ul li a {
    color: #000000;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#mnmwp-main-menu ul ul li a {
    background: #333333;
    color: #dddddd;
    padding: 13px !important;
}

.nav-right a:hover {
  color: #c89b77;
}

/* ===== Hamburger ===== */
.menu-toggle {
  display: none;
  font-size: 22px;
  cursor: pointer;
}

/* ===== Responsive ===== */


/* ===== Demo Section Styling ===== */
/* .section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #444;
} */
.home-banner{padding: 140px 0px 0px 0px;background: #f2e0d6;}
.banner-btn{margin: 50px 0px 120px 0px;}
.home-banner-heading{font-size: 100px;line-height: 119px;padding-bottom: 20px;color: #000;font-weight: 400;}
.home-banner-text p{font-size: 22px;line-height: 34px;color: #000;font-weight: 500;}

.hm-banner-box-heading{ 
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: -52px;}
.hm-banner-box img{border-radius: 10px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.hm-secrives{display: block !important;}

/* ===== Shop Now Button ===== */

.button-3d {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000;
  text-decoration: none;
  border-radius: 50px;
  border: solid 2px #000;
  background: linear-gradient(to bottom, #f7d39e, #f7d39e);
  text-align: center;
  padding: 16px 28px 14px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.25s ease;
  box-shadow: 0px 6px 0px #000, 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Hover Effect */
.button-3d:hover {
  background: linear-gradient(to bottom, #f7d39e, #f7d39e);
  transform: translateY(-3px);
  box-shadow: 0px 8px 0px #000, 0 10px 20px rgba(0, 0, 0, 0.25);
  color: #000;
}

/* Arrow Image Animation */
.button-3d img {
  width: 20px;
  height: auto;
  transition: transform 0.3s ease;
}

.button-3d:hover img {
  transform: translateX(6px);
}

/* Click (Active) Press Effect */
.button-3d:active {
  transform: translateY(4px);
  box-shadow: 0px 2px 0px #000;
}

.home-section-1{padding: 80px 0px;}
.hm-sec1-button{text-align: end;}
.hm-sec1-box{position: relative;}
.hm-sec1-img1 img{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.hm-sec1-box .hm-sec1-tt {
    font-size: 16px;
    padding: 0px 12px;
    background: #f7d39e;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    position: absolute;
    left: 12px;
    top: 12px;
}
.hm-sec1-price {
    padding: 13px 0px 16px 0px;
    display: flex;
    justify-content: space-between;
}
.hm-sec1-price li{font-size: 16px;font-weight: 500;color: #000;}
.hm-sec1-price li a{color: #000;font-weight: 500;}
.hm-sec1-color{position: inherit !important;}
#home-sec1-slider .owl-dot.active span {
    background-color: #000;
    width: 30%;
    height: 2px;
}
#home-sec1-slider .owl-dot span {
  background-color: #e5e5e5;
  width: 100%;
  height: 3px;
  margin: 2px;
  border-radius: 0%;
}
#home-sec1-slider .owl-prev {
    position: absolute;
    top: 50%;
    right: 20px;
    display: none;
}
#home-sec1-slider .owl-prev span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#home-sec1-slider .owl-next span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#home-sec1-slider .owl-next {
    position: absolute;
    display: none;
    top: 50%;
    left: 20px;
}
#home-sec1-slider .owl-nav {display: none;}
#home-sec1-slider .owl-dots {
  display: block;
  position: relative;
  bottom: 0px;
  justify-content: center;
  padding: 50px 0px 0px 0px;}
#home-sec1-slider .owl-dot.active {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50px;
}

.hm-common-heading{font-size: 60px;font-weight: 400;color: #000;}
.home-section-2{padding: 100px 0px;line-height: 80px; background: #e2d3b7;}
.hm-sec2-image img{border-radius: 20px;}
.hm-sec2-fixed {
    position: sticky;
    top: 100px;
}

.hm-sec2-fixed img {
    width: 100%;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeSlide 1.2s ease forwards;
}
.hero-left {
    opacity: 0;
    transform: translateX(-50px);
    animation: slideLeft 1s ease forwards;
}

@keyframes slideLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* Fade + Slide */
@keyframes fadeSlide {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.hm-sec2-space{padding-top: 250px;}
.hm-sec2-img-space{padding-top: 40px;}
.hm-sec2-btn{line-height: 29px;}
.hm-sec2-btn-end{text-align: end;}
.home-section-3{padding: 100px 0px;}
.hm-sec3-text {
    padding: 40px 50px 40px 40px;
    contain-intrinsic-block-size: auto 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: -45px;position: relative;z-index: 2;background: #fff;
}

.home-section-4{padding: 100px 0px;background: #00000c;text-align: center;}
.hm-sec4-heading{color: #fff;}
.hm-sec4-text p{padding: 30px 400px;color: #fff;}
#home-sec4-slider .owl-dot.active span {
  background-color: #f7d39e;
  width: 10px;
  height: 10px;
}
#home-sec4-slider .owl-dot span {
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-radius: 50%;
}
#home-sec4-slider .owl-prev {
    position: absolute;
    top: 50%;
    right: 20px;
    display: none;
}
#home-sec4-slider .owl-prev span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#home-sec4-slider .owl-next span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#home-sec4-slider .owl-next {
    position: absolute;
    display: none;
    top: 50%;
    left: 20px;
}
#home-sec4-slider .owl-nav {display: none;}
#home-sec4-slider .owl-dots {
  display: flex;
  position: relative;
  bottom: 0px;
  justify-content: center;
  padding: 50px 0px 0px 0px;}

.home-section-5{
    padding: 100px 0px;
    background: url(../images/hm-sec5-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    height: 100vh;
    background-blend-mode: darken;


}
.hm-sec5-text{padding: 40px; border-radius: 20px;background: #f7d39ed9;}
.hm-sec5-text p{font-size: 20px;line-height: 34px;font-weight: 500;}


.home-section-6{padding: 100px 0px;background: #e2d3b7;text-align: center;position: relative;}
.hm-sec6-text p{color: #000;}



.collection-section {
    text-align: center;
    padding: 130px 0px;
    position: relative;
    height: 85vh;
}

.image-collage {
  position: relative;
  margin: 0 auto;
}

.image-collage img {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.img1 {
    width: 462px;
    height: 500px;
    left: 0;
       bottom: -680px;
    position: relative;
    z-index: 2;
}
.img1 img{width: 100%;}
.img2 {
    width: 740px;
    height: 580px;
    left: 24%;
    z-index: 0;
    object-fit: cover;
}

.img3 {
    width: 470px;
    height: 520px;
    right: 0;
    top: -90px;
    z-index: 1;
}
.image-collage img:hover {transform: scale(1.05);}

.home-section-7{padding: 100px 0px; text-align: center;}
.hm-sec7-text{padding-bottom: 20px;}
.hm-sec7-text p a{color: #000;font-weight: 500;}
.hm-sec7-text p {font-size: 20px;}


.footer-section{padding: 80px 0px 50px 0px;background: #e2d3b7;}
.footer-heading-1{font-size: 36px;padding-bottom: 25px;color: #000;font-family: 'Mona-Sans';font-weight: 400;}
.footer-item li{font-size: 18px;padding-bottom: 8px; font-weight: 400;color: #000;}
.footer-item-1 li{padding-bottom: 25px !important;}
.footer-item li a{color: #000; font-weight: 500;}
.footer-item li img{padding-right: 12px;}
.footer-space{padding: 0px 0px 80px 0px;border-bottom: 1px solid #727070;}
/* .footer-bottom{border-top: 1px solid #000;} */
.footer-btm-left{text-align: left;}
.footer-btm-left p{font-size: 18px;color: #000;font-weight: 400;}
.footer-btm-right p{font-size: 18px;color: #000;font-weight: 400;text-align: end;}
.footer-btm-right p i{color: #ff0000;font-size: 22px;}
.footer-bottom {padding-top: 40px;}
.footer-bottom p span{color: #000;}
.footer-bottom p a{color: #000;}
.footer-item-0 li a i {font-size: 42px;color: #000;}
.footer-item-0 li a {padding: 10px 16px; border: 1px solid #000;border-radius: 8px;}


.footer-form-input .form-control {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #000;
    background-color: #ffffff00;
    border: 1px solid #000;
    border-radius: 50px;font-family: 'Mona-Sans';

}
.footer-form-input .form-control::placeholder{color: #000;}
.footer-form-input {position: relative;margin-bottom: 28px;}
.footer-form-input a i {
    align-items: center;
    font-size: 30px;
    line-height: 56px;
    color: #000;
    display: flex;
    justify-content: center;
}
.footer-form-input a {
    position: absolute;
    right: -10px;
    top: 0px;
    background: #f7d39e;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.smooth-reveal {
  /* font-size: 50px;
  font-weight: 700; */
  opacity: 0;
  transform: translateY(20px);
  animation: smoothReveal 1.2s ease forwards;
  letter-spacing: 1px;
}

@keyframes smoothReveal {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  60% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-1 {
  /* font-size: 22px; */
  opacity: 0;
  transform: translateY(15px);
  animation: fadeSlide 1s ease forwards;
}

@keyframes fadeSlide {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}
.text-2 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: showText 0.8s steps(30) forwards;
 
}

@keyframes showText {
  from { width: 0px; }
  to { width: 100%; }
}

.hm-sec1-img1 {border-radius: 0px !important;}
.hm-sec1-img1:hover{border-radius: 0px !important;}
.hm-sec1-box.box-hover{border-radius: 0px;}
.hm-sec1-box.box-hover:hover{border-radius: 0px;}
.hm-sec0-heading {font-size: 40px;font-weight: 400;}
.hm-sec0-text {padding-left: 22px;}
.hm-sec4-img.box-hover{border-radius: 0px !important;}
.hm-sec4-img.box-hover:hover{border-radius: 0px !important;}
.hm-sec4-img.box-hover::before {border-radius: 0px !important;}
.home-sec4-img:before {border-radius: 0px !important;}
.hm-sec7-video:before {border-radius: 0px !important;}
.hm-sec6-video{}
.bd-btn{margin-bottom: 15px;}
.box-hover{
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 20px;
}

.home-section-0.home-section-3 .hm-sec0-text p {
    margin-bottom: 25px;
}

.home-section-2 .box-hover{
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 20px;
	width:80%;
	margin:auto;
}
.box-hover::before {
    background: #ffffff85;
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    right: 0;
    border-radius: 0px;
}
.box-hover:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s 
linear;
    transition: all 0.7s 
linear;
}
.move-box:hover {
    /* transform: translateY(-10px); */
    box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    overflow: hidden;
}
.move-box {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    transition: 0.4s 
ease;
}


/* Soft floating animation */
/* @keyframes floatBottle {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0); }
} */

/* .home-banner{position: relative; line-height: 0}
.home-banner:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 50%);
} */
.logo {
    text-align: center;
}




/* ----------------------Blog--------------- */
.inner-banner {
  padding-top: 120px;
  position: relative;
  background: #f2e0d6;
}
.inner-banner-text-container {
  position: absolute;
  bottom: 35%;
  z-index: 1;
}

.inner-banner-text-heading {
  font-size: 100px;
  color: #000;
  font-weight: 500;
  /* text-transform: uppercase; */
}
/* .inner-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgb(0 0 0 / 30%));
   background-color: rgb(0 0 0 / 48%);
    z-index: 0;
} */
.blog-section-1 {padding: 100px 0px;}
.blog-sec1-box{position: relative;}
.bg-sec1-text {
    position: relative;
    margin-top: -28px;
    padding: 12px;
    width: 93%;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bg-sec1-title{font-size: 27px;padding-bottom: 5px; font-weight: 500;color: #fff;}
.blog-btn {margin-top: 10px !important;}
.bg-sec1-img img{border-radius: 8px;}

.blog-sec4-right {
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.news-sec-dp-form .form-control {
  padding: 0px 0px 0px 0px;
  font-size: 19px;
  font-weight: 400;
  line-height: 36px;
  color: #2a2a2a;
  border-bottom: 2px solid #000 !important;
  border: transparent;
  border-radius: 0;
}

.news-sec-dp-form {position: relative;}
.news-sec-dp-form::before{content: '';position: absolute;left: 0;}
.news-dp-category a i{ position: absolute;left: 0;top: 18px;font-size: 16px;color: #000;}
.news-sec-dp-form i{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin: 0px 0px 0px 8px;
}
.blog-sec-4{padding:60px 0px 60px 0px;}
.news-pt-sec-3-heading-2 {font-size: 22px;margin-bottom: 0;color: #fff;font-weight: 400;text-transform: capitalize; }
.news-pt-sec-3-heading-1 {font-size: 30px;color: #fff;font-weight: 400;text-transform: capitalize;}
.news-sec-dp-sec-search {padding-bottom: 25px;}

.news-sec-dp-form .form-control::placeholder{color: #000;}
.news-sec-dp-form .form-control:focus {background-color: #ffffff00;border-radius: 0;}

.news-dp-category li{padding: 10px 0px 10px 20px;border-bottom: 1px solid #bababa;position: relative;}
.news-dp-category li:last-child{border-bottom: none;}
.news-dp-category li a {font-size: 18px;line-height: 30px;font-weight: 400;color: #000;text-transform: capitalize;}
.news-dp-category li a:hover{color:#000;}
.blog-dt-sec1-list li{
  font-size: 18px;
  padding-bottom: 10px;
  color: #000;
  font-weight: 400;
  list-style: disc;
}
ul.blog-dt-sec1-list {padding-left: 20px;}

/* -----------------blog-detail-------------- */

.blog-detail-sec-1{padding: 20px 0px 50px 0px;}
.blog-dt-img{padding-bottom: 80px;}
.blog-detail-sec2-text {padding-left: 20px;}
.blog-dt-category li a:hover {color: #fff;}
.blog-dt-right-searching::placeholder{font-size: 18px;font-weight: 500;color: #000;}
.news-search-form-text {
  background: #000;
  padding: 12px 18px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  --f: 14px;; /* control the folded part*/
  --r: 0px; /* control the ribbon shape */
  line-height: 1.8;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
    var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
    calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);
}
.blog-dt-imgage-1{overflow: hidden;margin-bottom: 20px;border-radius: 10px;}
.blog-dt-imgage-1 img:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 1px 2px 8px 4px rgb(195, 195, 195);border-radius: 10px;
}
.blog-dt-imgage-1 img {transition: opacity 1s, transform 0.7s ease-in;}
.blog-dt-sec1-left {padding-right: 15px;} 
.blog-dt-sec1-heading {
    font-size: 32px;
    padding-bottom: 6px;
    font-weight: 600;
    color: #000;
}
.blog-dt-section-1{padding: 80px 0px;}


.thanku-section{padding: 50px 0px;}
.thankyou-box {
    padding: 30px 0px 40px 0px;
    width: 800px;
    margin: auto;
    text-align: center;
    background: #fff;
    border-radius: 10px;
box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}
.thankuou-img{padding-bottom: 30px;}
.thankyou-box p{font-size: 36px;font-weight: 600; color: #000;text-transform: capitalize;}
.thankyou-btn{
    font-size: 22px;
    padding: 9px 38px;
    margin-top: 20px;

}
.error-section{padding: 70px 0px;}
.error-title{font-size: 50px;font-weight: 700;color: #000;}
.error-section .thankyou-box p{font-size: 22px;}
/* .inner-banner {padding: 100px 0px;background: #000;} */


.footer-item li a {
    border-bottom: 1px solid transparent;
}
.footer-item li a:hover{ border-bottom: 1px solid #000;transition: color 1s;}

.about-section-1 {padding: 100px 0px;}
.ab-sec1-img1  img{border-radius: 20px;}
.ab-sec1-img2 img{border-radius: 20px;}
.ab-sec1-img1{margin: 70px -40px 0px 0px;position: relative;z-index: 99;}

.about-section-2{padding: 80px;background: #e2d3b7;}
.ab-sec2-top-text {padding-bottom: 30px; text-align: center;}
.ab-sec2-img img{border-radius: 20px;border: 3px solid #fff;}
.ab-sec2-heading{font-size: 22px;padding: 25px 0px 5px 0px; color: #000;font-weight: 400;    font-family: 'Mona-Sans';}
.ab-sec2-box{height: 100%;}
.ab-sec1-text{padding-left: 20px;}
.ab-sec1-images img{border-radius: 20px;}

.contact-section-1{padding: 100px;background: #000;}
.ct-sec1-box{border-radius: 10px;padding:50px 10px;background: #fff;text-align: center;min-height: 100%;}
.ct-sec1-box p{font-size: 18px;font-weight: 400;color: #000;}
.ct-sec1-box p a{color: #000;}
.ct-sec1-box p a i{font-size: 32px; color: #000;}
.ct-sec1-heading {font-size: 28px;padding-bottom: 0px;font-weight: 600;font-family: 'Mona-Sans';}
.ct-sec2-img img{border-radius: 5px;}
.contact-setion-2 {padding: 100px 0px;}
.ct-sec2-form{padding-left: 25px;}
.cont-sec2-heading{font-size: 40px;padding-bottom: 30px; font-weight: 600;font-family: 'Mona-Sans';text-align: center;}
.ct-map p {
    margin: 0;
    line-height: 0;
}
.custom-od-section-2{padding: 10px 0px 100px 0px;}
.ct-sec2-form .form-control {
    padding: 11px 13px;
    font-size: 17px;
    font-weight: 500;
    line-height: 40px;
    color: #000;
    background-color:#fff;}
.ct-sec2-form .form-control::placeholder{color: #000;}
.custom-order-img img{border-radius: 20px;}

.ctdt-img img{border-radius: 20px;}
.ctod-sec2-heading1 {font-size: 22px;font-weight: 500;color: #fff;font-family: 'Mona-Sans';}
.custom-od-box {
    position: relative;z-index: 0;
}
.ctdt-num {
    font-size: 40px;
    top: 15px;
    left: 20px;
    position: absolute;
    z-index: 999;
    color: #000;
}
.ct-od-text{
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}
.ct-od-text p{font-size: 18px;line-height: 32px;font-weight: 400; color: #fff;}
.ctdt-num{font-size: 50px;font-weight: 500;color: #fff;font-family: 'Mona-Sans';}
.custom-sec2-heading{padding-bottom: 30px;}
.custom-od-box1{margin-top: 60px;}
.ctod-list li{font-size: 19px;padding-bottom: 2px; font-weight: 500;color: #000; list-style: disc;}

.custom-od-section-3 {padding: 100px 0px;background: #e2d3b7;}
.ctod-sec3-img img{border-radius: 20px;}
.ctod-list{padding-left: 20px;}

.custom-od-section-4 {padding: 100px 0px;background: #fff;}
.ctod-sec4-form{padding-left: 0px;} 
.ctod-sec4-text {
     padding: 50px 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: -90px;
    position: relative;
    z-index: 99;
    background: #fff;    border-color: #000 !important;
}
.image-animation img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ctod-sec4-img{position: relative;z-index: 0;}
.shdt-sec1-heading1{font-size: 30px;font-weight: 500;color: #000;}
.shdt-list{padding-bottom: 12px; display: flex;gap:8px;}
.shop-dt-color{display: flex;gap: 4px;}
.shdt-list li{font-size: 16px;padding: 5px 12px; background: #f7d39e;color: #000;}
.shop-dt-container{padding-bottom: 20px; display: flex;gap: 4px;}
.hair-length li{font-size: 16px;padding: 5px 22px; background: #f7d39e;color: #000;}
.hair-length a{color: #000;font-weight: 500;}
.shdt-list li a{color: #000;font-weight: 500;}
.hair-length {
    padding-bottom: 30px;
    display: flex;
    padding-right: 246px;
    gap: 4px;
    flex-wrap: wrap;}
.shop-dt-section-1 {padding: 180px 0px 100px 0px;}


.qty-cart-box {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 15px;

}

.qty-control {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 14px 18px;
  border-radius: 0px;
  box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
}

.qty-btn {
  border: none !important;
  background: #ffff;
  font-size: 20px;
  cursor: pointer;

}

#quantity {
  font-size: 18px;
  font-weight: bold;color: #000
}

.add-cart-btn {
  padding: 12px 30px;
  background: #f3cd8d;
  border: 2px solid #000;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
.shopdt-btn1{margin-left: 30px;}

.shop-dt-btn2{font-size: 16px;font-weight: 600;color: #000;text-decoration: double;text-transform: uppercase;}
.shop-dt-btn2{}

.shop-dt-btn2 i {
  display: inline-block;
  transition: transform 0.3s ease;
   transform: rotate(290deg);
}

.shop-dt-btn2:hover i{transform: rotate(180deg);}
.shop-dt-section-2 {padding-bottom: 100px;}
.spdt-active.active{
  padding: 16px 24px;
    font-size: 20px;
    font-weight: 400;
    color: #000 !important;
    background-color: #f7d39e !important;
    border: none !important;
    border-radius: 5px !important;

  }
.spdt-button{
   padding: 16px 30px;
   margin-right: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #f7d39e !important;
}
.nav-tabs.shop-dt-border {padding-bottom: 40px;border-bottom: none !important;}
.spdt-text-conatainer{padding: 30px;background: #fff;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.shop-dt-section-3{padding-bottom: 100px;}
.shop-section-1{padding: 100px 0px;}

.filter-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

.sort-label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.sort-select {
    padding: 20px 10px;
    font-size: 16px;
    border: 1px solid #dedede;
    background: #fff;
    outline: none;
    cursor: pointer;
    width: 280px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.product-count {
    font-size: 16px;
    color: #000;
}

.footer-menu .wpcf7-response-output {margin: 0 0 10px !important;font-size: 15px !important;}	


.width-banner2image {
    max-width: 800px;
}

.custom-od-section-4 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: auto;
    height: auto;
    border-radius: 0;
    background: #f8ce93;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-family: 'Mona-Sans' !important;
    position: relative;
    right: 0;
    top: auto;
    transform: translateY(0);
    border-radius: 60px;
	padding: 15px 30px;
	box-shadow: 10px 5px 0px #000, 0 6px 15px rgba(0, 0, 0, 0.15);
}
.ctod-sec4-form.ct-sec2-form .text-start {
    margin: 0 !important;
}

#mnmwp-main-menu ul ul li a {
    background: #f7d39e !important;
    color: #000000 !important;
    font-weight: 500;
	transition:0.7s ease-in-out !important;
}
#mnmwp-main-menu ul ul > li:hover > a {
    background: #333333 !important;
    color: #ffffff !important;
}
#mnmwp-main-menu ul ul {
    padding-top: 15px !important;
    box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
}



@media (max-width: 1600px){
body, html{ overflow-x: hidden}	

.navbar a, .navbar a:focus {padding: 0 10px 0px 10px;}
.logo img {width: 155px;}
.navbar {padding: 36px 50px;}
.nav-right a i {font-size: 24px;margin-left: 0px;}
.home-banner-heading {font-size: 80px;line-height: 95px;padding-bottom: 10px;}
.banner-btn {margin: 40px 0px 90px 0px;}
.home-section-1 {padding: 65px 0px;}
.home-section-1 .row.mb-5{margin-bottom: 30px;}
.hm-sec1-price {padding: 10px 0px 10px 0px;}
.home-section-2 {padding: 80px 0px;}
.hm-common-heading {font-size: 55px;}

.hm-sec2-space {padding-top: 210px;}
.hm-sec2-space {padding-top: 210px;}
.home-section-3 {padding: 90px 0px;}
p {line-height: 28px;}
.home-section-4 {padding: 80px 0px;}
.hm-sec4-text p {padding: 20px 400px;}
.hm-sec5-text {padding: 30px;}
.home-section-5 {height: 85vh;}
.hm-sec5-text p {font-size: 19px;line-height: 29px;}
.home-section-6 {padding: 80px 0px;}
.collection-section {height: 100vh;}
.img1 {width: 420px;height: 440px;}
.img2 { width: 700px;height: 531px;left: 25%;}
.img3 { width: 450px;height: 470px;}
.home-section-7 {padding: 80px 0px;}
.footer-section {padding: 70px 0px 40px 0px;}
.footer-space {padding: 0px 0px 65px 0px;}
.footer-heading-1 {font-size: 34px;padding-bottom: 16px;}
.footer-item li img {padding-right: 8px;width: 50px;}
.footer-form-input .form-control {padding: 12px 15px;font-size: 17px;}
.footer-form-input a {width: 60px;height: 60px;}
.footer-item-0 li a i {font-size: 38px;}
.footer-item-0 li a {padding: 8px 12px;}
.footer-btm-right p {font-size: 17px;}
.footer-btm-left p {font-size: 17px;}
.home-section-2 .box-hover { width: 100%;}
.nav-right { gap: 10px;}	
.inner-banner { padding-top: 100px;}	
.inner-banner-text-heading {font-size: 90px;}
.contact-section-1 {padding: 80px;}
.ct-sec1-box { padding: 40px 10px;}	
.contact-setion-2 {padding: 80px 0px;}	
.ct-sec2-form {padding-left: 10px;}	
.ct-sec1-box p { margin: 0;}	
	
	
}







@media (max-width: 1440px) {
.navbar a, .navbar a:focus {padding: 0 5px 0px 5px;}
.home-banner-heading {font-size: 68px;line-height: 78px;padding-bottom: 7px;}
.hm-common-heading {font-size: 50px;}
.footer-item li img {padding-right: 0px;width: 30px; }
.navbar {padding: 36px 40px;}
.button-3d {padding: 11px 25px 9px;font-size: 17px;}	
.hm-sec3-text {padding: 35px 40px 35px 35px;}	
 .hm-sec4-text p {padding: 20px 250px; }	
.home-section-6 {padding: 80px 0px 160px;}	
.footer-item-1 li { padding-bottom: 10px !important;}
.top-container { padding: 0 30px;}
.footer-section {padding: 60px 0px 30px 0px;}
.footer-form-input {  margin-bottom: 0px;}	
.footer-form-input p {margin-bottom: 0;}	
 .banner-btn {margin: 40px 0px 50px 0px;}	
.inner-banner-text-heading { font-size: 80px;}	
.about-section-1 { padding: 80px 0px;}
.about-section-2 {padding: 60px;}	
.ct-map iframe { height: 460px;}	
.ct-sec2-form .form-control {padding: 8px 13px;font-size: 15px;}	
.ct-sec2-form .text-center {margin: 0 !important;}	
.cont-sec2-heading { font-size: 40px; padding-bottom: 10px;}	
.ct-sec2-form p { margin-bottom: 5px;}	
.ct-od-text p {font-size: 17px;line-height: 25px;}	
.custom-od-section-2 {padding: 10px 0px 90px 0px;}	
.custom-od-section-3 { padding: 80px 0px;}	
.ctod-sec4-text {padding: 40px 20px;}	
.custom-od-section-4 {
    padding: 70px 0px;
    background: #fff;
}	
	
	
}




@media (max-width: 1400px) {
.navbar>ul>li {padding: 10px 0 10px 2px;}
.home-section-6 {padding: 80px 0px 30px;}
 .footer-space {padding: 0px 0px 50px 0px;}	

}






@media (max-width: 1366px) {
.top-nav-bar {padding: 8px 0px;}
.navbar {padding: 35px 30px;}
#mnmwp-main-menu > ul > li > a {padding: 13px;font-size: 17px;}	
.home-banner-heading { font-size: 65px;line-height: 74px;}
.home-banner-text p {font-size: 20px;line-height: 32px;}	
.banner-btn {margin: 30px 0px 60px 0px;}	
.hm-banner-box-heading {font-size: 22px; margin-top: -42px;}
.home-banner {padding: 97px 0px 0px 0px;}	
.nav-right a i {font-size: 22px; margin-left: 0px; }
.nav-right {gap: 10px;}
.home-section-1 { padding: 55px 0px;}	
.hm-common-heading {font-size: 45px;}
#home-sec1-slider .owl-dots {padding: 30px 0px 0px 0px;}
#home-sec1-slider .owl-dot.active {top: 30px;}	
.hm-sec2-space p {font-size: 17px;}	
.hm-sec2-space {padding-top: 160px;}
p {line-height: 28px;font-size: 17px;}
.home-section-3 {padding: 80px 0px;}	
.home-section-4 {padding: 60px 0px;}
.hm-sec4-text p {padding: 20px 200px;}
.home-section-3 {padding: 70px 0px;}
.hm-sec0-heading {font-size: 35px;font-weight: 400;}	
.hm-sec0-text {padding-left: 0px;}
.home-section-6 {padding: 60px 0px 280px;}
.footer-section {padding: 50px 0px 20px 0px;}
.footer-heading-1 { font-size: 30px; padding-bottom: 10px;}
.footer-item li a { font-size: 17px;}
.footer-item li { font-size: 17px; padding-bottom: 7px;}
.footer-bottom { padding-top: 20px;}
.footer-space { padding: 0px 0px 40px 0px;}
.footer-form-input .form-control {padding: 7px 15px; font-size: 15px;}
.footer-form-input input.wpcf7-form-control.wpcf7-submit.has-spinner { width: 40px; height: 40px; right: 8px; top: 32%;}
.footer-item-0 li a i {font-size: 33px;}	
.inner-banner {padding-top: 98px;}	
.inner-banner-text-heading {font-size: 70px;}	
.ab-sec1-text {padding-left: 10px;}	
.about-section-1 {padding: 60px 0px;}	
.about-section-2 {padding: 50px;}	
.ct-sec1-box {padding: 30px 10px;}
.ct-sec1-box p {margin: 0;font-size: 17px; }	
.ct-sec1-heading {margin-bottom: 5px;}
.contact-setion-2 {padding: 60px 0px;}	
.contact-section-1 {padding: 60px; }	
.ct-od-text p {font-size: 16px;line-height: 23px;}	
.custom-od-section-3 {padding: 70px 0px;}	
	
	
	
}



@media (max-width: 1360px) {


	
	
}





@media (max-width: 1280px) {
 .home-section-6 {padding: 60px 0px 30px;}
.home-section-6 .img3 {width: 30%;object-fit: cover;}
.home-section-6 .img2 {width: 30%;object-fit: cover;margin: auto;left: 0;right: 0;}
.footer-item-0 li a {padding: 5px 8px; }
.footer-item-0 li a i {font-size: 30px; }
.home-section-6 .img1 { width: 30%;object-fit: cover;}
.home-section-7 {padding: 70px 0px;}
.footer-item li a {font-size: 16px; }
 .hm-sec5-text p { font-size: 17px;line-height: 28px;}	
.ct-sec2-form .form-control {padding: 5px 13px; font-size: 14px;}	
.ctod-sec4-text {padding: 30px 20px;}	

	
	
}


@media (max-width: 1152px) {
.home-banner-heading {font-size: 55px;line-height: 64px; }
 .navbar { padding: 35px 20px;}
#mnmwp-main-menu > ul > li > a {padding: 10px;font-size: 15px;}
.home-section-2 {padding: 60px 0px; }
.banner-btn {margin: 20px 0px 40px 0px;}
.hm-sec3-text {padding: 25px 30px 25px 25px;}
p { line-height: 27px;font-size: 16px;}
.hm-common-heading { font-size: 40px;}
.hm-sec4-text p {padding: 10px 90px; }
.hm-sec0-heading {font-size: 30px;font-weight: 400;}
.home-section-0.home-section-3 .hm-sec0-text p {margin-bottom: 13px;}
.footer-space { padding: 0px 0px 30px 0px;}
.footer-section {padding: 40px 0px 10px 0px; }
.footer-heading-1 {font-size: 27px;padding-bottom: 5px;}
.home-section-6 { padding: 60px 0px 180px;}
 .inner-banner-text-heading {font-size: 60px;}	
.ct-sec1-box p a {color: #000;word-break: break-all;}
.ct-sec1-heading {margin-bottom: 5px; font-size: 25px;}
.ct-od-text {bottom: 0px; left: 10px;}	
.ctod-sec2-heading1 { font-size: 19px;}	
.ct-od-text p { font-size: 15px;line-height: 21px;}	
.custom-od-section-2 {padding: 10px 0px 70px 0px;}	
.custom-od-section-3 {padding: 60px 0px;}	
.ctod-list li { font-size: 18px;}	
.custom-od-section-4 input.wpcf7-form-control.wpcf7-submit.has-spinner {font-size: 17px;padding: 12px 20px;}	
	
	
}




@media (max-width: 1024px) {
.navbar a, .navbar a:focus { padding: 0 5px 0px 5px;color: #000;}
.home-banner-heading {font-size: 50px;line-height: 58px;}
#mnmwp-main-menu > ul > li > a {padding: 8px;font-size: 14px;}
.banner-btn {margin: 15px 0px 30px 0px;}	
.home-banner-text p {font-size: 18px; line-height: 28px;}
.button-3d {padding: 10px 22px 8px;font-size: 16px;}
.home-section-1 {padding: 35px 0px;}	
.home-section-3 {padding: 50px 0px;}
.hm-common-heading {font-size: 38px;margin: 0;}
.home-section-4 { padding: 40px 0px;}
.home-section-6 {padding: 50px 0px 120px;}
.home-section-7 {padding: 50px 0px;}	
.about-section-2 {padding: 40px;}	

	
	
}



@media (max-width: 991px) {
.navbar a, .navbar a:focus {color: #000;}
.is_mobile #mnmwp-main-menu {position: absolute !important;right: 0 !important;top: 18px !important;}
#mnm-menu-button {padding: 0 !important;width: fit-content;margin-left: auto !important;}
.is_mobile #mnmwp-main-menu ul li a {color: #fff !important;padding: 10px 20px !important;}
.is_mobile #mnmwp-main-menu ul > li.has-sub .mnm-submenu-button:before {background: #fff !important;}
.is_mobile #mnmwp-main-menu ul > li.has-sub .mnm-submenu-button:after {background: #fff !important;}
.home-banner {padding: 70px 0px 0px 0px;}
.nav-center { position: absolute; left: 10px; transform: translateX(0%) !important;}	
.hm-banner-box-heading {font-size: 20px;margin-top: -36px; }	
.nav-right {gap: 10px;justify-content: center;right: 60px; position: absolute; }	
.top-container {padding: 0 20px; }
.home-banner-heading {font-size: 47px;line-height: 52px; }
.container { max-width: 95%;}	
.home-section-6 {padding: 50px 0px 100px;}
 .hm-sec4-text p {padding: 10px 0px;}
.navbar {padding: 35px 20px;width: 100%;max-width: 100%;position: fixed !important; height: fit-content;}
#home-sec1-slider .owl-dots {padding: 30px 0px 0px 0px;width: 50%; display: flex;justify-content: center;}
button#toggle { position: relative; right: 10px;}
#home-sec1-slider .owl-dot span { background-color: #e5e5e5;width: 100%;height: 3px;margin: 2px;  border-radius: 0%; position: absolute;}	
.navbar ul { top: 19px;}
.home-section-5 {height: auto;padding: 80px 0;}
.inner-banner {padding-top: 70px;}
.about-section-1 { padding: 50px 0px;}
.contact-section-1 {padding: 40px 20px 20px;}
.cont-sec2-heading {font-size: 36px;padding-bottom: 10px;}
.contact-setion-2 {padding: 40px 0px;}
	
	
	
}



@media (max-width: 912px) {
.home-banner-heading {font-size: 44px;line-height: 48px; }
.home-section-3 {padding: 40px 0px;}
.collection-section {height: 57vh;}
 .ct-od-text {bottom: 10px;left: 20px;right: 10px;}	
	
	
}


@media (max-width: 820px) {
#home-sec4-slider .owl-dots {display: flex; position: relative;bottom: 0px;justify-content: center;padding: 20px 0px 0px 0px;}
.home-banner-heading {font-size: 40px;line-height: 46px;}
.width-banner2image {max-width: 100%;}	
.home-section-6 {padding: 50px 0px 190px; }
.home-section-5 {height: auto;padding: 50px 0;}
.hm-banner-box-heading { font-size: 17px;margin-top: -31px; }
.top-container {padding: 0 10px;}
.footer-heading-1 {font-size: 27px; padding-bottom: 5px;margin: 20px 0 5px;}
 .inner-banner-text-heading {font-size: 50px;}	
 .custom-od-section-3 { padding: 40px 0px;}	
.custom-od-section-2 { padding: 0px 0px 50px 0px;}	
.custom-od-section-4 {padding: 50px 0px;background: #fff;}
	
	
}





@media (max-width: 768px) {
.home-section-6 { padding: 50px 0px 270px;}
	
	
}


@media (max-width: 767px) {
.home-banner-text { margin: 20px 0;}
.hm-banner-box-heading { font-size: 19px;margin-top: -31px;}
.hm-banner-box {margin-bottom: 30px;}	
.width-banner2image {max-width: fit-content !important;}
.hm-common-heading {font-size: 35px; margin: 0; }
.hm-sec1-img1 {border-radius: 0px !important; width: 100%;}	
.hm-sec1-box {position: relative;padding: 0;margin: 20px 0 0;}
.hm-sec1-button {text-align: end;position: absolute; right: 10px;top: 34px;}
.hm-sec2-space {padding-top: 0;}
.home-section-1 { padding: 35px 0px; position: relative;}
.hm-sec2-img-space {padding-top: 0;}	
.hm-sec4-img {margin-bottom: 20px;}
.hm-sec3-text {padding: 20px 10px 20px 10px;margin: 0;}
.home-section-6 {padding: 40px 0px;}
.hm-sec5-text { padding: 20px;}
.home-section-5 {height: auto;padding: 40px 0;}
.home-section-2 {padding: 40px 0px; }	
.hm-sec2-image.hm-sec2-img-space {margin-bottom: 15px;}
.hm-sec2-box.hm-sec2-fixed { margin: 10px 0 0;}
.footer-section {padding: 0px 0px 20px 0px;}
.hm-sec4-text.hm-sec6-text { margin-bottom: 30px;}
.home-section-7 {padding: 30px 0px 40px;}
.home-section-6 .img2 {width: 100%;position: relative;}
.collection-section {height: auto;padding: 0;}
.home-section-6 .img3{display:none;}
.footer-btm-right p { font-size: 17px;text-align: left;margin: 0;}
.img1{display:none !important;}
.home-section-7 .mt-5 { margin: 20px 0 0 !important;}
.footer-space {padding: 0px 0px 20px 0px;}
.footer-btm-left p {font-size: 17px; margin: 0;}
.container { max-width: 100%;}	
.inner-banner::after { content: '';position: absolute;top: 0;height: 100%;left: 0;right: 0;width: 100%;background: #0005;}
.inner-banner-text-heading {font-size: 45px;color: #fff; }
.about-section-1 { padding: 30px 0px 40px;}	
.ab-sec1-img2.box-hover { display: none;}
.hm-common-heading.ab-sec1-heading.text-1 {margin-bottom: 5px;}
.ab-sec2-text {margin: 0 0 20px;}
.about-section-2 {padding: 30px 0 10px;}
.ab-sec1-img1 { margin: 40px 0px 0px 0px;}
.about-section-2 {padding: 30px 0;}	
.ab-sec1-images { margin-bottom: 20px;}	
.banner-img img {height: 150px; display: block;margin-left: auto; }
.inner-banner-text-container {bottom: 10%;}
.contact-section-1 {padding: 40px 0px 20px; }	
.ct-sec1-box {padding: 20px 10px;}	
.ct-sec2-form {padding-left: 0px;margin: 20px 0 0;}
.ct-map iframe {height: 230px;}
.ct-sec2-form .form-control { padding: 3px 10px;font-size: 13px;}
.ct-sec2-form textarea.form-control {height: 100px;}
.custom-order-img {margin-bottom: 20px;}	
.custom-od-box1 { margin-top: 0;}	
.custom-od-section-2 .text-center {margin-top: 10px !important;}	
.ctod-sec3-img.image-animation {margin-bottom: 20px;}
.ab-sec1-text { padding-left: 0;}
.custumordersecone { padding-bottom: 10px;}
.custom-od-section-4 {padding: 40px 0px;background: #fff;}
.ab-sec1-text {padding-left: 0;}
.ctod-sec4-text {padding: 30px 10px;margin: 0; }
#mnmwp-main-menu ul ul {padding-top: 0px !important;}	
	
#mnmwp-main-menu ul ul li a {
    background: #f7d39e !important;
    color: #000000 !important;
    font-weight: 500;
    transition: 0.7s 
ease-in-out !important;
}	
	    .navbar ul {
        top: 0px;
    }
}


@media (max-width: 414px) {
.logo img {width: 120px;}
.nav-right {gap: 5px;justify-content: center;right: 60px;position: absolute;}
.inner-banner-text-heading {font-size: 40px;color: #fff;}
	
	
}