@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #000000d2;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}

@font-face {
  font-family: "brunson";
  src: url("../fonts/Brunson.ttf");
}

@font-face {
  font-family: "graff";
  src: url("../fonts/OPTIMistral-Graff.otf");
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #404042;
  font-family: "brunson";
}

h1 {
  font-size: 68px;
  line-height: 1;
}

h2 {
  font-size: 50px;
  line-height: 60px;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  opacity: 70%;
}

.cl {
  color: #8889ba;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.bt {
  display: inline-block;
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #8889ba;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #8889ba;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
}

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

::-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;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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: #fff;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.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;
  text-decoration: underline;
  transform: translate(0, -2px);
}

.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:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.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 */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.1); */
}

/*banner css end*/

/* search bar */

.search-btn {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.4s ease;
  background: transparent;
  opacity: 40%;
}

.search-overlay {
  position: fixed;
  top: -120%;
  left: 0;
  width: 100%;
  height: 140px;
  background: #ffffff;
  z-index: 9999;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.search-overlay.active {
  top: 0;
}

.search-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9091bc;
}

.search-container form {
  display: flex;
  align-items: center;
  width: 60%;
  max-width: 700px;
  position: relative;
}

.search-container input {
  width: 100%;
  padding: 12px 50px 12px 15px;
  border: 1px solid #9091bc;
  border-radius: 4px;
  outline: none;
  background: #f6e2ea;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  font-family: "poppins";
}

.search-container input:focus {
  border-color: #000;
}

.search-container button[type="submit"] {
  position: absolute;
  right: 60px;
  background: none;
  border: none;
  font-size: 17px;
  cursor: pointer;
  color: #9091bc;
}

.search-container span {
  position: absolute;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #9091bc;
}

/* end search box css */

.theme_btn {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  background: #8889ba;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border-radius: 5px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
  height: 55px;
}

.theme_btn:hover {
  background-color: #fff;
  color: #8889ba;
}

.theme_btn .txt {
  padding: 10px 16px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.theme_btn .arrow_btn {
  padding: 21px 23px;
  background-color: #efefef;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.theme_btn:hover .arrow_btn {
  background-color: #8889ba;
  /* border: 1px solid #fff; */
}

.theme_btn:hover .txt {
  color: #8889ba;
}

.theme_btn .arrow_btn img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  transform: rotate(0deg);
  transition:
    transform 0.5s ease,
    filter 0.4s ease;
}

.theme_btn:hover .arrow_btn img {
  transform: rotate(360deg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(43%) saturate(5%)
    hue-rotate(303deg) brightness(103%) contrast(100%);
}

.header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.header_right a {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.4s ease;
  flex-shrink: 0;
  opacity: 50%;
}

.header_right a:hover {
  color: #000;
  background: #fff;
  border: transparent;
  opacity: 1;
}

.topSec {
  background: #f8e2ea;
  padding: 10px 0;
}

/* header start  */

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
  padding-top: 20px;
  background-color: transparent;
}

.search-btn:hover {
  opacity: 1;
  background: #fff;
  border: transparent;
  color: #000;
}

section.banner {
  position: relative;
}

img.banner-bg-img {
  width: 100%;
  object-fit: cover;
}

/* header end   */

span.subheading {
  display: block;
  color: #404042;
  font-family: "graff";
  font-size: 55px;
  line-height: 0px;
  margin: 0px 0 -6px;
  text-shadow: 0px 2px 0px #ffffff;
  position: relative;
}

.banner_text {
  position: absolute;
  top: 21%;
  left: 0;
  right: 0;
  margin: 0px auto;
}

/* about */

.about-img1 {
  height: 500px;
  border-radius: 20px;
  width: 100%;
  object-fit: fill;
}

.abimg-wp {
  height: 280px;
  width: 210px;
  border: 5px solid #fff;
  position: absolute;
  right: -35px;
  bottom: -40px;
  object-fit: cover;
  background: #8889ba;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.about_img {
  position: relative;
  padding-right: 10px;
  padding-bottom: 20px;
}

.about_padding {
  margin-left: 45px;
  margin-top: 30px;
}

span.iner-subheading {
  display: block;
  color: #8889ba;
  font-family: "graff";
  font-size: 65px;
  line-height: 58px;
  margin: 0px 0 -27px;
  text-shadow: 0px 2px 0px #ffffff;
  position: relative;
}

/* about */

/* products */

.serv_main_img img {
  width: 250px;
  object-fit: contain;
  height: 210px;
  border-radius: 10px;
  display: table;
  margin: 0px auto;
}

.serv_main_img {
  text-align: center;
  margin-bottom: -140px;
  padding: 0px 10px 10px;
  position: relative;
  z-index: 99;
}

.serv_main_txt {
  padding: 120px 20px 18px;
  border-radius: 20px;
  background: #f5f5f5;
  transition: 0.5s ease-in;
  text-align: center;
  position: relative;
}

.serv_main_txt p {
  color: #181818;
  transition: 0.5s ease-in;
  margin: 0 auto 20px;
  width: 80%;
}

ul.serv_top_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 14px;
  left: 50%;
  width: 94%;
  transform: translateX(-50%);
  z-index: 99;
  opacity: 0;
  transition: all 0.4s ease;
}

.serv_main_txt h3 a {
  color: #181818;
  font-size: 22px;
  transition: all 0.4s ease;
}

.serv_main_txt h4 {
  font-size: 25px;
  transition: all 0.4s ease;
  /* font-family: "nexabold"; */
}

.serv_main {
  transition: all 0.4s ease;
  margin: 10px 0px;
}

