@charset "utf-8";
/* CSS Document */

/* CSS Document © 2026 Envinto */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

::-moz-selection{ background:#7b7d7f; color:var(--primary); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--primary); text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none; font-family:"Montserrat", sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#1C1C18; background: #ffffff; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow:hidden; }
:root {overflow: hidden; overflow-y: scroll; --primary: #ffffff; --secondary:#1C1C18; --global: #501B21; }
a { text-decoration:none; transition:all 0.25s ease-out 0s; outline: none; box-shadow: none;}
a:hover{text-decoration: none;}
h1, h2, h3 , h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{font-family: "Playfair Display", serif;}
p, p span { font-family:"Montserrat", sans-serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:var(--primary-color);
}
::-moz-placeholder { 
  color:var(--primary-color);
}
:-ms-input-placeholder {
  color:var(--primary-color);
}
:-moz-placeholder {
  color:var(--primary-color);
}

section, header, footer {width: 100%; float: left;}

img{max-width: 100%; display: block;}

strong{font-weight: bold;}

.container{width: 94%; max-width: 1320px; margin: 0 auto;}


/* ---------topbar--------- */
.topbar { width: 100%; float: left; background: var(--global); padding: 15px 0; text-align: center;}
.topbar p { font-size: 12px; color: var(--primary);font-weight: 500;}


/* -----------header-wrapp----------- */
.header-wrapp { padding: 10px 0;}
.header-wrapp .header-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.header-wrapp .logo { width: 180px;}
.header-wrapp .logo img { width: 100%;}
.header-wrapp .header-nav {  width: auto;}
.header-wrapp .header-nav ul { width: 100%; display: flex;  flex-wrap: wrap;}
.header-wrapp .header-nav ul li { font-size: 14px; font-weight: 500; text-transform: uppercase; margin: 0 15px;}
.header-wrapp .header-nav ul li a { padding: 5px 0; color: var(--global); position: relative; display: inline-block;}
.header-wrapp .header-nav ul li a:after { content: ""; position: absolute; width: 100%; height: 1.5px; background: var(--global); left: 0; bottom: 0; transition: all .25s ease-in-out; opacity: 0;}
.header-wrapp .header-nav ul li a:hover:after { opacity: 1;}
.header-wrapp .header-nav ul li.active a:after { opacity: 1;}
.header-wrapp .header-btn { display: inline-block; background: var(--global); color: var(--primary); font-size: 12px; font-weight: 500; padding: 12px 25px; border: 1px solid var(--global); border-radius: 30px; text-transform: uppercase;}
.header-wrapp .header-btn:hover { background: transparent; color: var(--global);}



/* -------------banner-wrapp------------ */
.banner-wrapp {  position: relative;}
.banner-wrapp .banner-slider { width: 100%; height: 100%;}
.banner-wrapp .banner-slider .slick-track {display: flex;flex-wrap: wrap;}
.banner-wrapp .banner-slider .slick-track .slick-slide { height: inherit;}
.banner-wrapp .banner-slider .slick-track .slick-slide > div { width: 100%; height: 100%;}
.banner-wrapp .banner-slider .banner-col { width: 100%; height: 100%; position: relative;}
.banner-wrapp .banner-slider .slick-track .slick-slide .banner-col img { width: 100%; height: 100%; object-fit: cover;}
.banner-wrapp .banner-slider  .banner-col .banner-content {  position: absolute; width: 100%; top: 50%; transform: translateY(-50%); z-index: 1;}
.banner-wrapp h1 { font-size: 52px; font-weight: 700; color: var(--primary); margin: 0 0 10px;}
.banner-wrapp p { font-size: 16px; line-height: 1.56; color: var(--primary);  margin: 0 0 20px;}
.banner-wrapp .banner-btns { width: 100%; display: flex; flex-wrap: wrap; gap: 20px;}
.banner-wrapp  .banner-btn1 { display: inline-block; background: var(--global); color: var(--primary); font-size: 12px; font-weight: 500; padding: 12px 25px; border: 1px solid var(--global); border-radius: 30px; text-transform: uppercase;}
.banner-wrapp .banner-btn1:hover { background: var(--primary); color: var(--global);}
.banner-wrapp .banner-btn2 { display: inline-block; background: var(--primary);  color: var(--global); font-size: 12px; font-weight: 500; padding: 12px 25px; border: 1px solid var(--primary); border-radius: 30px; text-transform: uppercase;}
.banner-wrapp .banner-btn2:hover { background: var(--global); color: var(--primary); border-color: var(--global);}
.banner-wrapp .banner-slider .banner-col.left-align .banner-col1 { width: 43%;}
.banner-wrapp .banner-slider .banner-col.center-align .banner-col1 { width: 100%; text-align: center;}
.banner-wrapp .banner-slider .banner-col.center-align .banner-col1 .banner-btns { justify-content: center;}
.banner-wrapp .banner-slider .banner-col.right-align .banner-col1 { width: 40%; margin: 0 0 0 auto;}
.banner-wrapp .banner-slider .banner-col:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 30%);}




