
/*!
Theme Name: Hmd
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@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=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

/* font-family: "Montserrat", sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
body {
  margin: 0;
  padding: 0;
  font-family: var(--montserrat-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 300;
  font-style: normal;
  color: var(--black);
  font-size: 15px;
  line-height: 1.4;
  background-color: var(--white-color);
}
:root {
  scroll-behavior: inherit;
  --hdng-clr: #5a5a5a;
  --black: #000000;
  --white-color: #ffffff;
  --menu-color: #707070;
  --dark-grey-color: #848484;
  --montserrat-font: "Montserrat", sans-serif;
  --playfair-font: "Playfair Display", serif;
}
b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: #000;
  font-weight: 700;
  font-family: var(--playfair-font);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-size: 80px;
}

h2,
.h2-title {
  font-size: 48px;
}

h3,
.h3-title {
  font-size: 40px;
}

h4,
.h4-title {
  font-size: 36px;
}

h5,
.h5-title {
  font-size: 32px;
}
h6,
.h6-title {
  font-size: 25px;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: #ecb61e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: red;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.7);
  height: 58px;
  padding: 0 16px;
  outline: none !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 12px 16px;
  width: 100%;
  color: #000;
  height: 158px;
  outline: none !important;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: #eab71e;
  color: #000000;
  height: 58px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;

  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: #000;
  color: #eab71e;
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
#scroll:hover {
  background: #88a725;
}
#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 200px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 24px;
  padding: 20px 0;
  position: relative;
  line-height: 1;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: var(--menu-color);
  font-size: 21px;
  line-height: 1.2;
  position: relative;
  font-weight: 500;
}

.navbar-nav > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--menu-color);
  /* opacity: 0; */
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav > li.current-menu-item > a {
  color: var(--menu-color);
  font-weight: 700;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  font-weight: 700;
}

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  width: 100%;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu > li > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  color: var(--menu-color);
  font-weight: 700;
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}
#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
/* for push-menu end*/

/* start mc 1-4-24 */

/* header start */
.main-head {
  /* position: fixed;
  left: 0;
  top: 0; */
  width: 100%;
  /* z-index: 1000; */
  background: var(--white-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 24px 0 15px;
}
/* header end */

/* main banner start */

.main-banner {
  /* height: 100vh; */
  overflow: hidden;
  position: relative;
  height: calc(100vh - 150px);
}

.banner-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.banner-list-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.banner-list-item {
  width: 14.2856%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.banner-list-item:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}

.banner-image-wrapper .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner-image-wrapper .banner-image.result_hover {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.4s;
}

.banner-image-wrapper .banner-image.active {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
}

.bl-bottom-con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(138, 138, 138, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bl-bottom-con span {
  font-weight: 400;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}

.bl-center-con-in {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
}

.bl-center-con-in .h3-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 32px;
}

.bl-center-con-in p {
  font-size: 15px;
  margin: 0 0 32px;
}

.bl-center-con-in a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-decoration-line: underline;
  color: #000000;
  display: inline-block;
  text-decoration: underline !important;
}

.bl-center-con-in a:hover {
  font-weight: 700;
}

.banner-list-item.active {
  background-color: rgba(255, 255, 255, 0.6);
}

.banner-list-item.active .bl-center-con-in {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
}

.banner-list-item .bl-bottom-con {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
}

.banner-list-item.active .bl-bottom-con {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
}

.bl-bottom-con span {
  font-size: 25px;
}

/* main banner end */

/* dece sec start */
.dece-rit {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 50px;
}
.dece-rit li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.dece-rit li:last-child {
  margin-bottom: 0;
}
.dece-rit li span {
  font-weight: 500;
}
.dece-rit li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: var(--black);
}
.dece-sec {
  position: relative;
  z-index: 1;
}
.dece-back-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 800px;
  z-index: -1;
  opacity: 0.4;
  max-height: 800px;
  object-fit: cover;
}
.dece-blk {
  position: relative;
  padding: 76px 50px 0 0;
}
.dece-blk::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(6px);
  -moz-backdrop-filter: blur(6px);
}
.dece-blk .rowspan {
  --bs-gutter-x: 30px;
}
.dece-blk .read-more-link {
  font-size: 15px;
  color: #5a5a5a;
  font-weight: 500;
  text-decoration: underline !important;
}
.dece-blk .read-more-link:hover {
  font-weight: 700;
}
.stonebg {
  position: absolute;
  left: 0;
  bottom: -36%;
  width: 65%;
  z-index: -1;
}
.pstn-rltv {
  position: relative;
}
.stonebg2 {
  position: absolute;
  right: 0;
  bottom: -36%;
  width: 38%;
  z-index: -1;
}
.dece-figure {
  height: 100%;
  margin-bottom: 0;
}
.dece-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.deca-lft {
  position: relative;
  height: 100%;
}
.deca-lft-innr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(16.5px);
  padding: 6px 52px 46px 52px;
  min-height: 226px;
  display: flex;
  align-items: center;
  -webkit-backdrop-filter: blur(16.5px);
  -moz-backdrop-filter: blur(16.5px);
}
.deca-lft-innr .h1-title {
  color: var(--white-color);
  font-weight: 400;
}
/* dece sec end */
/* end mc 1-4-24 */

/* S.S Css Begin 01-04-2024 */

/* Gallery Section Begin */

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.cstm-row {
  --bs-gutter-y: 154px;
  display: flex;
  flex-wrap: wrap;
  margin-top: -154px;
  width: 100%;
}
.cstm-row > * {
  /* flex-shrink: 0; */
  width: 50%;
  margin: 0 auto;
  margin-top: var(--bs-gutter-y);
}

.gallery-card {
  display: flex;
}
.gallery-img {
  position: relative;
}