.serv_top_ul a {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #8889ba;
  background: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.4s ease;
  font-size: 16px;
}

.serv_top_ul a:hover {
  color: #ffffff;
  background: #8889ba;
  border: 1px solid #ffffff;
}

.serv_main:hover .serv_main_txt h3 a,
.serv_main:hover .serv_main_txt h4 {
  color: #ffffff;
}

.serv_main:hover .serv_main_txt p {
  color: #fff;
}

.serv_main:hover .serv_main_txt {
  background: #8889ba;
}

.serv_main:hover ul.serv_top_ul {
  opacity: 1;
}

.serv_main_txt h3 a {
  font-family: "brunson";
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  color: #404042;
}

.pdSlider .slick-slide {
  margin: 0px 10px 10px;
  opacity: 1;
}

.ss-arrow button {
  width: 55px;
  height: 55px;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.ss-arrow button img {
  transition: 0.2s;
  filter: brightness(0.5);
}

.ss-arrow button:hover {
  background: #8889ba;
  border: transparent;
}

section.product .container-fluid {
  position: relative;
}

.ss-arrow button:hover img {
  filter: unset;
}

.ss-arrow button.sr-prev-arrow {
  position: absolute;
  top: 63%;
  left: -50px;
}

.ss-arrow button.sr-next-arrow {
  position: absolute;
  top: 63%;
  right: -50px;
}
/* products */

/* quatlity start  */

section.qult {
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8889ba;
}

img.qult-bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0px;
  object-fit: cover;
  opacity: 20%;
}

section.qult span.iner-subheading {
  font-size: 55px;
  text-shadow: 0px 2px 0px #8889ba;
  margin: 0px 0 -14px;
}

section.qult p.mb-0 {
  color: #fff;
  padding: 10px 0 18px;
}

section.qult .theme_btn {
  border: 2px solid #bcb3d0;
}

section.qult .theme_btn:hover {
  border: transparent;
}

/* quatlity end  */

/* chose start  */

img.chose_img1 {
  height: 560px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.chosWp {
  position: relative;
  width: 85%;
  margin: 0px auto;
}

.chos-header {
  width: 620px;
  background: #fff;
  border-radius: 0px 0px 24px 0px;
  position: relative;
  padding: 0px 20px 10px 0px;
}

.chos-header span.iner-subheading {
  margin: 0px 0 -14px;
}

.chos-body {
  padding: 10px 0;
}

.chos-body li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.chos_wps {
  margin-left: 30px;
}

/* chose end  */

/* Living design start  */

section.living-sec span.iner-subheading {
  margin: 0px 0 -13px;
  font-size: 57px;
}

.livingWp {
  width: 84%;
  margin: 50px auto 50px;
}

.liv_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.liv_item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  border-bottom: 1px dashed #e4e4e4;
}

.liv_item-bx {
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0px 0px 20px 10px #00000008;
  transition: 0.3s;
  position: relative;
}

.liv_item-bx h3 {
  margin: 0px;
  transition: 0.2s;
}

.liv_item-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.liv_item-bx:hover {
  background: #8889ba;
  transform: scale(1.1);
}

.liv_item-bx:hover img {
  filter: brightness(0) invert(1);
}

.liv_item-bx:hover h3 {
  color: #fff;
}

/* Living design end  */

/* Review start  */

.product_btn {
  text-align: end;
}

.testi_slider .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

.test_main {
  padding: 24px 10px 24px 0;
  background: transparent;
  transition: all ease-in 0.3s;
  overflow: hidden;
  margin-bottom: 20px;
}

.test_txt h3 {
  transition: all ease-in 0.3s;
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
  color: #151515;
  line-height: 27px;
}
.test_txt span {
  transition: all ease-in 0.3s;
  color: #000000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #d5d5d5;
}

.test_txt p {
  transition: all ease-in 0.3s;
  margin: 20px 0;
  color: #352a25;
  opacity: 50%;
}

.ts_btm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.rating {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2px;
  color: #f9ae0e;
  transition: all ease-in 0.3s;
}

.avatar img {
  box-shadow: 2px 3px 15px rgb(0 0 0 / 39%);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  object-fit: cover;
}

section.rev span.iner-subheading {
  margin: 0px 0 -21px;
  font-size: 58px;
}

/* Review end  */

/* ------------------------------------ Footer ------------------------------ */

.footerSec {
  padding-top: 80px;
  background-color: #404042;
}

.footer-text ul {
  width: 80%;
}

.ul-links {
  padding-left: 15%;
}

.news-inp input {
  width: 100%;
  height: 57px;
  background: #333335;
  color: #fff;
  border: 0px;
  padding: 10px 20px;
  border-radius: 6px;
}

.news-inp input::placeholder {
  color: #fff;
  font-weight: 500;
}

.footer-text ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  gap: 16px;
  padding: 16px 0px;
}

.copyrightsection {
  border-top: 1px solid #ffffff24;
  margin-top: 60px;
}

ul.footer-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  background-color: transparent;
  color: #646465;
  border: 1px solid #646465;
  transition: 0.2s;
  font-size: 15px;
}

ul.footer-socials li a:hover {
  background-color: #8889ba;
  color: #fff;
  border: transparent;
}

.footer-title {
  color: #fff;
  opacity: 1;
  font-size: 15px;
}

footer ul.linkList a:hover {
  text-decoration: underline;
  color: #8889ba !important;
}

.footer-text ul li a:hover span {
  color: #8889ba !important;
  text-decoration: underline;
}

/* Footer css  end */

.search-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.pagespace {
  background: #404042;
  padding: 50px;
}

header .maxWidth {
  max-width: 1400px;
}