/* ---------category-wrapp------------ */
.category-wrapp {background: #F6F3EC; padding: 80px 0 40px; text-align: center;}
.category-wrapp h3 { font-size: 10px; font-family: "Montserrat", sans-serif;  color: var(--global); font-weight: 500; letter-spacing: 3.5px; margin: 0 0 10px;}
.category-wrapp h2 { font-size: 38px; color: var(--global); line-height: 1; margin: 0 0 50px;}
.category-wrapp h2 span { display: block;}
.category-wrapp .category-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.category-wrapp .category-col1 { width: 14.28%; padding: 0 18px; margin: 0 0 40px;}
.category-wrapp .category-col1 .cat-img { width: 100%; aspect-ratio: 1/1; border-radius: 50%; overflow: hidden; margin: 0 0 10px; border: 4px solid #FFFFFF; box-shadow: 0px 2px 4px -2px #0000001A;}
.category-wrapp .category-col1 .cat-img img { width: 100%; height: 100%; object-fit: cover;}
.category-wrapp h4 { font-size: 12px; font-family: "Montserrat", sans-serif; font-weight: 600; color: #1C1C18; letter-spacing: .4px;}



/* ----------season-wrapp---------- */
.season-wrapp { padding: 80px 0 60px; background: var(--global); position: relative; z-index: 1;}
.season-wrapp:after{content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../images/bg.png) no-repeat center / cover; z-index: -1; opacity: 20%;}
.season-wrapp .season-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.season-wrapp  .season-col1 { width: 30%;}
.season-wrapp .season-col2 { width: 68%; display: flex; flex-wrap: wrap;}
.season-wrapp h2 { font-size: 30px; color: var(--primary); letter-spacing: 6px;}
.season-wrapp h2 span { display: block; font-size: 75px;  color: #FFE088; letter-spacing: normal;}
.season-wrapp h2 i { font-size: 40px; font-family: "Playfair Display", serif;  font-style: italic; letter-spacing: normal;}
.season-wrapp .season-col2 .season-col { width: 31.3%; margin: 0 3% 26px 0; position: relative; height: 355px; border-radius: 10px; overflow: hidden;}
.season-wrapp .season-col2 .season-col:nth-child(3n) { margin-right: 0;}
.season-wrapp .season-col2 .season-col:after { content: ""; position: absolute; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 28.87%, rgba(102, 102, 102, 0) 53.84%); top: 0; left: 0;}
.season-wrapp .season-col2 .season-col img { width: 100%; height: 100%; object-fit: cover;}
.season-wrapp  .season-col .season-cont { position: absolute; width: 100%; left: 0; bottom: 20px; padding: 0 15px; text-align: center; z-index: 1;}
.season-wrapp  h3 { font-size: 18px; color: var(--primary); font-weight: 600; text-transform: uppercase; margin: 0 0 10px;}
.season-wrapp .shop-btn { display: inline-block; background: var(--primary); color: var(--global); font-size: 12px; font-weight: 500; padding: 10px 20px; border: 1px solid var(--primary); border-radius: 30px; text-transform: uppercase;}
.season-wrapp .shop-btn:hover { background: var(--global); border-color: var(--global);  color: var(--primary);}


/* -----------budget-wrapp----------- */
.budget-wrapp {background: #FCF9F2; padding: 80px 0; text-align: center;}
.budget-wrapp h2 { font-size: 38px; color: var(--global); line-height: 1; margin: 0 0 50px;}
.budget-wrapp .budget-row { width: 100%; display: flex; flex-wrap: wrap;}
.budget-wrapp .budget-col1 {  width: 23.5%; margin: 0 2% 0 0; position: relative; overflow: hidden; cursor: pointer;}
.budget-wrapp .budget-col1:nth-child(4) { margin-right: 0;}
.budget-wrapp .budget-col1 img { width: 100%; height: 100%; object-fit: cover;  transition: all .25s ease-in-out;}
.budget-wrapp .budget-cont { position: absolute;  width: 88%; left: 0; right: 0; margin: 0 auto;  bottom: 50px; border: 1px solid #FFFFFF;padding: 20px; z-index: 1;}
.budget-wrapp h3 { font-size: 26px; font-weight: 500; font-family: "Montserrat", sans-serif; color: var(--primary); margin: 0 0 3px;}
.budget-wrapp h6 {  font-size: 10px; font-family: "Montserrat", sans-serif; color: var(--primary); letter-spacing: 3px;}
.budget-wrapp .budget-col1:after { content: ""; position: absolute; background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); width: 100%; height: 100%; top: 0; left: 0;}
.budget-wrapp .budget-col1:hover img { transform: scale(1.08);}



/* -----------trend-wrapp----------- */
.trend-wrapp {padding: 80px 0;}
.trend-wrapp h2 { font-size: 38px; color: var(--global); line-height: 1; margin: 0 0 50px; text-align: center;}
.trend-wrapp .trend-col1 { width: 100%; height: 100%; position: relative; border-radius: 30px; overflow: hidden;}
.trend-wrapp .trend-col1 img { width: 100%; height: 100%;}
.trend-wrapp .trend-col1 .trend-cont { position: absolute; width: 58%; right: 30px; top: 50%; transform: translateY(-50%); z-index: 1; text-align: right;}
.trend-wrapp h3 { font-size: 40px; line-height: 1; color: var(--primary); margin: 0 0 15px; letter-spacing: 5px; text-transform: uppercase;}
.trend-wrapp h3 span { display: block;}
.trend-wrapp  p { font-size: 14px;  color: var(--primary); font-style: italic; margin: 0 0 14px;}
.trend-wrapp .shop-btn { display: inline-block; background: var(--primary); color: var(--global); font-size: 12px; font-weight: 500; padding: 10px 20px; border: 1px solid var(--primary); border-radius: 30px; text-transform: uppercase; letter-spacing: 1px;}
.trend-wrapp .shop-btn:hover { background: var(--global);  border-color: var(--global); color: var(--primary);}
.trend-wrapp .trend-col1:after { content: ""; position: absolute; width: 100%; height: 100%; background: #0000001A; top: 0; left: 0;}
.trend-wrapp .slick-track {display: flex;flex-wrap: wrap;}
.trend-wrapp .slick-track .slick-slide { height: inherit;}
.trend-wrapp .slick-track .slick-slide > div { width: 96%;  margin: 0 auto;}
.trend-wrapp .slick-dots { bottom: -30px;}
.trend-wrapp .slick-dots li { width: 30px; height: 6px; transition: all .25s ease-in-out;}
.trend-wrapp .slick-dots button { width: 30px; height: 6px; transition: all .25s ease-in-out;}
.trend-wrapp .slick-dots button:before { width: 30px; border-radius: 8px; height: 6px; transition: all .25s ease-in-out;}
.trend-wrapp .slick-dots li.slick-active { width: 60px;}
.trend-wrapp .slick-dots li.slick-active button { width: 60px;}
.trend-wrapp .slick-dots li.slick-active button:before { width: 60px;}



/* --------------feature-wrapp---------------- */
.feature-wrapp {padding: 80px 0; background: #E5E2DB; text-align: center;}
.feature-wrapp .feature-row { width: 100%;  display: flex; flex-wrap: wrap;}
.feature-wrapp .feature-col {width: 22%;  margin: 0 4% 0 0;}
.feature-wrapp .feature-col:last-child {   margin-right: 0;}
.feature-wrapp .feature-col .icon { width: 23px; margin: 0 auto 15px;}
.feature-wrapp  h3 { font-size: 18px; color: #501B21; margin: 0 0 12px;}
.feature-wrapp p { font-size: 14px; line-height: 1.56; color: #584141;}




/* ---------------testi-wrapp--------------- */
.testi-wrapp { padding: 50px 0; background: #F6F3EC; position: relative;}
.testi-wrapp .testi-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.testi-wrapp .testi-col1 { width: 42%;}
.testi-wrapp .testi-col2 { width: 54%;}
.testi-wrapp .testi-col1 img {width: 100%;}
.testi-wrapp  .testi-right { width: 94%; max-width: 600px;}
.testi-wrapp h3 { font-size: 14px; color: #501B21; font-family: "Montserrat", sans-serif; letter-spacing: 1.2px; font-weight: 600; margin: 0 0 10px;}
.testi-wrapp .testi-content { width: 100%;}
.testi-wrapp h2 { font-size: 38px; font-weight: 600; color: var(--global); position: relative; padding-bottom: 20px; margin: 0 0 35px;}
.testi-wrapp h2:after { content: ""; position: absolute; width: 48px; height: 1px; background: #FFE088; left: 0; bottom: 0;}
.testi-wrapp .star { width: 100px; margin: 0 0 26px;}
.testi-wrapp .star img { width: 100%;}
.testi-wrapp p { color: #584141; font-size: 20px; line-height: 2; font-style: italic; margin: 0 0 20px;}
.testi-wrapp h4 { font-size: 16px; font-family: "Montserrat", sans-serif; position: relative; padding-left: 40px;}
.testi-wrapp h4:after { content: ""; position: absolute; width: 32px; height: 1px; background: #FFE088; left: 0; top: 50%; transform: translateY(-50%);}
.testi-wrapp .testi-content .testi-slider .slick-track { display: flex; flex-wrap: wrap;}
.testi-wrapp .testi-content .testi-slider .slick-track .slick-slide { height: inherit;}
.testi-wrapp .testi-content .testi-slider .slick-track .slick-slide > div { width: 100%; height: 100%;}
.testi-wrapp .testi-content .testi-slider .slick-track .slick-slide .testi-item { width: 100%; height: 100%;}
.testi-wrapp .testi-content .testi-slider ul.slick-dots { bottom: -30px;}
.testi-wrapp .element { position: absolute; right: 0; width: 20%; top: 50%; transform: translateY(-50%); opacity: 10%;}
.testi-wrapp .element img { width: 100%;}




.contact-wrapp {padding: 80px 0; background: #FCF9F2 url(../images/contact-bg.png) no-repeat center / cover;  position: relative; z-index: 1;}
.contact-wrapp:after { content: ""; position: absolute; width: 100%; height: 100%;  left: 0;  top: 0; background: #FCF9F2; z-index: -1; opacity: .9;}
.contact-wrapp .contact-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact-wrapp  .contact-col1 { width: 48%;}
.contact-wrapp h2 { font-size: 38px; font-weight: 600; color: var(--global); margin: 0 0 15px;}
.contact-wrapp p { font-size: 14px; color: #584141; margin: 0 0 30px; line-height: 1.56;}
.contact-wrapp .contact-info { width: 100%;}
.contact-wrapp .contact-info .contact-item { width: 100%;display: flex; flex-wrap: wrap; margin: 0 0 20px;}
.contact-wrapp .contact-info  .icon { width: 16px; margin: 2px 10px 0 0;}
.contact-wrapp .contact-info  .info { width: 100%; flex: 1;}
.contact-wrapp .contact-info .info h4 { font-size: 16px; font-family: "Montserrat", sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: 1.2px; color: var(--global);}
.contact-wrapp .contact-info .info p { color: #1C1C18; margin: 0 0 0;}
.contact-wrapp .contact-info .info p a { color: #1C1C18;}
.contact-wrapp .contact-info .info p a:hover { color: var(--global);}
.contact-wrapp .contact-col2 {  width: 45%;}
.contact-wrapp .contact-form { width: 100%; background: #FCF9F2; border: 1px solid #E0BFBF; padding: 30px;  border-radius: 12px;}
.contact-wrapp .contact-form h3 { font-size: 20px; font-weight: 600; color: var(--global);  margin: 0 0 20px;}
.contact-wrapp .contact-form .form-group { width: 100%; margin: 0 0 10px;}
.contact-wrapp .contact-form  label { color: #584141; font-size: 14px;  display: block; margin: 0 0 5px;}
.contact-wrapp .contact-form input { width: 100%; height: 48px; background: none;  border: 1px solid #E0BFBF; border-radius: 8px; margin: 0 0 10px; padding: 10px 15px;  color: #584141;}
.contact-wrapp .contact-form textarea { width: 100%; height: 90px; background: none; border: 1px solid #E0BFBF; border-radius: 8px; margin: 0 0 10px; padding: 10px 15px;   color: #584141; resize: none;}
.contact-wrapp .contact-form button.btn {display: inline-block; background: var(--global); color: var(--primary); font-size: 12px; font-weight: 500; padding: 12px 25px; border: 1px solid var(--global); border-radius: 30px;text-transform: uppercase; font-family: "Montserrat", sans-serif; cursor: pointer;}
.contact-wrapp .contact-form button.btn:hover { color: var(--global); background: none;}



/* --------------footer-wrapp-------------- */
.footer-wrapp {padding: 70px 0 10px; background: #501B21; position: relative;}
.footer-wrapp .footer-row { width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 40px;}
.footer-wrapp .footer-col1 { width: 25%;}
.footer-wrapp .logo { width: 200px; margin: 0 0 20px;}
.footer-wrapp p { font-size: 14px; color: var(--primary); line-height: 1.5;opacity: 70%;}
.footer-wrapp h3 { font-size: 16px; font-family: "Montserrat", sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: 1.2px; color: var(--primary); margin: 0 0 12px;}
.footer-wrapp ul { width: 100%;}
.footer-wrapp ul li { display: block; font-size: 14px; color: var(--primary); margin: 0 0 12px;}
.footer-wrapp ul li a { color: var(--primary); opacity: 70%;}
.footer-wrapp .footer-col2 { width: 20%;}
.footer-wrapp .footer-col3 { width: 25%;}
.footer-wrapp ul li a:hover { opacity: 1;}
.footer-wrapp .social-links { display: flex; flex-wrap: wrap;}
.footer-wrapp .social-links li { margin: 0 12px 0 0; width: 24px;}
.footer-wrapp .social-links li img { width: 100%;  transition: all .25s ease-in-out;}
.footer-wrapp .social-links li:hover img { opacity: 60%;}
.footer-wrapp .footer-bottom { width: 100%; padding: 20px 40px 10px 40px; display: flex; flex-wrap: wrap; justify-content: space-between; border-top: 1px solid #FFFFFF66;  margin: 20px 0 0;}
.footer-wrapp .footer-bottom p { letter-spacing: 0.5px;}
.footer-wrapp .footer-bottom p span {  font-weight: 700;}
.footer-wrapp .footer-bottom p a { font-weight: 600; color: var(--primary); text-decoration: underline;}
.footer-wrapp .footer-bottom p a:hover { text-decoration: none;}
.footer-wrapp .element1 {position: absolute; width: 19%; left: 0; top: 0;}
.footer-wrapp .element2 {position: absolute; right: 0; top: 0; width: 20%;}
.footer-wrapp .element1 img, .footer-wrapp .element2 img { width: 100%;}