.card-content {
  backdrop-filter: blur(16.5px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gl-cmn-btn {
  color: var(--white-color);
  font-size: 25px;
  background: var(--dark-grey-color);
  padding: 12px 20px;
  width: 100%;
  font-weight: 500;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  text-align: center;
  text-decoration: underline !important;
}
.gl-cmn-btn:hover {
  color: var(--white-color);
  background: var(--black);
  font-weight: 700;
}

/* End of Gallery Section */

/* Footer Section Begin */

.footer-sec {
  background: var(--dark-grey-color);
  padding: 68px 0 69px;
}
.footer-outer {
  padding: 0 55px 0 53px;
}
.footer-sec.stikybottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-widget-wrp:first-child {
  width: 18%;
}
.footer-widget-wrp:nth-child(2) {
  width: 15%;
}
.footer-widget-wrp:nth-child(3) {
  width: 41%;
  padding-right: 90px;
  border-right: 2px solid var(--white-color);
}
.footer-widget-wrp:nth-child(4) {
  width: 26%;
  padding-left: 88px;
}
/* .footer-widget-wrp:last-child{
    width: 28.5%;
} */
.footer-widget {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget li a {
  font-size: 15px;
  color: var(--white-color);
  display: block;
}
.footer-widget li.curr-menu a {
  color: var(--black);
}
.footer-widget li a:hover {
  color: var(--black);
}
.footer-widget li {
  line-height: 1.2;
}
.ftr-wdgt-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 9px;
  color: var(--white-color);
  display: block;
}
.contact-info .address {
  color: var(--white-color);
}
.info-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 16px;
}
.contact-info-wrp {
  display: flex;
  align-items: flex-start;
}
.contact-two {
  margin-left: auto;
}
.social-handlers {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.social-handlers li {
  line-height: 1;
}
.social-handlers li:not(:last-child) {
  margin-right: 18px;
}
.social-handlers li a {
  font-size: 22px;
  color: var(--dark-grey-color);
  width: 50px;
  line-height: 1;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--white-color);
}
.social-handlers li a:hover {
  background: var(--menu-color);
  color: var(--white-color);
}
.social-card-wrp .ftr-wdgt-title {
  margin-bottom: 44px;
}

/* End Of S.S Css 01-04-2024 */

/* start mc 2-4-24 */
.hmd-stone-blk {
  position: relative;
}
.hmd-stone-sec {
  position: relative;
  z-index: 1;
  padding-bottom: 418px;
  overflow-x: hidden;
}
.hmd-lft-innr {
  min-height: 130px;
}

.hmd-stone-lft {
  padding-top: 144px;
}

.hmd-stone-lft .read-more-link {
  font-size: 15px;
  color: #5a5a5a;
  text-decoration: underline !important;
  font-weight: 500;
}
.hmd-stone-lft .read-more-link:hover {
  font-weight: 700;
}
.hmd-stone-lft p {
  margin-bottom: 34px;
}
.stone-ul {
  display: flex;
  align-items: center;
  justify-content: right;
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  right: -98px;
  margin-bottom: 0;
  bottom: -325px;
}
.stone-ul li:not(:first-child) {
  margin-left: 48px;
}
.stone-ul li img {
  max-height: 230px;
  object-fit: contain;
}
.hmd-stone-bg2 {
  right: auto;
  left: 0;
  bottom: -210px;
  width: 43%;
  position: absolute;
  z-index: -1;
}
/* end mc 2-4-24 */

/* mc1pm start */
.contact-one {
  padding-right: 30px;
}
.dsktop-stone-img {
  display: none;
}
.dsktop-stone-img2 {
  display: none;
}
.stone3-cls {
  display: none;
}
.stone0-cls {
  display: none;
}
.dsktpul {
  display: none;
}
/* mc1px end */

/* SS Css Begin 02-04-2024 */

/* inner Banner Begin */
.inner-bnr {
  position: relative;
  width: 100%;
  min-height: 655px;
}
.inner-bnr-img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.inner-bnr-img::before {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 67.87%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.inner-bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* End of inner Banner */

/* About Sec Begin */

.sec-heading {
  font-size: 80px;
  font-weight: 500;
  color: var(--hdng-clr);
  line-height: 1.3;
  text-align: center;
}
.abt-outer .sec-heading {
  margin-bottom: 106px;
}
.abt-sec {
  padding: 52px 0 212px;
  overflow: hidden;
}
.abt-card-content {
  padding-right: 25px;
}
.abt-card-content h2 {
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--hdng-clr);
  font-size: 36px;
}
.abt-card-content p {
  font-size: 21px;
  font-weight: 300;
  color: var(--black);
  line-height: 1.2;
}
.abt-card-content p:last-child {
  margin: 0;
}
.abt-card-content p strong {
  font-weight: 500;
  color: var(--black);
}
.abt-card-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.abt-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abt-card-img .bricks-img,
.bricks-img {
  position: absolute;
  right: -306px;
  bottom: -193px;
  width: 423px;
  height: 235px;
}
.abt-cards-wrp {
  --bs-gutter-y: 32px;
}
.abt-cards-wrp:nth-child(odd) {
  flex-direction: row-reverse;
}
.abt-cards-wrp:not(:last-child) {
  margin-bottom: 144px;
}
.abt-cards-wrp.second-card .abt-card-img {
  padding-right: 26px;
}
.abt-cards-wrp.second-card .abt-card-content {
  padding: 0;
}
.abt-cards-wrp.second-card .abt-card-content-wrp {
  padding-left: 8px;
}

/* End of About Sec */

/* Product Page Begin */

/* SS Css 03-04-2024 05:20pm */

.product-blk-row input[type="text"]:focus,
.product-blk-row input[type="email"]:focus,
.product-blk-row input[type="password"]:focus,
.product-blk-row input[type="tel"]:focus,
.product-blk-row input[type="url"]:focus,
select:focus,
.product-blk-row textarea:focus {
  border: 1px solid var(--hdng-clr);
}

/* SS Css 03-04-2024 05:20pm */

.products-bnr {
  min-height: 937px;
}
.bnr-content-outer {
  padding: 20px 0 26px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--white-color);
  z-index: 1;
}
.bnr-content {
  max-width: 812px;
  margin-left: auto;
  margin-right: auto;
}
.bnr-content p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 55px;
  color: rgba(90, 90, 90, 1);
}
.scroll-down,
.probtn {
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  color: var(--hdng-clr);
  text-decoration: underline;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.scroll-down:hover,
.probtn:hover {
  color: var(--black);
  font-weight: 700;
}
.scroll-down span,
.probtn span {
  display: block;
  /* margin-top: 5px; */
  transform: translateY(0);
  animation: updn ease-in 1.5s infinite;
  color: rgba(112, 112, 112, 1);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.scroll-down:hover span,
.probtn:hover span {
  color: var(--black);
}
/* @keyframes updn{
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(5px);
  }
  100%{
    transform: translateY(0);
  }
} */
.product-section {
  padding: 75px 0 86px !important;
  margin-bottom: -48px;
}
.container header.product-section{
  display: none;
}
.product-outer {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 75px;
}
.product-img ,.post-type-archive-product ul.products li.type-product a img{
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin: 0;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card {
  text-align: center;
}
.post-type-archive-product ul.products li.type-product .woocommerce-loop-product__title,
.product-name,
.category-name a {
  display: inline-block;
  text-align: center;
  padding: 5px 10px 0;
  color: var(--hdng-clr);
  font-size: 48px;
  font-weight: 500;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
}
.product-name,.post-type-archive-product ul.products li.type-product a {
  display: block;
}
.post-type-archive-product ul.products li.type-product a{
  text-align: center;
}
.category-name a {
  padding: 0;
}
.post-type-archive-product ul.products li.type-product a:hover img,
.product-card:hover .product-img {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.post-type-archive-product ul.products li.type-product .woocommerce-loop-product__title::after,
.product-card .category-name a::after,
.product-card .product-name::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  opacity: 0;
  /* transform: scalex(0); */
  background: currentColor;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.post-type-archive-product ul.products li.type-product a:hover .woocommerce-loop-product__title::after,
.product-card:hover .category-name a::after,
.product-card:hover .product-name::after {
  /* transform: scalex(1); */
  opacity: 1;
}
.cat-page .bnr-content p {
  margin-bottom: 18px;
}
.cat-page .bnr-content {
  margin-bottom: 28px;
}
.cat-section .product-card:hover .product-img {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.product-size {
  font-size: 32px;
  font-family: var(--playfair-font);
  font-weight: 500;
  color: var(--hdng-clr);
  margin-bottom: 15px;
}
.cat-details .price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-details .price > * {
  color: var(--hdng-clr);
  font-size: 25px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
}
.cat-details .price:not(:last-child) {
  margin-bottom: 5px;
}
.cat-details .price p {
  margin-right: 67px;
}
.cat-details .price.old-price > * {
  color: #a5a5a5;
}
.cat-section .product-name {
  margin-bottom: 6px;
}

/* End of Product Page */

/* Distributor Page Begin */

.distributor-sec {
  padding: 65px 0 90px;
}
.distributor-card-bottom {
  width: 100%;
  height: 100%;
}
.distributor-cards-wrp {
  --bs-gutter-y: 100px;
}
.distributor-img-wrp {
  width: 100%;
  position: relative;
  padding-bottom: 98px;
  padding-right: 138px;
}
.distributor-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.distributor-img:hover img {
  transform: scale(1.08);
}
.distributor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.distributor-img-wrp .distributor-logo {
  width: 260px;
  height: 260px;
  right: 0;
  bottom: 0;
  position: absolute;
  border: 15px solid white;
  object-fit: contain;
  background-color: white;
  box-shadow: 0 0 0 3px black;
}
.distributor-card {
  max-width: 674px;
}
.distributor-card-head {
  margin-bottom: 34px;
}
.distributor-card-head h2 {
  margin: 0;
  font-size: 36px;
  color: var(--hdng-clr);
  font-weight: 500;
}
.distributor-cards-wrp .col:nth-child(odd) .distributor-card {
  margin-right: auto;
}
.distributor-cards-wrp .col:nth-child(even) .distributor-card {
  margin-left: auto;
}
.distributor-card-upper {
  min-height: 177px;
  margin-bottom: 44px;
}
.distributor-card-dtl-wrp {
  display: flex;
  align-items: center;
  max-width: 430px;
}
.distributor-dtls-right {
  margin-left: auto;
  max-width: 167px;
  padding-left: 15px;
}
.distributor-dtls-right span {
  font-weight: 500;
  color: var(--black);
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
.distributor-dtls-right p {
  font-size: 15px;
  font-weight: 300;
  color: var(--black);
}
.distributor-dtls-left {
  max-width: 260px;
}
.distributor-dtl {
  display: flex;
  align-items: center;
}
.distributor-dtl:not(:last-child) {
  margin-bottom: 15px;
}
.distributordtl-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.contact-nos {
  width: calc(100% - 30px);
  padding-left: 6px;
}
.contact-nos a {
  color: var(--black);
  font-size: 15px;
  font-weight: 300;
  display: block;
}
.contact-nos a:hover {
  color: red;
}
.sec-heading-wrp {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 82px;
}
.sec-heading-wrp .sec-heading {
  margin-bottom: 35px;
}
.sec-heading-wrp p {
  font-size: 25px;
  font-weight: 300;
  color: var(--black);
}

/* End Of Distributor Page */

/* Contact page Css begin */

.contact-sec {
  padding: 58px 0 48px;
}
.contact-sec .sec-heading-wrp {
  max-width: 1364px;
}
.contact-outer {
  align-items: center;
  --bs-gutter-y: 40px;
}
.contact-left {
  display: flex;
  align-items: flex-start;
  padding-right: 130px;
}
.contact-card:not(:last-child) {
  margin-bottom: 25px;
}
.contact-card > * {
  font-size: 25px;
  color: var(--black);
}
.contact-card p {
  font-weight: 500;
  margin-bottom: 0;
}
.contact-card a,
.contact-card .adress {
  font-weight: 300;
}
.contact-card a:hover {
  color: red;
}
.contact-left-right-inner {
  max-width: 375px;
  margin-left: auto;
  padding-left: 30px;
}
.contact-card-left-inner {
  max-width: 250px;
}
.contact-right {
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.contact-right iframe {
  width: 100%;
  height: 100%;
}

/* End Of Contact page Css */

/* End of SS Css 02-04-2024 */

/* latest product start mc */

/* latest product end mc */

.footer-widget {
  font-weight: 400;
}

/* new page product start */
.product-blk-row input::-webkit-input-placeholder,
.product-blk-row textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #d9d9d9;
}

.product-blk-row input:-ms-input-placeholder,
.product-blk-row textarea:-ms-input-placeholder {
  opacity: 1;
  color: #d9d9d9;
}

.product-blk-row input::-moz-placeholder,
.product-blk-row textarea::-moz-placeholder {
  opacity: 1;
  color: #d9d9d9;
}

.product-blk-row input:-moz-placeholder,
.product-blk-row textarea:-moz-placeholder {
  opacity: 1;
  color: #d9d9d9;
}
.product-form-sec {
  background: #f1f0f0;
  padding: 48px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-form-sec::after,.product-form-sec::before{
  position: absolute;
  content: "";
  width: 10000px;
  height: 100%;
  top: 0;
  z-index: -1;
  pointer-events: none;
  background: #f1f0f0;
}
.product-form-sec::after{
  right: -9999px;
}
.product-form-sec::before{
  left: -9999px;
}
.product-blk-row {
  max-width: 536px;
  margin: 0 auto;
}
.product-blk-row p {
  text-align: center;
}
.product-blk-row input:not(:last-child) {
  margin-bottom: 16px;
}

.product-blk-row input[type="text"],
.product-blk-row input[type="email"],
.product-blk-row input[type="password"],
.product-blk-row input[type="tel"],
.product-blk-row input[type="url"],
select {
  border: 1px solid #d9d9d9;
  background: var(--white-color);
  padding: 0 16px!important;
  height: 54px;
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--montserrat-font);
}

.product-blk-row textarea {
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--montserrat-font);
  border: 1px solid #d9d9d9;
  background: var(--white-color);
  padding: 18px 16px !important;
  height: 108px !important;
  resize: none;
}
.product-blk-row input[type="submit"] {
  background: var(--black);
  height: 54px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--montserrat-font);
  color: var(--white-color);
  min-width: 149px;
  margin: 0 !important;
}
.product-blk-row input[type="submit"]:hover {
  background: var(--hdng-clr);
  font-weight: 700;
}
.submit-div {
  text-align: center;
  margin-top: 16px;
}
.category-cardss {
  min-height: 542px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 57px 28px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.category-cardss:hover::before {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 55.35%,
      rgba(0, 0, 0, 0.6) 100%
    ),
    rgb(0 0 0 / 50%);
}
.category-cardss::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 55.35%,
      rgba(0, 0, 0, 0.6) 100%
    ),
    rgb(0 0 0 / 20%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.category-itemss {
  padding: 0 8px;
}
.category-sliderss .slick-list {
  margin: 0 -8px;
  margin-right: -130px;
}
.category-cardss .h2-title {
  font-weight: 500;
  color: var(--white-color);
  line-height: 1.06;
  font-family: var(--playfair-font);
}
.new-slider-link {
  color: var(--white-color);
  font-weight: 500;
  /* border-bottom: 2px solid var(--white-color); */
  position: relative;
  margin-right: 18px;
}
.new-slider-link:hover {
  font-weight: 700;
}
.new-slider-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: var(--white-color);
  width: 100%;
}
.new-slider-link::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(images/anchor-arrow.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center right;
}

.category-slider-arrw {
  display: flex;
  align-items: center;
  display: none;
}
.category-slider-arrw .slick-arrow {
  border: 0;
  background: transparent;
  margin-right: 11px;
}
.category-slider-arrw .slick-arrow:last-child {
  margin-right: 0;
}
/* .new-gallery-btm {
  margin-top: 112px;
} */

.progress-bar {
  width: 100%;
  margin: 32px 0 16px;
  height: 6px;
  background-color: #f3f3f3;
}

.progress {
  height: 100%;
  width: 0;
  background-color: #707070;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-gallery-sec {
  overflow-x: hidden;
}
/* new page product end */

/* SS Css Begin 03-04-2024 11:54am */

/* Montaj Page Begin */

.montaj-bnr {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.montaj-sec .sec-heading {
  -webkit-text-stroke: 1px var(--black);
}
.montaj-card-content {
  text-align: center;
  padding-top: 47px;
}
.montaj-card-content .h4-title {
  color: var(--hdng-clr);
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 500;
}
.montaj-card-content p {
  font-size: 19px;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 18px;
}
.montaj-card-img {
  width: 100%;
}
.montaj-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.montaj-card-content-wrp {
  position: relative;
}
.floating-img {
  position: absolute;
  bottom: -306px;
  width: 100%;
  pointer-events: none;
}

/* Change */
.montaj-cards-wrp:nth-child(even) .floating-img {
  left: -146px;
}
.montaj-cards-wrp:nth-child(odd) {
  flex-direction: row-reverse;
}
.montaj-cards-wrp:nth-child(odd) .floating-img {
  right: -146px;
}
.floating-img.bricks {
  width: 935px;
  right: 86px !important;
  bottom: -292px;
}
.floating-img.gloves {
  width: 810px;
  bottom: -244px;
}
.floating-img.hammer {
  width: 742px;
}
.montaj-cards-wrp.gtr-12 {
  --bs-gutter-x: 12px;
}
.montaj-cards-wrp:not(:last-child) {
  margin-bottom: 250px;
}
.montaj-sec {
  padding: 52px 0 315px;
}
/* Change */

/* End Of Montaj Page */

.product-card {
  display: block;
  text-align: center;
}
.product-name {
  display: inline-block;
}
.products-bnr .sec-heading {
  margin-bottom: 14px;
}
.products-bnr.cat-page .sec-heading {
  margin-bottom: 0;
}

/* Idei amenajare Page Begin */

.bnr-slider-item-inner {
  width: 100%;
  position: relative;
  height: 931px;
  overflow: hidden;
}
.bnr-slider-item-inner video {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  object-fit: cover;
}
.slider-bnr .banner-slider {
  height: 100%;
}
.slider-bnr .slick-dots {
  position: absolute;
  list-style: none;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-bnr .slick-dots li:not(:last-child) {
  margin-right: 16px;
}
.slider-bnr .slick-dots li button {
  font-size: 0;
  width: 260px;
  height: 16px;
  background: transparent;
  border: 3px solid var(--white-color);
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.slider-bnr .slick-dots li.slick-active button {
  background: var(--white-color);
}
.gallery-sec-main {
  padding: 52px 0 48px;
}
.gallery-main-wrp {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 12px;
}
.gallery-main-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  max-height: 536px;
  position: relative;
}
.gallery-icon-wrp {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.gallery-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.gallery-icon:hover {
  background: var(--white-color);
}
.gallery-icon:hover img {
  filter: brightness(0);
}
.gallery-main-img .gallery-icon img {
  width: 40px;
  height: 40px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.gallery-main-img:hover .gallery-icon-wrp {
  opacity: 1;
}
.gallery-main-img.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}
.gallery-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-sec-main .sec-heading-wrp {
  margin-bottom: 72px;
}
.gallery-main-outer .h4-title {
  text-align: center;
  font-weight: 500;
  color: rgba(90, 90, 90, 1);
  margin-bottom: 22px;
}
.gallery-main-wrp:not(:last-child) {
  margin-bottom: 50px;
}

/* End Of Idei amenajare Page */

/* End Of SS Css 03-04-2024 11:54am */

/* 5.40PM */
.category-cardss:hover .new-slider-link {
  color: var(--white-color);
}
.new-gallery-box img {
  width: 100%;
}
.new-gallery-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.new-gallery-top .rowspan {
  --bs-gutter-x: 46px;
  --bs-gutter-y: 40px;
}
.ngl-rit .rowspan1 {
  --bs-gutter-y: 40px;
}
.plusiconss {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 60%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plusiconss img {
  width: 40px;
}
.new-gallery-box {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.new-gallery-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* z-index: -1; */
  opacity: 0;
}
.new-gallery-box:hover .plusiconss {
  opacity: 1;
}
.new-gallery-box:hover::before {
  opacity: 1;
}
.new-gallery-sec {
  padding: 112px 0;
}
.new-product-banner-con-lft-inr {
  display: flex;
  flex-wrap: wrap;
}
.slider-for {
  width: 80%;
  padding-right: 20px;
}
.slider-nav {
  width: 20%;
}
.new-product-banner-con {
  display: flex;
  flex-wrap: wrap;
  /* --bs-gutter-y: 10px; */
}
.new-product-banner-con-lft {
  width: 68%;
}
.new-product-banner-con-rit {
  padding-left: 40px;
}
.new-product-bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 550px;
}
.new-product-sec {
  position: relative;
  padding: 30px 0 10px;
}
.new-product-bgs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 80%);
}
.slider-nav .sld-for-itm-bx {
  margin-bottom: 60px;
}

.itm-list ul {
  list-style-type: none;
  padding-left: 0;
  color: var(--menu-color);
}
.data-blk > span {
  color: var(--menu-color);
  margin-bottom: 12px;
  display: block;
  line-height: 1;
}
.data-wrap .data-blk:not(:last-child) {
  margin-bottom: 20px;
}
.data-blk p {
  font-weight: 500;
}
.data-wrap {
  margin-bottom: 70px;
}
.para-slider {
  display: flex;
  justify-content: center;
}
.data-wrap .data-blk {
  max-width: 260px;
  margin: 0 auto;
}
.para-slider span {
  width: 22px;
  min-width: 22px;
}
.para-slider p {
  min-width: 300px;
}
/* 5.40PM */

/* SS Css 03-04-2024 05:20pm */

.product-blk-row input[type="text"]:focus,
.product-blk-row input[type="email"]:focus,
.product-blk-row input[type="password"]:focus,
.product-blk-row input[type="tel"]:focus,
.product-blk-row input[type="url"]:focus,
select:focus,
.product-blk-row textarea:focus {
  border: 1px solid var(--hdng-clr);
}

/* SS Css 03-04-2024 05:20pm */

/* SS Css Begin 03-04-2024 05:20pm */

.txt-btn {
  display: none;
  color: var(--hdng-clr);
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline !important;
}
.montaj-cards-wrp.row {
  --bs-gutter-y: 35px;
  position: relative;
}
.montaj-sec {
  overflow: hidden;
}

/* End of SS Css 03-04-2024 05:20pm */

/* SS atl */

/* .new-gallery-row .ngl-lft .new-gallery-box::after {
  content: '';
  position: relative;
  padding-top: 58.54049719326383%;
  display: block;
} */
.new-gallery-row .ngl-lft {
  padding-right: 48px;
}

.new-gallery-row .ngl-lft .new-gallery-box,
.new-gallery-row .ngl-rit .new-gallery-box {
  position: relative;
}

/* .new-gallery-row .ngl-lft .new-gallery-box::after {
  content: '';
  position: relative;
  padding-top: 100%;
  display: block;
} */

/* .new-gallery-row .ngl-rit .new-gallery-box a img,
.new-gallery-row .ngl-lft .new-gallery-box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */

.new-gallery-row .ngl-lft .new-gallery-box {
  height: 100%;
}
.gallery-img-wrp {
  width: 100%;
  height: 100%;
}
.gallery-img-wrp img {
  width: 100%;
  height: 100%;
}
.new-gallery-row {
  display: flex;
  flex-wrap: wrap;
}

.new-gallery-row .ngl-lft {
  width: calc(100% - 24%);
}

.new-gallery-row .ngl-rit .new-gallery-box {
  height: calc((100% - 40px) / 2);
}
.new-gallery-box .plusiconss {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.new-gallery-box .plusiconss img {
  width: 40px;
  height: 40px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.new-gallery-row .ngl-rit .new-gallery-box:first-child {
  margin-bottom: 40px;
}

.new-gallery-row .ngl-rit {
  width: 24%;
}
.new-gallery-box .plusiconss:hover {
  background: var(--white-color);
}
.new-gallery-box .plusiconss:hover img {
  filter: invert(1);
}

/* SS atl */

/* qa */
.new-product-banner-con-rit .probtn {
  font-weight: 500;
}
.product-blk-row p {
  color: var(--hdng-clr);
}
.hmd-stone-lft p:not(:last-child) {
  margin-bottom: 1px;
}
.contact-left {
  flex-wrap: wrap;
}
.montaj-mbl-bg,
.contact-mbl-bg {
  display: none;
}
.rectimg-cls,
.mbl-ul-img-div {
  display: none;
}

/* qa */


/* 05-04-2024 Support begin */

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
  display: inline-block;
  text-align: center;
  padding: 5px 10px 0;
  color: var(--hdng-clr);
  font-size: 48px;
}
.single-product .product-main-gallery-wrp{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.single-product .new-product-banner-con .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{
  width: 68%;
}
.single-product .new-product-banner-con .woocommerce-page div.product div.summary ,.woocommerce div.product div.summary{
  width: 32%;
}
.single-product .new-product-banner-con .woocommerce-product-gallery__image{
  padding-right: 20px;
}
.single-product .new-product-banner-con .woocommerce-product-gallery__wrapper{
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}
.single-product .product-main-gallery-wrp .woocommerce-product-gallery__image{
  height: calc(100% - 100px);
}
.single-product .product-main-gallery-wrp .woocommerce-product-gallery__image a{
  display: block;
}
.single-product .new-product-banner-con .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images, .new-product-banner-con .woocommerce-page div.product div.summary ,.woocommerce div.product div.summary{
  float: none;
}
.single-product .new-product-banner-con .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
  width: 100%;
}
.single-product .new-product-banner-con .woocommerce-product-gallery__image{
  width: 80% !important;
}
.single-product .new-product-banner-con .product-main-gallery-wrp {
  width: 20%;
}
/* .product.product_cat-extravangace-invisible .woocommerce div.product div.images img{
  height: 100%;
} */
.new-product-banner-con .woocommerce-product-gallery__image a{
  display: block; 
  width: 100%;
  height: 100%;
}
.new-product-banner-con .woocommerce-product-gallery__image a img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.single-product .new-product-sec + .container{
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
.post-type-archive-product ul.products li.product .price ,.post-type-archive-product ul.products li.product .button,.single-product .new-product-banner-con ul.products li.product .price , .single-product .new-product-banner-con ul.products li.product .button{
  display: none;
}
/* .single-product .new-product-banner-con {
  max-width: 1140px;
} */
.single-product .new-product-banner-con .related.products{
  width: 100%;
  padding-bottom: 112px;
}
.single-product .new-product-banner-con ul.products li.product a{
  display: block;
  text-align: center;
}
.single-product .new-product-banner-con ul.products li.product{
  margin: 0;
  padding: 0 8px !important;
  width: 100%;
  max-width: 100%;
}
.single-product .categories-slider li.product a:hover::before{
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 55.35%,
    rgba(0, 0, 0, 0.6) 100%
  ),
  rgb(0 0 0 / 50%) !important;
}
.single-product .new-product-banner-con ul.products li.product a h2{
  position: absolute;
  bottom: 52px;
  left: 23px;
  color: var(--white-color);
  font-size: 48px;
  padding-left: 0;
  z-index: 3;
}
/* .single-product .new-product-banner-con ul.products li.product a{
  min-height: 542px;
} */
.single-product .new-product-banner-con ul.products li.product a img{
  margin: 0;
}
.single-product .new-product-banner-con .products {
  margin-bottom: 0 !important;
}
.single-product .new-product-banner-con .products .slick-list{
  margin: 0 -8px;
  margin-right: -130px;
}
.single-product .new-product-banner-con .products li{
  padding: 0 8px;
  margin: 0;
  float: none !important;
}
.single-product .categories-slider .slick-track{
  display: flex;
}
.single-product .categories-slider li.product{
  margin-bottom: 0 !important;
}
.single-product .new-product-banner-con .products li .woocommerce-LoopProduct-link {
  width: 100%;
  height: 442px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.single-product .new-product-banner-con .products li .woocommerce-LoopProduct-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 55.35%,
      rgba(0, 0, 0, 0.6) 100%
    ),
    rgb(0 0 0 / 20%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.single-product .new-product-banner-con .products li .woocommerce-LoopProduct-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product .new-product-banner-con .products li a + a {
  display: none !important;
}

.single-product .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
  padding: 0;
}
.single-product .gform_wrapper.gravity-theme .gform_footer
{
  justify-content: center;
  padding-bottom: 0;
  margin: 0;
}
.single-product .product-blk-row input[type="submit"]:hover{
  color: var(--white-color);
}
.single-product  span.posted_in a{
  color: var(--black);
}
/* 05-04-2024 Support end */

/* 08-04-2024 Start */

.error404 .error_page_new{
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.error404 .error_page_new img{
  width: 100%;
}
.error404 .error-btn-wrrp{
  padding: 20px 0 30px;
}
.error404 .error-btn-wrrp .submit-div{
  margin-top: 0;
}
.error404 .error-btn-wrrp a{
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  background: var(--black);
  display: inline-block;
}
.error404 .error-btn-wrrp a:hover{
  background: var(--dark-grey-color);
}
.promise-sec.interior-sec.sample_page_sec.cmn-gap {
  padding: 40px 0 60px;
}

/* 08-04-2024 Start */

/* 09.04.24 start */

.single-product .new-product-banner-con .product-main-gallery-wrp .woocommerce-product-gallery__image {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 60px;
}
.new-gallery-btm-outtr {
  padding-bottom: 112px;
  overflow-x: hidden;
}

/* 09.04.24 end */


.para-slider p{  
  min-width: inherit;
}


.data-blk .slick-arrow{ 
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
 }

.data-blk .slick-prev{
  background: url(images/pla.svg) no-repeat center center;
  background-size: 10px;
  left: 0;
}

.data-blk .slick-next{
  background: url(images/plr.svg) no-repeat center center;
  background-size: 10px;
  right: 0;
}

.data-blk .para-slider{ 
position: relative; 
display: block;
  padding: 0 25px;
}


/* support start 5-11-24 */
/* .single-product div.product div.images img,
.single-product div.product div.images a{height: auto;} */
.single-product .new-product-bgs img{
  width: 100%;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
    left: -100%;
}
.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
    right: -100%;
}
/* support end 5-11-24 */

/* 07.11.24 css */
.single-product .new-product-sec {
  padding: 0 0 0;
}
.single-product  .new-product-banner-con-rit {
  padding-top: 25px;
}
.woo-variation-gallery-wrapper .wvg-gallery-image {
  height: 400px;
}

.woo-variation-gallery-wrapper .wvg-gallery-image .wvg-single-gallery-image-container,
.woo-variation-gallery-wrapper .wvg-gallery-image > div {
  height: 100%;
}
.woo-variation-gallery-wrapper .wvg-gallery-image .wvg-single-gallery-image-container img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.woo-variation-gallery-wrapper .wvg-gallery-image .wvg-single-gallery-image-container {
  padding-top: 20px;
}

/* 07.11.24 css */



/* ========== responsive css =========== */

@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }
  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1900px;
    padding: 0 88px;
  }
  .page:not(.home) .container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-head.main-head .container {
    max-width: 1900px;
    padding: 0 88px;
  }
  .container-inner {
    padding: 0 52px;
  }
  .new-gallery-btm {
    margin-right: -11.979vw;
  }
}

@media (max-width: 1850px) {
  /* 04-04-2024 */

  .new-gallery-top .sec-heading {
    font-size: 80px;
    text-align: right;
  }

  /* 04-04-2024 */
  h1,
  .h1-title {
    font-size: 60px;
  }

  h2,
  .h2-title {
    font-size: 40px;
  }

  h3,
  .h3-title {
    font-size: 30px;
  }

  h4,
  .h4-title {
    font-size: 28px;
  }

  h5,
  .h5-title {
    font-size: 25px;
  }
  h6,
  .h6-title {
    font-size: 20px;
  }

  .stonebg2 {
    width: 30%;
  }


  /* start mc 2-4-24 */
  .stone-ul li img {
    max-height: 180px;
  }
  .stone-ul {
    bottom: -260px;
  }
  .hmd-stone-sec {
    padding-bottom: 340px;
  }
  /* end mc 2-4-24 */

  /* SS Css Begin 02-04-2024 */

  .abt-card-img .bricks-img,
  .bricks-img {
    right: -175px;
    bottom: -175px;
    width: 400px;
    height: 240px;
  }
  .abt-card-content p {
    font-size: 21px;
  }
  .contact-left {
    padding-right: 110px;
  }

  /* End Of SS Css 02-04-2024 */

  /* SS Css Begin 03-04-2024 11:54am */

  .montaj-sec .container-inner {
    padding: 0;
  }
  .montaj-card-content p {
    font-size: 19px;
  }
  .floating-img.gloves {
    width: 680px;
  }
  .montaj-cards-wrp:nth-child(even) .floating-img {
    left: -86px;
  }
  .floating-img.bricks {
    width: 800px;
  }
  .montaj-cards-wrp:not(:last-child) {
    margin-bottom: 200px;
  }
  .floating-img.hammer {
    width: 592px;
  }

  /* End Of SS Css 03-04-2024 11:54am */
}

@media (max-width: 1600px) {
  .dece-back-img {
    min-height: 600px;
  }
  .navbar-nav > li {
    margin: 0 15px;
    padding: 10px 0;
  }

  .stonebg2 {
    width: 27%;
  }
  .main-head {
    padding: 10px 0;
  }
  .main-banner {
    height: calc(100vh - 111px);
  }

  /* start mc 2-4-24 */
  .stone-ul li img {
    max-height: 150px;
  }
  .stone-ul {
    bottom: -240px;
    right: -65px;
  }
  .hmd-stone-sec {
    padding-bottom: 334px;
  }
  .hmd-stone-bg2 {
    width: 39%;
  }
  /* end mc 2-4-24 */

  /* mc1pm start */
  .footer-sec {
    padding: 50px 0;
  }
  /* mc1pm end */

  /* SS Css Begin 02-04-2024 */

  .abt-card-content p {
    font-size: 19px;
  }
  .container-inner {
    padding: 0;
  }
  .abt-outer .sec-heading {
    margin-bottom: 86px;
  }
  .distributor-card {
    max-width: 650px;
  }
  .distributor-img-wrp .distributor-logo {
    width: 220px;
    height: 220px;
  }
  .distributor-cards-wrp {
    --bs-gutter-y: 80px;
  }
  .category-name {
    margin-bottom: 10px;
  }
  .product-size {
    font-size: 28px;
  }
  .cat-details .price > * {
    font-size: 23px;
  }
  .product-name,
  .category-name a {
    font-size: 42px !important;
  }
  .contact-left {
    display: flex;
    align-items: flex-start;
    padding-right: 80px;
  }
  .contact-card > * {
    font-size: 23px;
  }
  .contact-left-right-inner {
    max-width: 370px;
  }
  .contact-right {
    height: 600px;
  }

  /* End Of SS Css 02-04-2024 */

  /* SS Css Begin 03-04-2024 */

  .abt-card-img .bricks-img,
  .bricks-img {
    right: -150px;
    bottom: -120px;
    width: 320px;
    height: 175px;
  }

  /* End Of SS Css 03-04-2024 */

  /* SS CSS Begin 03-04-2024 11:54am */

  .sec-heading-wrp {
    margin-bottom: 50px;
  }
  .montaj-sec .abt-outer .sec-heading {
    margin-bottom: 30px;
  }
  .montaj-card-content p {
    font-size: 19px;
  }
  .montaj-card-content .h4-title {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .floating-img.hammer {
    width: 492px;
  }
  .montaj-cards-wrp:nth-child(even) .floating-img {
    left: -86px;
  }
  .floating-img {
    bottom: -186px;
  }
  .montaj-cards-wrp:not(:last-child) {
    margin-bottom: 206px;
  }
  .floating-img.bricks {
    width: 680px;
    bottom: -222px;
  }
  .floating-img.gloves {
    width: 600px;
  }
  .montaj-sec {
    padding: 52px 0 225px;
  }

  /* End Of SS CSS 03-04-2024 11:54am */

  /* 04-04-2024 */

  .new-gallery-top .sec-heading {
    font-size: 62px;
  }

  /* 04-04-2024 */
}

@media (max-width: 1499px) {

  /* 05-04-2024 Support begin */

  .single-product .new-product-banner-con .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{
    width: 55%;
  }
  .single-product .new-product-banner-con .woocommerce-page div.product div.summary ,.woocommerce div.product div.summary{
    width: 45%;
  }

  /* 05-04-2024 Support End */
  
  .bl-center-con-in .h3-title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .bl-bottom-con span {
    font-size: 17px;
  }
  .banner-list-item {
    padding: 17px;
  }
  .main-head {
    padding: 25px 0;
  }
  .bl-center-con-in p {
    margin: 0 0 20px;
  }
  .navbar-nav > li > a {
    font-size: 18px;
  }
  .bl-bottom-con span {
    font-size: 20px;
  }

  /* 8pmcss */
  .new-product-banner-con-rit {
    width: 100%;
  }
  .new-product-banner-con-lft {
    width: 55%;
  }
  .data-wrap .data-blk:not(:last-child) {
    margin-bottom: 14px;
  }
  .data-wrap {
    margin-bottom: 30px;
  }
  .slider-nav .sld-for-itm-bx {
    margin-bottom: 30px;
  }
  /* 8pmcss */
}

/* S.S Css Begin 01-04-2024 */

/* SS Css Begin 02-04-2024 */

/* End Of SS Css 02-04-2024 */

@media only screen and (max-width: 1400px) {

  /* 08-04-2024 */
  .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    font-size: 36px;
  }
  /* 08-04-2024 */


  .footer-outer {
    padding: 0 30px 0;
  }
  .footer-widget-wrp:nth-child(3) {
    padding-right: 25px;
  }
  .footer-widget-wrp:nth-child(4) {
    padding-left: 35px;
  }
  .social-handlers li a {
    width: 40px;
    height: 40px;
  }
  .social-handlers li:not(:last-child) {
    margin-right: 10px;
  }
  .contact-one {
    padding-right: 20px;
  }

  /* start mc 2-4-24 */
  .stonebg2 {
    bottom: 102px;
  }
  .stonebg {
    bottom: 102px;
    width: 72%;
  }

  .stone-ul li img {
    max-height: 120px;
  }
  .stone-ul li:not(:first-child) {
    margin-left: 20px;
  }
  .stone-ul {
    bottom: 81px;
    right: -162px;
  }
  .hmd-stone-sec {
    padding-bottom: 280px;
  }
  .hmd-stone-bg2 {
    width: 33%;
    bottom: 17px;
  }
  .dece-sec .pstn-rltv,
  .hmd-stone-sec .pstn-rltv {
    position: static;
  }
  /* end mc 2-4-24 */

  /* SS Css Begin 02-04-2024 */

  .distributor-img-wrp {
    padding-bottom: 80px;
    padding-right: 100px;
  }
  .distributor-img-wrp .distributor-logo {
    width: 180px;
    height: 180px;
  }
  .distributor-cards-wrp {
    --bs-gutter-x: 80px;
    --bs-gutter-y: 70px;
  }
  .distributor-card-upper {
    margin-bottom: 35px;
  }
  .sec-heading-wrp {
    margin-bottom: 70px;
  }

  .sec-heading-wrp .sec-heading {
    margin-bottom: 20px;
  }
  .sec-heading-wrp p {
    font-size: 23px;
  }
  .distributor-card-head h2 {
    margin: 0;
    font-size: 32px;
  }
  .distributor-card-head {
    margin-bottom: 24px;
  }
  .cat-details .price > * {
    font-size: 20px;
  }
  .category-name {
    margin-bottom: 10px;
  }
  .product-name,
  .category-name a {
    font-size: 32px !important;
  }
  .product-size {
    font-size: 26px;
  }
  .inner-bnr {
    min-height: 555px;
  }
  .products-bnr {
    min-height: 800px;
  }
  .contact-left {
    display: flex;
    align-items: flex-start;
    padding-right: 30px;
  }
  .contact-card > * {
    font-size: 20px;
  }
  .contact-left-right-inner {
    max-width: 350px;
    margin-left: auto;
    padding-left: 30px;
  }
  .contact-right {
    height: 500px;
  }

  /* End Of SS Css 02-04-2024 */

  /* SS Css Begin 03-04-2024 */
  /* 
    .abt-card-img .bricks-img {
      position: absolute;
      right: -150px;
      bottom: -110px;
      width: 350px;
      height: 200px;
    } */
  .abt-card-content p {
    font-size: 18px;
  }
  .abt-cards-wrp:not(:last-child) {
    margin-bottom: 104px;
  }
  .abt-sec {
    padding: 52px 0 132px;
  }

  /* End Of SS Css 03-04-2024 */

  /* SS CSS Begin 03-04-2024 11:54am */

  .montaj-card-content p {
    font-size: 17px;
  }
  .montaj-sec .abt-outer .sec-heading {
    margin-bottom: 20px;
  }
  .floating-img.gloves {
    left: -96px;
    width: 550px;
    bottom: -146px;
  }
  .montaj-sec {
    padding: 52px 0 175px;
  }
  .floating-img.hammer {
    width: 482px;
  }
  .floating-img {
    bottom: -186px;
  }
  .montaj-cards-wrp:not(:last-child) {
    margin-bottom: 166px;
  }
  .floating-img.gloves {
    width: 500px;
  }
  .gallery-icon,
  .new-gallery-box .plusiconss {
    width: 70px;
    height: 70px;
  }
  .gallery-main-img .gallery-icon img,
  .new-gallery-box .plusiconss img {
    width: 25px;
    height: 25px;
  }
  .slider-bnr .slick-dots li button {
    width: 200px;
    height: 15px;
  }

  /* End Of SS CSS 03-04-2024 11:54am */

  /* 04-04-2024 */
  .new-gallery-top .sec-heading {
    font-size: 48px;
  }
  /* 04-04-2024 */

  /* 05-04-2024 Support begin */

/* 05-04-2024 Support end */

}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  /* S.S Css Begin 01-04-2024 Change On 02-04-2024 */

  /* Gallery Section Begin */

  .cstm-row {
    --bs-gutter-y: 8.021vw;
    margin-top: -8.021vw;
  }
  .gl-cmn-btn {
    font-size: 1.302vw;
    padding: 0.625vw 1.042vw;
    min-height: 6.771vw;
    margin-top: -6.771vw;
  }

  /* End of Gallery Section */

  /* End Of S.S Css 01-04-2024 Changed On 02-04-2024 */

  /* Ss Css Begin 02-04-2024 */

  /* .abt-card-content h2 {
    margin-bottom: 10px;
    font-size: 32px;
  }
  .abt-card-content p {
    font-size: 16px;
    margin-bottom: 15px;
  } */
  .abt-card-content {
    padding-right: 15px;
  }
  .abt-outer .sec-heading {
    margin-bottom: 60px;
  }
  .sec-heading {
    font-size: 56px;
  }
  .abt-cards-wrp:not(:last-child) {
    margin-bottom: 80px;
  }
  .abt-cards-wrp.second-card .abt-card-img {
    padding-right: 0;
  }
  .abt-sec {
    padding: 52px 0 120px;
  }

  /* End Of Ss Css 02-04-2024 */

  /* 5.40PM */
  .category-cardss .h2-title,.single-product .new-product-banner-con ul.products li.product a h2 {
    font-size: 2.083vw;
    margin-bottom: 2px;
  }
  /* 5.40PM */
}

/* End Of S.S Css 01-04-2024 */

@media (max-width: 1280px) and (min-width: 992px) {
  .new-product-bgs img {
    width: 100%;
    height: 430px;
    object-fit: cover;
  }
}

@media (max-width: 1280px) {
  .deca-lft-innr {
    padding: 6px 32px 46px 32px;
  }
  .navbar-nav > li {
    margin: 0 15px;
  }
  .navbar-brand {
    width: 140px;
  }
  .stone-ul {
    right: -107px;
  }
}



@media (max-width: 1199px) {
  /* start mc 2-4-24 */
  .navbar-nav > li > a {
    font-size: 16px;
  }
  .main-head {
    padding: 16px 0;
  }
  .navbar-brand {
    width: 120px;
  }
  /* end mc 2-4-24 */

  /* mc1pm start */
  .h1,
  .h1-title {
    font-size: 50px;
  }
  .stonebg2 {
    bottom: 65px;
  }
  .stonebg {
    bottom: 65px;
  }
  .hmd-stone-lft {
    padding-top: 80px;
  }
  .stone-ul li img {
    max-height: 80px;
  }
  .stone-ul {
    bottom: 63px;
    right: 36px;
  }
  .hmd-stone-bg2 {
    width: 24%;
  }
  .hmd-stone-sec {
    padding-bottom: 205px;
  }
  .hmd-stone-bg2 {
    width: 23%;
  }
  .hmd-lft-innr {
    min-height: 90px;
    display: flex;
    align-items: center;
    padding: 15px 30px;
  }
  .cstm-row > * {
    margin-top: 45px;
  }
  .gl-cmn-btn {
    font-size: 20px;
    min-height: 80px;
    margin-top: -77px;
  }
  .ftr-wdgt-title {
    font-size: 22px;
  }
  .footer-widget-wrp:nth-child(4) {
    padding-left: 22px;
  }
  .social-handlers li a {
    width: 33px;
    height: 33px;
  }
  .social-handlers li:not(:last-child) {
    margin-right: 8px;
  }
  .footer-sec {
    padding: 40px 0;
  }
  .footer-outer {
    padding: 0;
  }
  .bl-center-con-in .h3-title {
    font-size: 22px;
  }
  .banner-list-item {
    padding: 12px;
  }
  .bl-bottom-con {
    height: 60px;
  }
  .bl-bottom-con span {
    font-size: 16px;
  }

  /* mc1pm end */ 

  /* mc start 3-4-23 */
  .inner-bnr {
    min-height: 344px;
  }
  .abt-card-img .bricks-img,
  .bricks-img {
    right: -50px;
    bottom: -136px;
  }
  .abt-cards-wrp:not(:last-child) {
    margin-bottom: 60px;
  }
  .abt-card-content p {
    font-size: 17px;
  }
  .abt-outer .sec-heading {
    margin-bottom: 50px;
  }
  .sec-heading {
    font-size: 40px;
  }
  .abt-card-content h2 {
    font-size: 30px;
  }
  .products-bnr {
    min-height: 600px;
  }
  .bnr-content p {
    margin-bottom: 40px;
  }
  .product-outer {
    --bs-gutter-y: 40px;
  }
  .product-name,
  .category-name a {
    font-size: 28px !important;
  }
  /* mc end 3-4-23 */

  /* 8pmcss */
  .product-form-sec {
    padding: 35px 0;
  }
  .new-gallery-sec {
    padding: 40px 0;
  }
  /* .new-gallery-btm {
    margin-top: 50px;
  } */
  .category-cardss {
    min-height: 350px;
  }
  .new-product-banner-con-rit {
    width: 100%;
    padding-left: 0;
  }
  .new-product-banner-con-lft {
    width: 100%;
    margin-bottom: 30px;
  }
  .new-product-banner-con {
    flex-wrap: wrap;
  }
  .category-cardss .h2-title {
    font-size: 32px;
  }
  /* 8pmcss */

  /* 04-04-2024 */

  .new-gallery-top .sec-heading {
    font-size: 42px;
  }
  .new-gallery-row .ngl-lft {
    padding-right: 28px;
  }
  /* 04-04-2024 */

  /* qa */
  .floating-img.hammer {
    width: 300px;
  }
  .floating-img.bricks {
    width: 490px;
    bottom: -132px;
    right: 226px !important;
  }
  /* qa */
  

  .single-product .new-product-banner-con .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 60%;
}
.single-product .new-product-banner-con .woocommerce-page div.product div.summary, .woocommerce div.product div.summary {
  width: 40%;
}
.new-product-banner-con-rit {
  width: 100%;
  padding-right: 0;
}

/* 08-04-2024 */
.category-cardss .h2-title ,.single-product .new-product-banner-con ul.products li.product a h2 {
  font-size: 28px;
}
/* 08-04-2024 */


/* 09.04.24 start */

.new-gallery-btm-outtr {
  padding-bottom: 82px;
}

/* 09.04.24 end */


/* 05.11.24 css end */

}

@media (max-width: 1024px) {
  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }
  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .sub-menu > li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 20px;
  }
  .sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/

  /* SS CSS Begin 03-04-2024 11:54am */

  .slider-bnr .slick-dots li button {
    width: 150px;
    height: 14px;
  }
  .sec-heading-wrp p {
    font-size: 20px;
  }
  .gallery-sec-main .sec-heading-wrp {
    margin-bottom: 60px;
  }
  .floating-img.gloves {
    width: 350px;
  }

  .floating-img.hammer {
    width: 332px;
  }

  /* End of SS CSS 03-04-2024 11:54am */

  .new-product-banner-con-lft {
    width: 60%;
  }
  /* .new-product-banner-con-rit {
    width: 40%;
    padding-right: 0;
  } */
  .data-wrap {
    margin-bottom: 40px;
  }

  .single-product .new-product-banner-con .related.products {
    padding: 82px 0;
  }
}

@media (max-width: 991px) {
  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }
  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }
  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }
  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }
  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }
  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }
  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }
  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }
  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
  }
  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px;
  }
  .sub-menu > li > a {
    padding-left: 40px;
  }
  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }
  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }
  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }
  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }
  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 40px 0;
  }
  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }
  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }
  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }
  /* push nav end */

  /* start mc 2-4-24 */
  .navbar-nav > li > a:after {
    display: none;
  }
  .navbar-nav > li.current-menu-item > a {
    font-weight: 700;
  }
  .dece-back-img {
    max-height: none;
    min-height: auto;
    height: 100%;
  }
  .dece-blk {
    padding: 48px 9px 17px 9px;
  }
  /* start mc 2-4-24 */

  /* mc1pm start */
  .dece-blk::after {
    width: 100%;
  }
  .dece-rit {
    padding: 0 16px;
  }
  .dece-blk .read-more-link {
    margin-left: 16px;
  }
  .dece-rit {
    margin-bottom: 25px;
  }
  .dsktop-stone-img {
    display: block;
    left: -20px;
    position: absolute;
    mix-blend-mode: multiply;
  }
  .stonebg {
    display: none;
  }
  .stonebg2.dsktop-stone-img2 {
    display: block;
    width: 192px;
    z-index: 1;
    bottom: -10%;
    right: -9px;
  }
  .stonebg2 {
    display: none;
  }
  .dece-blk::after {
    background: rgba(255, 255, 255, 0.5);
  }
  .deca-rit-innr {
    position: relative;
  }
  .stone3-cls {
    display: block;
    position: absolute;
    right: -20px;
    top: 47%;
    /* max-height: 247px;
    width: 100%;
    object-fit: cover; */
  }
  .hmd-stone-blk .rowspan {
    flex-direction: column-reverse;
  }
  .hmd-stone-lft {
    padding-top: 32px;
  }
  .stone-ul {
    bottom: 75px;
  }
  .hmd-stone-sec {
    padding-top: 48px;
  }
  .dece-sec {
    padding-bottom: 43px;
  }
  .footer-widget-wrp:first-child {
    width: 50%;
  }
  .footer-widget-wrp:nth-child(2) {
    width: 50%;
  }
  .footer-widget-wrp:nth-child(3) {
    width: 100%;
    border-right: 0;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-widget-wrp:nth-child(4) {
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .social-card-wrp .ftr-wdgt-title {
    margin-bottom: 22px;
  }
  .contact-one {
    width: 50%;
  }
  .contact-two {
    margin-left: auto;
    width: 50%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .onhover-card-title {
    font-size: 22px;
    min-height: 60px;
  }
  .cstm-row > * {
    margin-top: 20px;
  }
  .gl-cmn-btn {
    font-size: 16px;
    min-height: 60px;
    padding: 12px 15px;
    margin-top: -59px;
  }
  .h1,
  .h1-title {
    font-size: 35px;
  }
  .deca-lft-innr.hmd-lft-innr {
    min-height: 50px;
  }
  .deca-lft-innr {
    min-height: 154px;
    padding: 15px 30px;
  }
  .banner-list-wrapper {
    height: auto;
    width: 100%;
  }
  .banner-list-item {
    width: 100%;
    min-height: 60px;
  }
  .main-banner {
    display: flex;
    align-items: flex-end;
    height: calc(100vh - 82px);
    min-height: 778px;
  }
  .bl-center-con-in {
    display: none;
  }
  .banner-list-item.active .bl-center-con-in {
    display: block;
  }
  .banner-list-item:not(:first-child):before {
    width: 100%;
    height: 2px;
  }
  .bl-center-con-in .h3-title {
    font-size: 32px;
  }
  .bl-bottom-con span {
    font-size: 20px;
  }
  .container {
    max-width: 100%;
  }
  .social-handlers li a {
    width: 41px;
    height: 41px;
  }
  .social-handlers li:not(:last-child) {
    margin-right: 15px;
  }
  /* .main-banner {
  height: auto;
  min-height: 600px;
} */
  /* mc1pm end */

  /* mc start 3-4-23 */
  .abt-card-content p {
    font-size: 16px;
  }
  .second-card {
    flex-direction: column-reverse;
  }
  .abt-cards-wrp:not(:last-child) {
    margin-bottom: 32px;
  }
  .abt-cards-wrp.second-card .abt-card-img {
    padding-right: 0;
  }
  .abt-outer .sec-heading {
    margin-bottom: 40px;
  }
  .abt-card-content {
    padding-right: 0;
  }
  .abt-card-img .bricks-img,
  .bricks-img {
    right: -64px;
  }
  /* mc end 3-4-23 */

  /* SS CSS Begin 03-04-2024 11:54am */

  .slider-bnr .slick-dots li button {
    width: 120px;
    height: 13px;
  }
  .sec-heading-wrp p {
    font-size: 18px;
  }
  .gallery-sec-main .sec-heading-wrp {
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .sec-heading {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .sec-heading-wrp .sec-heading {
    margin-bottom: 10px;
  }

  .gallery-main-outer .h4-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .gallery-main-img-wrp.col-lg-8 {
    width: 60%;
  }
  .gallery-main-img-wrp.col-lg-4 {
    width: 40%;
  }
  .gallery-main-img-wrp.col-lg-3 {
    width: 25%;
  }
  .gallery-main-wrp:not(:last-child) {
    margin-bottom: 40px;
  }
  .floating-img {
    bottom: -96px;
  }
  .montaj-cards-wrp:not(:last-child) {
    margin-bottom: 86px;
  }
  .floating-img.bricks {
    width: 490px;
    bottom: -130px;
    right: -83px !important;
  }
  .floating-img.gloves {
    bottom: -86px;
  }
  .montaj-sec {
    padding: 42px 0 115px;
  }

  /* End of SS CSS 03-04-2024 11:54am */

  .new-product-banner-con-rit,
  .new-product-banner-con-lft,
  .slider-for,
  .slider-nav {
    width: 100%;
  }
  .category-cardss .h2-title ,.single-product .new-product-banner-con ul.products li.product a h2{
    font-size: 26px;
  }
  /* 8pmcss */
  .slider-nav {
    width: 100%;
  }
  .slider-for {
    width: 100%;
    padding-right: 0;
  }
  .new-product-banner-con-lft-inr {
    flex-wrap: wrap;
  }
  .sld-for-itm-bx {
    background: #d9d9d9;
    margin-bottom: 0;
    margin-right: 18px;
  }
  .category-cardss {
    padding: 18px;
    padding-bottom: 25px;
  }
  .category-cardss {
    min-height: 362px;
  }
  .slider-nav .sld-for-itm-bx {
    margin-bottom: 0;
  }
  /* 8pmcss */

  /* SS atl */

  .new-gallery-row .ngl-lft {
    padding-right: 17px;
  }

  .new-gallery-row .ngl-rit .new-gallery-box {
    height: calc((100% - 17px) / 2);
  }

  .new-gallery-row .ngl-rit .new-gallery-box:first-child {
    margin-bottom: 17px;
  }

  .new-gallery-box:hover .plusiconss {
    width: 60px;
    height: 60px;
  }

  .new-gallery-box:hover .plusiconss img {
    width: 20px;
  }

  /* SS atl */

  /* 04-04-2024 */
  .new-gallery-top .sec-heading {
    font-size: 36px;
  }
  /* 04-04-2024 */

  /* qa */
  .deca-lft-innr {
    background: rgb(138 138 138 / 28%);
  }
  .hmd-stone-lft p:not(:last-child) {
    margin-bottom: 16px;
  }
  .distributor-cards-wrp {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 32px;
  }
  .contact-left {
    padding-right: 0;
  }
  /* qa */

  .single-product .new-product-banner-con .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images ,.single-product .new-product-banner-con .woocommerce-page div.product div.summary, .woocommerce div.product div.summary {
    width: 100%;
}
  /* 08-04-2024 */
  .single-product .new-product-banner-con .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    width: 100% !important;
    height: 100%;
    padding-right: 0;
}
.single-product .new-product-banner-con .product-main-gallery-wrp{
  flex-direction: row;
  width: 100%;
}
  /* 08-04-2024 */


  /* 09.04.24 start */

  .single-product .new-product-banner-con .product-main-gallery-wrp .woocommerce-product-gallery__image {
    margin-bottom: 0;
  }
  .single-product .new-product-banner-con .product-main-gallery-wrp .woocommerce-product-gallery__image a {
    background: #d9d9d9;
    margin-right: 18px;
    width: auto;
  }

  /* 09.04.24 end */

  .distributor-dtl.f {
    align-items: flex-start;
  }


  /* 05.11.24 css end */


}

@media (max-width: 767px) {
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  /* mc1pm start */
  .stonebg2.dsktop-stone-img2 {
    bottom: -17%;
    width: 167px;
  }
  .onhover-card-title {
    font-size: 4.5vw;
    min-height: 60px;
  }
  .deca-lft-innr {
    min-height: 100px;
    padding: 16px;
  }
  .stone3-cls {
    top: 50%;
  }
  .cstm-row > * {
    margin-top: 9px;
  }

  /* mc start 3-4-23 */
  .abt-sec {
    padding: 30px 0 122px;
  }
  .sec-heading {
    font-size: 32px;
  }
  .abt-card-content h2 {
    font-size: 24px;
  }
  /* mc end 3-4-23 */

  /* SS CSS Begin 03-04-2024 11:54am */

  .slider-bnr .slick-dots li button {
    width: 75px;
    height: 16px;
  }
  .sec-heading-wrp p {
    font-size: 12px;
  }
  .gallery-sec-main .sec-heading-wrp {
    margin-bottom: 25px;
    padding: 0;
  }
  .sec-heading {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .sec-heading-wrp .sec-heading {
    margin-bottom: 10px;
  }
  .slider-bnr .slick-dots li:not(:last-child) {
    margin-right: 6px;
  }
  .slider-bnr .slick-dots {
    margin-bottom: 10px;
    padding: 0;
  }
  .gallery-main-outer .h4-title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .gallery-main-wrp:not(:last-child) {
    margin-bottom: 20px;
  }
  .gallery-sec-main {
    padding: 45px 0 48px;
  }
  .gallery-main-wrp {
    --bs-gutter-x: 17px;
    --bs-gutter-y: 16px;
  }
  .gallery-main-img-wrp.col-lg-8 {
    width: 100%;
  }
  .gallery-main-img-wrp.col-lg-4 {
    width: 100%;
  }
  .gallery-main-img-wrp.col-lg-3 {
    width: 50%;
  }
  .gallery-main-wrp:not(:last-child) {
    margin-bottom: 30px;
  }

  /* End of SS CSS 03-04-2024 11:54am */

  /* SS Css Begin 03-04-2024 05:20pm */

  .navbar-brand {
    width: 109px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .main-head {
    padding: 25px 0 17px;
  }
  .slider-bnr .slick-dots li:not(:last-child) {
    margin-right: 20px;
  }
  .montaj-cards-wrp:nth-child(even) .floating-img {
    left: -16px;
  }
  .montaj-card-content p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .montaj-cards-wrp.row {
    --bs-gutter-y: 15px;
  }
  .montaj-card-content .h4-title {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .montaj-card-content {
    padding-top: 0;
  }

  /* End Of SS Css 03-04-2024 05:20pm */

  /* 04-04-2024 */
  .new-gallery-top .sec-heading {
    font-size: 32px;
  }
  /* 04-04-2024 */

  /* qa */
  .distributor-cards-wrp .col:nth-child(odd) .distributor-img-wrp {
    padding-right: 0;
    padding-left: 122px;
  }
  .distributor-cards-wrp
    .col:nth-child(odd)
    .distributor-img-wrp
    .distributor-logo {
    left: 0;
    right: auto;
  }
  /* qa */

  /* 08-04-2024 */

  .promise-sec.interior-sec.sample_page_sec.cmn-gap {
    padding: 30px 0 40px;
  }

  /* 08-04-2024 */

  /* 09.04.24 start */

.new-gallery-btm-outtr {
  padding-bottom: 40px;
}

/* 09.04.24 end */

  /* QA 22-04-2024 start */
  .inner-bnr-img img.montaj-dsktp-bg {
    object-position: -40px;
  }
  /* QA 22-04-2024 end */



}
@media (max-width: 600px) {
  .category-sliderss .slick-list ,.categories-slider .slick-list{
    padding-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .stone3-cls {
    top: 51%;
  }
  /* mc start 3-4-23 */
  /* mc end 3-4-23 */

  /* SS Css Begin 03-04-2024 05:20pm */

  .distributor-img-wrp {
    padding-bottom: 13px;
    /* padding-right: 122px; */
    padding-top: 14px;
    height: 172px;
  }
  .distributor-img-wrp .distributor-logo {
    width: 172px;
    height: 172px;
  }
  .distributor-card-head {
    margin-bottom: 16px;
  }
  .contact-nos,
  .distributor-dtls-right span,
  .contact-nos a,
  .distributor-dtls-right p {
    font-size: 12px;
  }
  .distributor-dtl:not(:last-child) {
    margin-bottom: 8px;
  }
  .distributor-card-upper {
    min-height: 100%;
    margin-bottom: 8px;
  }
  .distributor-sec {
    padding: 18px 0 48px;
  }
  .distributor-sec .sec-heading {
    color: var(--black);
  }
  .montaj-sec .sec-heading-wrp {
    margin-bottom: 20px;
  }
  .montaj-card-content .h4-title {
    margin-bottom: 15px;
  }
  .inner-bnr {
    min-height: 250px;
  }
  .floating-img.gloves {
    width: 265px;
  }
  .floating-img.hammer {
    width: 201px;
  }
  .floating-img {
    bottom: -66px;
  }
  .floating-img.bricks {
    width: 324px;
    bottom: -102px;
    right: -53px !important;
  }
  .montaj-cards-wrp:not(:last-child) {
    margin-bottom: 76px;
  }

  /* End Of SS Css 03-04-2024 05:20pm */

  /* SS atl */

  .new-gallery-row .ngl-lft {
    padding-right: 0;
    padding-bottom: 16px;
    width: 100%;
  }

  .new-gallery-row .ngl-rit {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .new-gallery-row .ngl-rit .new-gallery-box {
    height: auto;
    width: calc((100% - 16px) / 2);
  }

  .new-gallery-row .ngl-rit .new-gallery-box:first-child {
    margin-bottom: 0;
    margin-right: 16px;
  }

  .new-gallery-box:hover .plusiconss {
    width: 40px;
    height: 40px;
  }

  .new-gallery-box:hover .plusiconss img {
    width: 16px;
  }

  /* SS atl */

  .category-sliderss .slick-list {
    margin: 0 -8px;
    margin-right: 0;
  }
  /* .new-gallery-btm {
    margin-right: 0px;
  } */
  .category-cardss .h2-title ,.single-product .new-product-banner-con ul.products li.product a h2 {
    font-size: 22px;
    left: 12px;
    bottom: 35px;
  }

  .category-slider-arrw {
    display: none;
  }
  /* 04-04-2024 */
  .new-gallery-top .sec-heading {
    font-size: 24px;
    text-align: center;
  }
  .new-gallery-sec {
    padding: 26px 0 119px;
  }
  /* 04-04-2024 */

  /* qa */
  .contact-card .adress,
  .contact-card a {
    font-size: 13px;
  }
  .contact-card > * {
    font-size: 18px;
  }
  .contact-card-left-inner {
    max-width: inherit;
    width: 45%;
  }
  .contact-left-right-inner {
    max-width: inherit;
    margin-left: 0;
    padding-left: 0;
    width: 55%;
  }
  /* qa */

  /* 08-04-2024 */
  .product-section li{
    margin-bottom: 20px !important;
  }
  .promise-sec.interior-sec.sample_page_sec.cmn-gap {
    padding: 25px 0;
  }
  .sample_page_sec .sample_page_wrp p{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1 !important;
    min-height: 38px !important;
}
.single-product .product-main-gallery-wrp .woocommerce-product-gallery__image a{
  background: #D9D9D9;
  margin-right: 18px;
}
.tax-product_cat ul.products li.product .woocommerce-loop-product__title{
  display: block;
  text-align: center;
}
.tax-product_cat ul.products li.product a img{
  margin-bottom: 0;
}
.tax-product_cat ul.products{
  padding-top: 30px;
}
.tax-product_cat ul.products li.product{
  margin-bottom: 25px !important;
}
  /* 08-04-2024 */
}

@media (max-width: 479px) {
  /* 08-04-2024 */
  .single-product .new-product-banner-con .related.products {
    padding: 32px 0;
}

  /* 08-04-2024 */
  .bl-center-con-in .h3-title {
    margin: 0 0 16px;
  }
  .bl-center-con-in p {
    margin: 0 0 16px;
    font-size: 12px;
  }
  .bl-center-con-in a {
    font-size: 12px;
  }
  .bl-bottom-con {
    height: 50px;
  }
  .banner-list-item {
    min-height: 50px;
  }
  .deca-lft-innr {
    min-height: 92px;
    padding: 6px 16px 16px 16px;
  }
  .deca-lft-innr .h1-title {
    font-size: 24px;
  }
  .dece-rit li {
    font-size: 12px;
  }
  .stone3-cls {
    top: 51%;
  }
  .dece-rit {
    padding: 0 5px;
  }
  .deca-lft-innr.hmd-lft-innr {
    min-height: 47px;
    padding: 9px 16px 11px 16px;
  }
  .ftr-wdgt-title {
    font-size: 13px;
  }
  .footer-widget li a {
    font-size: 13px;
  }
  .info-title {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .footer-widget-wrp:nth-child(3) {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .social-card-wrp .ftr-wdgt-title {
    margin-bottom: 16px;
  }
  .contact-info {
    font-size: 12px;
  }
  .hmd-stone-lft {
    width: calc(100% - 84px);
    padding-right: 8px;
  }
  .hmd-stone-lft p {
    font-size: 12px;
  }
  .stone-ul {
    bottom: 255px;
    right: 16px;
    display: block;
  }
  .stone-ul li:not(:first-child) {
    margin-left: 0;
    margin-top: 9px;
  }
  .hmd-stone-bg2 {
    display: none;
  }
  .stone0-cls {
    display: block;
    position: absolute;
    bottom: 48px;
    /* width: calc(100% + 12px); */
    margin-left: -12px;
    width: 100%;
    padding-right: 12px;
  }
  .stone-ul li img {
    max-height: 84px;
  }
  .hmd-stone-lft .read-more-link {
    display: none;
  }
  .hmd-stone-sec {
    padding-bottom: 0;
  }
  .gl-cmn-btn {
    font-size: 12px;
    padding: 12px 15px;
  }
  .onhover-card-inner {
    padding: 0 10px;
  }
  .onhover-card-title-inner {
    font-size: 1rem;
  }
  .dsktpul {
    display: block;
    position: relative;
    top: 0;
    bottom: auto;
    margin-top: 35px;
    right: 0;
  }
  .mblul {
    display: none;
  }
  .hmd-stone-blk .hmd-ul-mbl-col {
    display: flex;
    justify-content: space-between;
  }
  /* mc start 3-4-23 */
  .abt-card-content p {
    font-size: 12px;
  }
  .products-bnr {
    min-height: 866px;
  }
  .product-name,
  .category-name a {
    font-size: 21px !important;
  }
  .product-outer {
    --bs-gutter-y: 32px;
  }
  .product-section {
    padding: 32px 0 48px !important;
    margin-bottom: -20px !important;
  }

  /* mc end 3-4-23 */

  /* 8pmcss */
  .new-slider-link {
    font-size: 12px;
    margin-right: 17px;
  }
  .new-slider-link::after {
    width: 11px;
    height: 11px;
  }
  .data-blk > span {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .data-wrap .data-blk:not(:last-child) {
    margin-bottom: 16px;
  }
  .product-blk-row input[type="submit"] {
    height: 32px;
    min-width: 172px;
  }
  .data-wrap .data-blk {
    max-width: 170px;
  }
/*  .para-slider p {
    min-width: 200px;
  }*/
  /* 8pmcss */

  .new-gallery-sec {
    padding: 32px 0px;
  }

  /* qa */
  .distributor-cards-wrp {
    --bs-gutter-x: 22px;
  }
  .contact-card > * {
    font-size: 12px;
  }
  .contact-card .adress,
  .contact-card a {
    font-size: 12px;
  }
  .montaj-mbl-bg,
  .contact-mbl-bg {
    display: block;
  }
  .montaj-dsktp-bg,
  .contact-dsktp-bg {
    display: none;
  }
  .rectimg-cls {
    display: none;
    width: 142px;
    height: 142px;
    min-width: 142px;
    position: absolute;
    right: 0;
    bottom: -152px;
  }
  .mbl-ul-img-div {
    position: relative;
  }
  .mbl-ul-img-div {
    display: block;
    width: 84px;
  }
  .hmd-stone-sec  .hmd-stone-blk .col-lg-5 {
    display: flex;
  }  
  /* qa */

  /* qa 22-04-2024 start */
  .contact-one .contact-info .address br {
    display: none;
  }
  /* qa 22-04-2024 end */
}

@media (max-width: 374px) {
  /* 08-04-2024 */
  .single-product .new-product-banner-con .products li .woocommerce-LoopProduct-link{
    height: 250px;
  }
  /* 08-04-2024 */
  .stonebg2.dsktop-stone-img2 {
    bottom: -23%;
    width: 104px;
  }
  .stone3-cls {
    top: auto;
    bottom: 300px;
  }
  /* mc start 3-4-23 */
  .product-name,
  .category-name a {
    font-size: 17px !important;
  }
  .product-outer {
    --bs-gutter-y: 26px;
    --bs-gutter-x: 12px;
  }
  .product-section {
    padding: 32px 0 36px !important;
  }
  .onhover-card-title-inner {
    0.875rem;
  }
  /* mc end 3-4-23 */
}

@media only screen and (max-width: 360px) {
  /* SS Css Begin 03-04-2024 05:20pm */

  .distributor-card-head h2 {
    font-size: 21px;
  }
  .distributor-img-wrp .distributor-logo {
    width: 142px;
    height: 142px;
  }
  .distributor-img-wrp {
    height: 142px;
  }
  .montaj-card-content .h4-title {
    margin-bottom: 6px;
    font-size: 21px;
  }

  /* qa */
  .contact-card-left-inner {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-left-right-inner {
    width: 100%;
  }

  /* qa */

  /* End of SS Css 03-04-2024 05:20pm */
}

.woocommerce div.product {
  display: flex;
  flex-wrap: wrap;
}
.single_variation_wrap {
  display: none !important;
}

.variations th,
.variations td {
  display: block;
  color: #707070;
}

.woocommerce div.product form.cart {
  margin-bottom: 0;
}

.reset_variations {
  display: none !important;
}

.new-gallery-sec {
  width: 100%;
}


.acf-product-summary-table {
  max-width:100% !important;
  width: 100% !important;
  table-layout: auto;
  border-collapse: collapse;
  margin: 20px 0;
  text-align: center;
  color: #222;
}

.acf-product-summary-table th, 
.acf-product-summary-table td {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 0.875rem;
}

.acf-product-summary-table th {
  background-color: #f6f6f6;
  font-weight: 500;
  text-transform: uppercase;
}

.new-gallery-btm-outtr {
  width: 100%;
}


@media (max-width: 767px) {
  .acf-product-summary-table {
    display: block;
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap; /* Prevents text wrapping */
  }

  .acf-product-summary-table th, .acf-product-summary-table td {
    padding: 10px;
  }
}

.container-custom {
  max-width: 100%;
  margin-bottom: 40px;
}

@include media-breakpoint-up(xl) {
  .acf-product-summary-table {
    display: block;
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap; /* Prevents text wrapping */
  }
}

.portfolio-item {
  position: relative;
  padding-bottom: 75%;
  display: block;
  overflow: hidden;
}

.portfolio-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-item-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  max-height: 100%;
  padding: 10px;
  backdrop-filter: blur(16.5px);
  max-width: 350px;
}

.portfolio-item-title {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0;
  color: white;
  font-family: var(--montserrat-font);;
}

.portfolio-item-description {
  color: white;
}

.slideshow-1-title {
  color: #222;

}

.slideshow-1-title h2::before {
  display: none;
}

.portfolio-item-overlay {
  position: absolute;
  transition: all ease-out 0.3s;
  background-color: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.portfolio-item:hover .portfolio-item-overlay {
  opacity: 1;
}

.portfolio-item-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  transition: all ease-out 0.3s;
}

.portfolio-item-icon i {
  font-size: 1.5rem;
  color: white;
  transition: all ease-out 0.3s;
}

.portfolio-item-icon:hover {
  background-color: white;
}

.portfolio-item-icon:hover i {
  color: rgba(201, 166, 102, 1);
}

.archive .site-main .container {
      max-width: 1350px;
}

.archive .site-main {
  padding-top: 30px;
}



.product-colors-row {
  display: flex;
  gap: 5px;
  margin-top: 5px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}

.product-color-item img {
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
}

.archive .product {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.03);
  padding: 10px;
  list-style-type: none;
  text-align: center;
  position: relative;
}

.archive .product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  z-index: -1;
}

.archive .product {
  display: block;
  height: 100%;
}

.archive .product a {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

.archive .woocommerce-loop-product__title {
  font-size: 1.75rem;
  font-weight: 300;
  font-family: var(--montserrat-font);
  margin-bottom: 5px;
}

.archive .product .attachment-woocommerce_thumbnail {
  margin-bottom: 25px;
}

.product-button {
  border: 1px solid #ecb63e;
  padding: 10px;
  color: #ecb63e;
  transition: all .3s ease-out;
  font-weight: 500;
  margin-top: auto;
  width: 100%;
}

.product-button:hover {
  background-color: #ecb63e;
  color: white;
}

.product-description {
  font-size: 0.9rem;
  color: #555 !important;
}

.gallery-sec .container {
  max-width: 1400px;
}

.card-content {
  padding: 20px;
  min-width:200px;
}

.card-title {
  font-family: var(--montserrat-font);
  color: white;
  font-weight: 400;
  font-size: 1.5rem;
}

.card-link {
  color: white;
  text-decoration: underline;	
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}

.gallery-img:hover .card-link {
    opacity: 1;
    height: 22px;
}

.gallery-img:hover .card-content {
    margin-top: 11px;
}

.gallery-img {
 padding-bottom: 10px;
}


@media (min-width: 768px) {
  .gallery-img {
     padding-bottom: 40px;
  }

  .gallery-wrap {
      column-count: 2; 
      column-gap: 40px; 
      width: 100%;
      margin: 0 auto;
  }

  .gallery-item {
      width: 100%;
      margin-bottom: 30px;
      break-inside: avoid;   }
  .card-title {
    font-size: 2rem;
  }
}

.acf-product-summary-table img {
  display: block;
  width: 65px;
  margin: 10px auto;
}

.iconic-woothumbs-all-images-wrap, .entry-summary {
   width: 100% !important;
}

.iconic-woothumbs-images-wrap, .iconic-woothumbs-thumbnails .slick-slide {
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.03);
}

.iconic-woothumbs-thumbnails .slick-slide {
   min-height: 0px !important;
   height: auto !important; 
}

.iconic-woothumbs-thumbnails__image-wrapper:after {
  border: 1px solid #333 !important;
}

.iconic-woothumbs-thumbnails-wrap .iconic-woothumbs-thumbnails__control--left, .iconic-woothumbs-thumbnails-wrap .iconic-woothumbs-thumbnails__control--right {
   border-radius: 0 !important;
   top: 25% !important;
   margin: 0 !important;
}

.product-title {
    letter-spacing: 1px;
    color: #222;
    display: block;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.product-title.small {
    font-size: 1.5rem;
}
.entry-summary p {
   font-size: 1rem;
}

.product-subtitle {
  font-size: 1.15rem;
  margin-bottom: 5px;
}

.neww-wrappr-all-updated.container {
   display: flex;
   flex-wrap: wrap;
}

.single-product .breadcrumb-container, .single-product .breadcrumb-container + .container {
   max-width: 1300px;
}

.breadcrumb {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 3px 0 3px 15px; 
}

.breadcrumb a {
   font-weight: 400;
   color: #AE8B55;
}

.single-product .new-product-banner-con-rit {
  padding-top: 0;
}

.iconic-woothumbs-all-images-wrap {
  margin-bottom: 0 !important;
}

.variations label {
  font-family: var(--playfair-font);
  color: #222;
  font-size: 1.25rem;
  font-weight: 400 !important;
}

.variations select {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.01);
  border: 1px solid #efefef;
  margin-right: 0 !important;
}

.variations select:focus {
  border-radius: 0;
}

@media (min-width: 768px) {
  .iconic-woothumbs-all-images-wrap, .entry-summary {
   width: 50% !important;
  }
  .single-product .new-product-banner-con-rit {
    padding-top: 25px;
  }
  .product-title {
    font-size: 3rem;
    margin-bottom: 10px; 
  }
  .iconic-woothumbs-all-images-wrap {
    margin-bottom: 30px !important;
  }
  .new-product-banner-con-rit, .variations .label, .variations select {
    text-align: center !important;  
  }
  .product-subtitle {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .variations {
    margin-left: 40px; 
    max-width: calc(100% - 40px);
  }

  .colors-row {
    max-width: 160px;
  }
}

.color-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 items per row */
    gap: 10px; /* Space between items */
    justify-content: center;
}

.color-item {
    text-align: center;
    font-size: 0.75rem;
    max-width: 60px
    line-height: 1.1;
}

.color-item img {
 margin: 10px auto 5px auto !important;
 width: 80px;
 height: 80px;
 object-fit: cover;
 border-radius: 5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.product-form-sec {
  max-width: 100vw;
  overflow: hidden;
}

.video-wrap {
  padding-bottom: 60%;
  position: relative;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hmd-cta {
  position: relative;
}

.hmd-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
  background-image: url('images/s1-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.backdrop {
    backdrop-filter: blur(16.5px);
}

.single-product-wrap {
  position: relative;
}

.single-product-wrap::before, .single-product-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top: -37px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  z-index: -1
}

.single-product-wrap::before {
  background-image: url('https://fortin.work/hmdv2/wp-content/uploads/2025/03/HMD-Stone-Septembrie-2023-128-scaled.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-product-wrap::after {
  background: rgb(255 255 255 / 90%);
}

.partner-item {
  position: relative;
  padding-bottom: 80%;
  display: block;
}

.partner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-item .card-title {
  font-size: 1.5rem;
}

.partner-item .card-content {
  max-width: 250px;
}

.partner-content p {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .page-template-template-parteneri .inner-bnr-img {
    position: static;
  }
}

.distributor-cards-wrp div:last-child {
  border-bottom: none !important;
}

.distribuitor-text h1,
.distribuitor-text h2,
.distribuitor-text h3,
.distribuitor-text h4,
.distribuitor-text h5,
.distribuitor-text h6  {
    color: var(--hdng-clr);
    font-weight: 500;

}
@media (max-width: 767px) {
  .summary.entry-summary {
    display:flex; 
    flex-direction: column-reverse;
  }
}

.image-group {
  display: flex;
  justify-content: space-around;
  padding: 0 30px; 
}

.acf-product-summary-table img {
  min-width: 65px;
}