@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sahitya:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Judson:ital,wght@0,400;0,700;1,400&display=swap');
/* .roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
   */
/* .sahitya-regular {
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .sahitya-bold {
    font-family: "Sahitya", serif;
    font-weight: 700;
    font-style: normal;
  }
   */
/* .inria-serif-light {
    font-family: "Inria Serif", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .inria-serif-regular {
    font-family: "Inria Serif", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .inria-serif-bold {
    font-family: "Inria Serif", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .inria-serif-light-italic {
    font-family: "Inria Serif", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .inria-serif-regular-italic {
    font-family: "Inria Serif", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .inria-serif-bold-italic {
    font-family: "Inria Serif", serif;
    font-weight: 700;
    font-style: italic;
  }
   */
/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 700

.josefin-slab-<uniquifier> {
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
/* .judson-regular {
  font-family: "Judson", serif;
  font-weight: 400;
  font-style: normal;
}

.judson-bold {
  font-family: "Judson", serif;
  font-weight: 700;
  font-style: normal;
}

.judson-regular-italic {
  font-family: "Judson", serif;
  font-weight: 400;
  font-style: italic;
} */


* {
  padding: 0;
  margin: 0;

}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
.container-2{
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 94.44px  0 64px  ;
  box-sizing: border-box;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 100px 0 100px;
  box-sizing: border-box;
}

/* top-bar-start-section  */
.marquee-header{
  display: none;
}
.topbar-background{
  background-color: #000000;
  padding: 16px 0px 16px 0px;
}
.topbar-icon-sec{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar-icon-box{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar-icon{
  display:flex;
  align-items: center;
}
.top-bar-icon a{
  text-align:center;
  text-decoration: none;
  display: inline-block;
}
.top-bar-icon h2{
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-right: 68px;
}
.hader-icon{
  color: #D6B500;
  padding-right: 6.22px;

}
.hader-icon-2{
  padding-right: 9.89px;
  color: #D6B500;

}
.hadder-icon-3{
  color: #D6B500;
  padding-right: 8.56px;
  
}
.hader-icon-4{
  color: #D6B500;
  padding-right: 14.33px;

}

.top-bar-icon h3{
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-right: 86px;
}
.top-bar-icon h4{
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-right: 86px;
}
.top-bar-icon h5{
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
   
}
.top-bar-icon-2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
 
  
}
.top-bar-icon-2 a{
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.social-icon{
  color: #A3A1A1;
  padding-right: 35px;
 
}
/* topbar-end-section */
/* nav-start  */
.tog-bar{
  display: none;
}
.nav-bar-background {
  background-color: #FFFFFF;
  padding: 0px 0 0px 0;
}

.nav-bar-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-sec a {
  text-decoration: none;
  display: inline-block;

}
.logo-sec img{
  width: 100%;
}

.menu-bar ul li {
  padding: 0;
  margin: 0;
}

.menu-bar ul li {
  list-style: none;
  display: inline-block;
  padding-right: 41px;
}

.menu-bar ul li :nth-last-child(1) {
  padding-right: 0;
}

.menu-bar ul li a {
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.search-bar {
  font-size: 15px;
  text-align: center;

}

.menu-bar ul li a:hover {
  color: #D6B500;
}

.menu-bar ul li a.actived {
  color: #D6B500;
}

/* nav-end  */
/* banner-start  */
.banner-images img {
  width: 100%;
}

.banner-images {
  position: relative;
}



.slick-next {
  right: 60px !important;
}

.slick-next:before {
  content: "\f105" !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'fontawesome' !important;
  font-size: 40px !important;
  line-height: 1;
  opacity: .75;
  color: #ffffff;

}

.slick-prev {
  left: 48px !important;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 47px !important;
  height: 47px !important;
  padding: 0;
  background-color: #d9d9d953 !important;
  border: 2px solid #FFFFFF !important;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;

  z-index: 9;
}


.slick-prev:before {
  content: "\f104" !important;
}


.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 25px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  transform: translate(-50px -50px);
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #ffffff !important;
}

.slick-dots {
  position: absolute;
  bottom: 34px !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 18px !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;

}

.banner-text h1 {
  font-size: 40px;
  color: #FFFFFF;
  padding-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.banner-text h2 {
  font-size: 20px;
  padding-bottom: 75px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.banner-text span {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FC0202;
}

.banner-text a {
  text-decoration: none;
  display: inline-block;
}

.banner-button {
  border: 2px solid #FFFFFF;
  padding: 21px 46px 20px 45px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.button-right-icon {
  color: #FFFFFF;
  font-size: 20px;
  padding-right: 3px;
}

.banner-button:hover {
  background-color: #D6B500;
  color: #FFFFFF;
}

/* banner end  */
/* shiping-background-start */
.shipping-background {
  background-color: #FFFFFF;
  padding: 53px 0px 103px 0px;
}

.shipping-sec {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.shipping-card-box {
  width: 324px;



}

.shipping-card-icon-sec {
  display: flex;
  align-items: center;
}

.shipping-icon {
  margin-right: 14px;
}

.shiiping-icon-text h2 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

.shiiping-icon-text p {
  font-size: 17px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;

}

/* shipping-background-end */
/* gallery-background-start */
.gallery-background {
  background-color: #FFFFFF;
  margin-bottom: 88px;
}

.gallery-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery-box {
  width: 32%;
}

.gallery-box img {
  width: 100%;
  height: 100%;

}

.box-images {
  position: relative;
  overflow: hidden;
  line-height: 0;
 
}

.box-images::after {
  content: " Upto 40% off";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #197ecc78;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 14px;
  padding-left: 6px;
  color: #FFFFFF;
  transform: translateX(-1000px);
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.8s ease-in-out;
  cursor: pointer;
}

.box-images:hover::after {
  transform: translateX(0);
}

/* gallery-background-end */
/* New-product-section-start */
.new-product-background {
  background-color: #ffffff;
  margin-bottom: 110px;
}

.new-product-text {
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}


.new-product-text h2 {
  font-size: 20px;
  color: #9B8700;
}
.new-product-text p {
  color: #000000;
  font-size: 30px;
  margin-bottom: 69px;
}

.new-prodcut-sec {
  display: flex;
  justify-content: space-evenly;
  align-items: center;

}

.new-product-box {
  width: 332px;
  margin-right: 22px;
}

.new-product-images {
  line-height: 0;
  overflow: hidden;
}

.new-product-images img {
  width: 100%;
  height: 100%;
  transition: all 2s ease-in-out;
  cursor: pointer;
}

.new-product-images:hover img {
  transform: scale(2) rotate(0deg);
}

.new-product-box-text {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 13px;
}

.new-product-box-text h3 {
  font-size: 12px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #8F8B8B;
}

.new-product-box-text h4 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 31px;
}

.new-product-box-text h5 {
  font-size: 12px;
  color: #9B8700;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.new-product-box-text span {
  font-size: 12px;
  padding-left: 19px;
  text-decoration: line-through;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}

.new-gallery-background {
  background-color: #FFFFFF;
  margin-bottom: 74px;
}

.new-product-gallery-sec {
  display: flex;
  justify-content: space-between;
}

.new-gallery-box-1 {
  width: 335px;
  cursor: pointer;

}

.new-gallery-images-1 {
  margin-bottom: 19px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.new-gallery-images-1::after {
  content: "Basin";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 220px;
  padding-left: 20px;
  transform: translateY(-1000px);
  background-color: #197ecc38;
  transition: all 0.5s ease-in-out;
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 25px;
}

.new-gallery-images-1:hover::after {
  transform: translateY(0);
}

.new-gallery-images-1 img {
  width: 100%;


}

.new-gallery-images-2 {
  margin-right: 20px;
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.new-gallery-images-2::after {
  content: "Cabinet";
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 318px;
  transform: translateY(-1000px);
  background-color: #197ecc38;
  transition: all 0.5s ease-in-out;
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 25px;
}

.new-gallery-images-2:hover::after {
  transform: translateY(0);
}

.new-gallery-images-2 img {
  width: 100%;
  height: 367px;
}

.new-gallery-box-2 {
  width: 690px;
  cursor: pointer;
}

.new-gallery-images-3 {
  margin-right: 20px;
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.new-gallery-images-3::after {
  content: "Enclosures";
  padding-top: 573px;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-1500px);
  background-color: #197ecc38;
  transition: all 0.5s ease-in-out;
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 25px;
}

.new-gallery-images-3:hover::after {
  transform: translateY(0);
}

.new-gallery-images-3 img {
  width: 100%;
  height: 628px;

}

.new-gallery-images-4 {
  margin-bottom: 19px;
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.new-gallery-images-4::after {
  content: "Furniture";
  text-align: center;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 312px;
  background-color: #197ecc38;
  transform: translateY(-1000px);
  transition: all 0.5s ease-in-out;
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;

}

.new-gallery-images-4:hover::after {
  transform: translateY(0);
}

.new-gallery-images-4 img {
  width: 100%;
}

.new-gallery-images-5 {
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.new-gallery-images-5 img {
  width: 100%;
}

.new-gallery-images-5::after {
  content: "Radiators";
  text-align: center;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 105px;
  padding-top: 224px;
  background-color: #197ecc38;
  transform: translateY(-1000px);
  transition: all 0.5s ease-in-out;
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;

}

.new-gallery-images-5:hover::after {
  transform: translateY(0);
}




.shop-by-category-background {
  background-color: #FFFFFF;
}

.shop-bay-category-text-heading {
  text-align: center;


}

.shop-bay-category-text-heading h2 {
  font-size: 20px;
  color: #9B8700;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 11px;
}

.shop-bay-category-text-heading h3 {
  font-size: 30px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  width: 319px;
  margin-left: 514px;
  color: #000000;
  margin-bottom: 95px;


}

.shop-by-category-sec {
  display: flex;
  justify-content: space-evenly;
}

.shop-by-category-sec2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.shop-by-box-1 {
  width: 217px;
  margin-right: 20px;

}

.shop-by-images img {
  width: 100%;
}

.shop-by-images {
  line-height: 0;
  overflow: hidden;
  margin-bottom: 31px;

}

.shop-by-images:hover img {
  transform: scale(2) rotate(0deg);
}

.shop-by-box-2 {
  width: 217px;
  margin-right: 20px;

}

.shop-by-images img {
  width: 100%;
  height: 100%;
  transition: all 2s ease-in-out;
  cursor: pointer;
}

.shop-by-category-text {
  text-align: center;

}

.shop-by-category-text-2 {
  text-align: center;

}

.shop-by-category-text h4 {
  font-size: 25px;
  color: #000000;
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 107px;
}

.shop-by-category-text-2 h5 {
  font-size: 25px;
  color: #000000;
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 149px;
}

.bathroom-crad-background {
  background-color: #FFFFFF;
}

.bathroom-box {
  width: 690px;
}

.bathroom-images {

  position: relative;
  overflow: hidden;

}

.bathroom-box {
  width: 690px;
  margin-right: 20px;
}

.bathroom-images img {
  width: 100%;
  height: 100%;
}

.bathroom-crad-sec {
  display: flex;
  justify-content: space-evenly;
}

.bathroom-box-text,
.bathroom-images::after {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;


}

.bathroom-images::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translateX(-1000px);
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.345);



}

.bathroom-images:hover::after {
  transform: translateX(0);

}

.bathroom-box-text {

  left: 33px;
  z-index: 1;
  transform: translateX(-1000px);
  transition: all 0.5s ease-in-out;

}

.bathroom-box-text h6 {
  margin-top: 98px;
  margin-bottom: 115px;
  font-size: 25px;
  font-family: "Judson", serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;

}

.bathroom-box-text h2 {
  margin-bottom: 27px;
  font-size: 40px;
  width: 42%;
  color: #ffffff;
  font-family: "Judson", serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;

}

.bathroom-card-button {
  display: inline-block;
  padding: 21px 24px 22px 20px;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  font-size: 20px;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}

.bathroom-card-button:hover {
  background-color: #D6B500;
}

.right-icon {
  margin-left: 29px;
  font-size: 20px;
  color: #FFFFFF;
}

.bathroom-box-text a {
  text-decoration: none;
  display: inline-block;
}

.bathroom-images:hover .bathroom-box-text {
  transform: translateX(0);
}

.featured-product-background {
  background-color: #FFFFFF;
  margin-top: 118px;
}

.featured-product-text-heading {
  text-align: center;
}

.featured-product-text-heading h2 {
  font-size: 20px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #9B8700;
}

.featured-product-text-heading h3 {
  font-size: 30px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  margin-bottom: 96px;
}

.featured-Prodct-sec {
  display: flex;
  justify-content: space-between;

}

.featured-product-box-1 {
  width: 335px;
  margin-right: 20px;
}

.featured-product-images {

  overflow: hidden;

}

.featured-product-images img:hover {
  transform: scale(2) rotate(0deg);
}

.featured-product-images img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 2s ease-in-out;

}

.featured-product-box-2 {
  width: 217px;
  margin-right: 20px;
}

.featured-product-box-3 {
  width: 216px;
  margin-right: 20px;

}

.featured-product-box-4 {
  width: 224px;
  margin-right: 20px;
}

.featured-product-text {
  text-align: center;
  margin-top: 13px;
}

.featured-product-text h4 {
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #8F8B8B;
  margin-bottom: 21px;
}

.featured-product-text h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  margin-bottom: 18px;
}

.featured-product-text h6 {
  margin-bottom: 111px;
  color: #9B8700;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;


}

.featured-product-text span {
  margin-left: 19px;
  text-decoration: line-through;
}

.plan-your-bathroom-sec{
  display: flex;
  justify-content: space-between;
  align-items: center;
 
 
}
.plan-your-bathroom-images-box-1{
  width: 572px;
  margin-top: 44px;
  margin-right: 138px;
 
}

.plan-your-bathroom-images-1 img{
  width: 100%;
  height: 100%;
  margin-bottom: 49px
  
}
.plan-your-bathroom-text-box{
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
}
.plan-your-bathroom-text-box h3{
  font-size: 20px;
  color: #9B8700;
  margin-bottom: 20px;
  font-weight: 400;
}
.plan-your-bathroom-text-box  h4{
  font-size: 30px;
  width: 40%;
  font-weight: 400;
  margin-bottom: 34px;
  color: #000000;
}
.plan-your-bathroom-text-box p{

  font-size: 20px;
  font-weight: 400;
  color: #949393;
  width: 73%;
  margin-bottom: 56px;
}

.text-box-images img{
  width: 100%;
  height: 100%;
}
.plan-imagges-text p{
  font-size: 20px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #B2B2B2;
  margin-bottom: 151px;

}
.plan-bathroom-box-2{
  width: 689px;
}
.our-latest-news-section{
  background: #FFFFFF;
}
.our-latest-news-text-heading{
  text-align: center;
}
.our-latest-news-text-heading h5{
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #9B8700;
  margin-bottom: 12px;
}
.our-latest-news-text-heading h6{
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  margin-bottom: 151px;
}
.our-latest-news-sec{
  display: flex;
  justify-content: space-between;
}
.our-latest-news-gallery-card{
  width: 453px;
}
.our-latest-News-images{
  margin-right: 20px;
}
.our-latest-News-images img{
  width: 100%;
  height: 100%;
}
.our-latest-news-gallery-card-text h2{
  font-size: 18px;
  font-family: "Inria Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: #AAA8A8;
    margin-top: 22px;
    margin-bottom: 22px;
}

.our-latest-news-gallery-card-text h3{
  font-size: 30px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: #000000;
}
.our-latest-news-gallery-card-text p{
  font-size: 20px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #B5B3B3;
  margin-bottom: 37px;
  width: 92%;

}
.our-latest-news-gallery-card-text a{
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.gallery-button{
  display: inline-block;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #000000;
 
  margin-bottom: 61px;
  transition: all 0.5s ease-in-out;
}
.gallery-right-icon{


  font-size: 22px;
 padding-left: 19px;
 transform: translateX(-5px);
 transition: all 0.5s ease-in-out;

}
.gallery-button:hover{
  color: #D6B500;
}
.gallery-right-icon:hover{
  transform: translateX(0);
  color: #D6B500;
}
.footer-background-images img {
 width: 100%;
 height: 100%;
}
.footer-background-images{
  background-image: url("Group 41.png");
  background-size: 100% 100%;
  background-position:  center center;
  background-repeat:  no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 43px;
  padding-bottom: 94px;
}
.footer-background-images::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: -1;

}
.footer-background-images-text h3{
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  text-align: center;
  color: #FFFFFF;
  padding-right: 471px;
  padding-left: 466px;
 padding-bottom: 20px;
}
.form-sec{
display: flex;
justify-content: center;
align-items: center;
color:#FFFFFF;



}
.first-line{
  background:none;
  outline:none;
  border:none;
  width: 786px;
  font-size: 18px;
  color:#FFFFFF; 



}
input::placeholder{
  color: #FFFFFF;
}

.second-line{
  background: none;
  outline: none;
  border: none;
  font-size: 18px;
  color:#FFFFFF;
  cursor: pointer;
}

.form-men-sec{
display: block;
border-bottom:  2px solid #FFFFFF;
padding-bottom:  10px;
margin-bottom: 54px;

}
.right-footer{
  padding-left: 8px;
  
}
.footer-logo-sec{
  display: flex;
  justify-content:center;
 
}

  
.footer-logo a{
  display: inline-block;
}
.footer-logo img{
  width: 100%;

  margin-bottom: 40px;
}

.footer-logo-icon-sec{
  display: flex;
  justify-content:start;
  align-items: center;
}
.footer-logo-icon a{
  display: inline-block;
}
.footer-para{
  width: 386px;
}
.footer-para p{
  font-size: 16px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  width: 91%;
  margin-bottom: 21px;
}
.footer-menu-link{
  margin-top: 24px;
 

}
.main-link li{
  padding: 0;
  margin: 0;
}
.main-link li{
  list-style: none;
  display: inline-block;
  padding-right: 128px;

  
;
}
.main-link li:nth-child(3){
  padding-right: 0;
  padding-bottom: 0;

}
.main-link li a{
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  color: #FFFFFF;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 10px

}
.main-link .dropdown-1 li{
  display: block;
  padding-bottom: 10px;
  padding-right: 0;
  
}
.main-link  .dropdown-1 li :nth-child(6){
  padding-right: 0;
}
.main-link .dropdown-1 li a{
display: inline-block;
color: #FFFFFF;
  font-size: 18px;
font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;


  
}


.footer-menu-link-2{
  margin-top: 24px;
 
}

.footer-main-link {
  padding: 0;
  margin: 0;
}

.footer-main-link li{
  list-style: none;
  display: block;
 
}

.footer-main-link li a{
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  padding-bottom: 10px;

}
.footer-main-link .dropdown-2 li{
  list-style: none;
  display: block;
  padding-bottom: 10px;
}
.footer-main-link .dropdown-2 li p{
  font-size: 16px;
 
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  padding-bottom: 10px;
}
.footer-main-link .dropdown-3 li {
  list-style: none;
  display: inline-block;
  padding-left: 4px;
}
.footer-main-link  .dropdown-3 a{
text-decoration: none;
display: inline-block;
text-align: center;
width: 20px;
height: 20px;
border: 2px solid #FFFFFF;
border-radius: 50%;
padding: 5px 9px 14px 10px;
transition:  all 0.5s ease-in-out;
}
.footer-icon{
  font-size: 16px;
}

.footer-main-link .dropdown-3 li a:hover{
  background-color: #9B8700;
}

.phone-icon{
  font-size: 20px;
  color: #9B8700;
  margin-right: 22px;
}
.footer-logo-icon-text h3{
  font-size: 12px;

  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.footer-logo-icon-text h4{
  font-size: 12px;
  color: #9B8700;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
 
}





/* start-mideaquary */
@media (max-width: 575.98px) { 
  .container{
    max-width: 100%;
    padding: 0 30px;

}
.topbar-background{
  background-color: #000000;
  padding: 16px 0px 16px 0px;
}
.marquee-header{
  display: block;
}

.topbar-icon-sec{
  justify-content: center;
  gap: 100%;
}
.alt-header{
  display: none;
}
.tog-bar{
  display: block;
  width: 100%;
  height: 50px;
}
.tog-bar-icon-1{
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 63px;
 color: #000000;
}
.nav-bar-sec {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logo-sec a {
  text-align: center;
  display: block;
}

.menu-bar ul li {
  list-style: none;
  display: block;
  padding-right:0px;
  padding-bottom: 20px;
  text-align: center;
}
.menu-bar ul li :nth-last-child(1) {
  padding-right: 0;
  padding-bottom: 0;
}
.menu-bar ul li a {
  text-align: center;
  font-size: 16px;
 
}
.banner-images img {
  width: 100%;
  height: 80vh;
 
  
}
.banner-images {
  position: relative;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'fontawesome' !important;
  font-size: 16px !important;
  line-height: 1;
  opacity: .75;
  color: #ffffff;

}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px !important;
  height: 20px !important;
  padding: 0;
  background-color: #d9d9d953 !important;
  border: 2px solid #FFFFFF !important;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;

  z-index: 9;

}
.slick-prev {
  left: 20px !important;
}
.slick-next {
  right: 20px !important;
}
.slick-dots li button:before {
  font-family: 'slick';
 
  line-height: 100px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px !important;
  height: 10px !important;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  transform: translate(-50px -50px);
}
.slick-dots {
  position: absolute;
  bottom: 60px !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-39%, -16%);
  text-align: center;

}
.banner-text h1 {
  font-size: 16px;
  color: #FFFFFF;
  padding-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
 
 
}
.banner-text h2 {
  font-size: 16px;
  padding-bottom: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.banner-text span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FC0202;
}
.banner-button {
  border: 2px solid #FFFFFF;
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  display:block;
  transition: all 0.5s ease-in-out;
  text-align: center;
  margin-bottom: 279px;
}
.button-right-icon {
  color: #FFFFFF;
  font-size: 20px;
  padding-left: 3px;
  text-align: center;
}
.banner-text a {
  text-decoration: none;
  display: block;
  text-align: center;

}
.shipping-sec {
 flex-wrap: wrap;
 flex-direction: column;
 align-items: center;
}
.shipping-card-icon-sec {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shipping-icon {
  margin-right: 0px;
  text-align: center;
}
.shiiping-icon-text h2 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-align: center;
}
.shiiping-icon-text p {
  font-size: 12px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-align: center;

}
.shipping-card-box {
  width: 240px;



}
.gallery-sec {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gallery-box {
  text-align: center;
  width: 90%;
  margin-bottom: 19px;
}

.gallery-box img {
  width: 100%;
  height: 100%;

}
.box-images {
  position: relative;
  overflow: hidden;
  line-height: 0;
  
}
.box-images::after {
  content: " Upto 40% off";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #197ecc78;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 14px;
  padding-left: 6px;
  color: #FFFFFF;
  transform: translateX(-1000px);
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.8s ease-in-out;
  cursor: pointer;
}
.new-product-background {
  background-color: #ffffff;
  margin-bottom: 60px;
}
.new-product-text {
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.new-product-text h2 {
  font-size: 16px;
  color: #9B8700;
}
.new-product-text p {
  color: #000000;
  font-size: 20px;
  margin-bottom: 69px;
}
.new-prodcut-sec {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;


}
.new-product-box {
  width: 272px;
  margin-right: 0px;
}

.new-product-images {
  line-height: 0;
  overflow: hidden;
}
.new-product-images img {
  width: 100%;
  height: 100%;
  transition: all 2s ease-in-out;
  cursor: pointer;
}
.new-product-box-text {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 13px;
}
.new-product-box-text h3 {
  font-size: 12px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #8F8B8B;
}
.new-product-box-text h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  
}
.new-product-box-text h5 {
  font-size: 12px;
  color: #9B8700;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  
}
.new-product-box-text span {
  font-size: 12px;
  padding-left: 19px;
  text-decoration: line-through;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}
.new-gallery-box-2 {
  width: 272px;
  cursor: pointer;
}
.new-product-gallery-sec {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.new-gallery-box-1 {
  width: 272px;
  cursor: pointer;

}
.new-gallery-images-4 img {
  width: 100%;
}
.new-gallery-images-1 {
  margin-bottom: 19px;
  margin-right: 0px;
  position: relative;
  overflow: hidden;
  line-height: 0;
 
}
.new-gallery-images-3 {
  margin-right: 20px;
  position: relative;
  line-height: 0;
  overflow: hidden;
  width: 272px;
  margin-bottom: 19px;
}
.new-gallery-images-2 {
  margin-left: 0px;
  position: relative;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 19px;
  width: 272px;
 ;
}
.new-gallery-images-1 img {
  width: 100%;
}
.new-gallery-images-2 img {
  width: 100%;
  height: 367px;
}
.new-gallery-images-4 {
  margin-bottom: 19px;
  position: relative;
  line-height: 0;
  overflow: hidden;

}
.new-gallery-images-3 img {
  width: 100%;
  height: 300px;
}
.new-gallery-images-5 img {
  width: 100%;
}
.new-gallery-images-5 {
  position: relative;
  line-height: 0;
  overflow: hidden;
  width: 272px;
  margin-bottom: 19px;
}
.shop-bay-category-text-heading h2 {
  font-size: 20px;
  color: #9B8700;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 11px;
  text-align: center;
}
.shop-bay-category-text-heading h3 {
  font-size: 20px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  width:275px;
  margin-left: 0px;
  color: #000000;
  margin-bottom: 95px;
}
.shop-by-category-sec {
 flex-direction: column;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
}
.shop-by-box-1 {
   width: 272px;
   margin-right: 0px; 
}
.shop-by-category-text h4 {
  font-size: 20px;
  color: #000000;
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 24px;
}
.shop-by-images {
  line-height: 0;
  overflow: hidden;
  margin-bottom: 19px;

}
.shop-by-box-2 {
  width: 272px;
  margin-right: 0px;
}
.shop-by-category-text-2 h5 {
  font-size: 20px;
  color: #000000;
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 23px;
}
.bathroom-crad-sec {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bathroom-images {
  position: relative;
  overflow: hidden;
  width: 272px;
  margin-bottom: 19px;
}
.bathroom-box-text h6 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 20px;
  font-family: "Judson", serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}
.bathroom-box-text h2 {
  margin-bottom: 27px;
  font-size: 31px;
   width: 17%;
 
  font-family: "Judson", serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}
.bathroom-box-text h2 {
  margin-bottom:19px;
  font-size: 19px;
  width: 52%;

  font-family: "Judson", serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

.new-gallery-images-2::after {
  content: "Cabinet";
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 318px;
  transform: translateY(-500px);
  background-color: #197ecc38;
  transition: all 0.5s ease-in-out;
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 20px;
}

.bathroom-box {
  width: 272px;
  margin-right: 0px;
}
.bathroom-box-text a {
  text-decoration: none;
  display: inline-block;
}
.bathroom-card-button {
  display: block;
  padding: 10px 10px 10px 20px;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  font-size:16px;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.right-icon {
  margin-left: 7px;
  font-size: 20px;
  color: #FFFFFF;
}
.featured-product-background {
  background-color: #FFFFFF;
  margin-top: 62px;
}
.featured-product-text-heading h3 {
  font-size: 25px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  margin-bottom: 70px;
}
.featured-Prodct-sec {
flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.featured-product-images {
  overflow: hidden;
 ;
  
}
.featured-product-box-2 {
  width: 272px;
  margin-right: 0px;
}
.featured-product-box-1 {
    width: 272px;
    margin-right: 0px;
}
.featured-product-box-3 {
  width: 272px;
  margin-right: 0px;
}
.featured-product-box-4 {
  width: 272px;
  margin-right: 0px;
}
.featured-product-text h6 {
  margin-bottom: 30px;
  color: #9B8700;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.plan-your-bathroom-sec {
 
 flex-direction: column;
 align-items: center;
 justify-content: center;
}
.plan-your-bathroom-images-box-1 {
  width: 272px;
  margin-top: 44px;
  margin-right: 0px;
}
.plan-bathroom-box-2 {
  width: 272px;
 
}

.plan-your-bathroom-text-box h4 {
  text-align: center;
  font-size: 17px;
  width: 100%;
  font-weight: 400;
  margin-bottom: 34px;
  color: #000000;
}
.plan-imagges-text p {
  font-size: 16px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #B2B2B2;
  margin-bottom: 35px;
  text-align: center;
}
.plan-your-bathroom-text-box h3 {
  font-size: 20px;
  color: #9B8700;
  margin-bottom: 20px;
  font-weight: 400;
  margin-left: 0px;
  text-align: center;
}
.plan-your-bathroom-text-box p {
  font-size: 16px;
  font-weight: 400;
  color: #949393;
  width: 100%;
  margin-bottom: 56px;
  text-align: center;
}
.text-box-images{
  width: 272px;
}
.our-latest-news-text-heading h6 {
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #000000;
  margin-bottom: 54px;
}
.our-latest-news-sec {
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.our-latest-News-images {
  margin-right: 0px;
  width: 272px;
}
.our-latest-news-gallery-card {
  width: 272px;
}
.our-latest-news-gallery-card-text h2 {
  font-size: 14px;
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #AAA8A8;
  margin-top: 22px;
  margin-bottom: 22px;
  text-align: center;
}
.our-latest-news-gallery-card-text h3 {
  font-size: 20px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
}
.our-latest-news-gallery-card-text p {
  font-size: 16px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #B5B3B3;
  margin-bottom: 37px;
  width: 100%;
  text-align: center;
}
.our-latest-news-gallery-card-text a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.gallery-button {
  display: inline-block;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  margin-bottom: 61px;
  transition: all 0.5s ease-in-out;
}
.gallery-right-icon {
  font-size: 17px;
  padding-left: 9px;
  transform: translateX(-5px);
  transition: all 0.5s ease-in-out;
}
.footer-background-images-text h3 {
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
 padding-right: 0px; 
   padding-left: 0px; 
  padding-bottom: 20px;
}
.form-sec {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.footer-logo-sec {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-logo{
  width: 220px;
}

.first-line {
  background: none;
  outline: none;
  border: none;
  width: 786px;
  font-size: 18px;
  color: #FFFFFF;
}
.first-line {
  background: none;
  outline: none;
  border: none;
  width: 155px;
  font-size: 18px;
  color: #FFFFFF;
}
.second-line {
  background: none;
  outline: none;
  border: none;
  font-size: 15px;
  color: #FFFFFF;
  cursor: pointer;
}
.footer-para {
  width: 248px;
  text-align: center;
}
.footer-logo-icon-sec{
   flex-wrap: wrap;
   flex-direction: column;
   align-items: center;
}
.footer-logo a {
  display: block;
  text-align: center;
}
.footer-menu-link {
  margin-top: 24px;
  text-align: center;
}
.main-link li {
  list-style: none;
  display: block;
  padding-right: 0;
}
.footer-main-link {
  padding: 0;
  margin: 0;
  text-align: center;
}
.footer-logo img {
  width: 73%;
  margin-bottom: 40px;
}
}

@media (min-width: 576px) and (max-width: 767.98px) { 
  .container{
    max-width: 540px;
    padding: 0 45px;
  }
  .topbar-background{
    background-color: #000000;
    padding: 16px 0px 16px 0px;
  }
  .marquee-header{
    display: block;
  }
  
  .topbar-icon-sec{
    justify-content: center;
    gap: 100%;
  }
  .alt-header{
    display: none;
  }
  .tog-bar{
    display: block;
    width: 100%;
    height: 50px;
  }
  .tog-bar-icon-1{
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 63px;
   color: #000000;
  }
  .nav-bar-sec {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .logo-sec a {
    text-align: center;
    display: block;
  }
  
  .menu-bar ul li {
    list-style: none;
    display: block;
    padding-right:0px;
    padding-bottom: 20px;
    text-align: center;
  }
  .menu-bar ul li :nth-last-child(1) {
    padding-right: 0;
    padding-bottom: 0;
  }
  .menu-bar ul li a {
    text-align: center;
    font-size: 16px;
   
  }
  .banner-images img {
    width: 100%;
    height: 80vh;
   
    
  }
  .banner-images {
    position: relative;
  }
  
  .slick-prev:before,
  .slick-next:before {
    font-family: 'fontawesome' !important;
    font-size: 16px !important;
    line-height: 1;
    opacity: .75;
    color: #ffffff;
  
  }
  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px !important;
    height: 20px !important;
    padding: 0;
    background-color: #d9d9d953 !important;
    border: 2px solid #FFFFFF !important;
    transform: translate(-50%, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
  
    z-index: 9;
  
  }
  .slick-prev {
    left: 20px !important;
  }
  .slick-next {
    right: 20px !important;
  }
  .slick-dots li button:before {
    font-family: 'slick';
   
    line-height: 100px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px !important;
    height: 10px !important;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    transform: translate(-50px -50px);
  }
  .slick-dots {
    position: absolute;
    bottom: 60px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-39%, -16%);
    text-align: center;
  
  }
  .banner-text h1 {
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
   
   
  }
  .banner-text h2 {
    font-size: 16px;
    padding-bottom: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
  }
  
  .banner-text span {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FC0202;
  }
  .banner-button {
    border: 2px solid #FFFFFF;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    display:block;
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin-bottom: 279px;
  }
  .button-right-icon {
    color: #FFFFFF;
    font-size: 20px;
    padding-left: 3px;
    text-align: center;
  }
  .banner-text a {
    text-decoration: none;
    display: block;
    text-align: center;
  
  }
  .shipping-sec {
   flex-wrap: wrap;
   flex-direction: column;
   align-items: center;
  }
  .shipping-card-icon-sec {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .shipping-icon {
    margin-right: 0px;
    text-align: center;
  }
  .shiiping-icon-text h2 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-align: center;
  }
  .shiiping-icon-text p {
    font-size: 17px;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-align: center;
  
  }
  .shipping-card-box {
    width: 240px;
  
  
  
  }
  .gallery-sec {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .gallery-box {
    text-align: center;
    width: 100%;
    margin-bottom: 19px;
  }
  
  .gallery-box img {
    width: 100%;
    height: 100%;
  
  }
  .box-images {
    position: relative;
    overflow: hidden;
    line-height: 0;
    width: 474px;
    
  }
  .box-images::after {
    content: " Upto 40% off";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #197ecc78;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 14px;
    padding-left: 6px;
    color: #FFFFFF;
    transform: translateX(-1000px);
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    transition: all 0.8s ease-in-out;
    cursor: pointer;
  }
  .new-product-background {
    background-color: #ffffff;
    margin-bottom: 60px;
  }
  .new-product-text {
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
  }
  .new-product-text h2 {
    font-size: 16px;
    color: #9B8700;
  }
  .new-product-text p {
    color: #000000;
    font-size: 35px;
    margin-bottom: 69px;
  }
  .new-prodcut-sec {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  
  
  }
  .new-product-box {
    width: 475px;
    margin-right: 0px;
  }
  
  .new-product-images {
    line-height: 0;
    overflow: hidden;
    width: 475px;
  }
  .new-product-images img {
    width: 100%;
    height: 100%;
    transition: all 2s ease-in-out;
    cursor: pointer;
  }
  .new-product-box-text {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 13px;
  }
  .new-product-box-text h3 {
    font-size: 12px;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    color: #8F8B8B;
  }
  .new-product-box-text h4 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    
  }
  .new-product-box-text h5 {
    font-size: 12px;
    color: #9B8700;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    
  }
  .new-product-box-text span {
    font-size: 12px;
    padding-left: 19px;
    text-decoration: line-through;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  
  }
  .new-gallery-box-2 {
    width: 475px;
    cursor: pointer;
  }
  .new-product-gallery-sec {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
  }
  
  .new-gallery-box-1 {
    width: 475px;
    cursor: pointer;
  
  }
  .new-gallery-images-4 img {
    width: 100%;
  }
  .new-gallery-images-1 {
    margin-bottom: 19px;
    margin-right: 0px;
    position: relative;
    overflow: hidden;
    line-height: 0;
   
  }
  .new-gallery-images-3 {
    margin-right: 20px;
    position: relative;
    line-height: 0;
    overflow: hidden;
    width: 475px;
    margin-bottom: 19px;
  }
  .new-gallery-images-2 {
    margin-left: 0px;
    position: relative;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 19px;
    width: 475px;
   ;
  }
  .new-gallery-images-1 img {
    width: 100%;
  }
  .new-gallery-images-2 img {
    width: 100%;
    height: 367px;
  }
  .new-gallery-images-4 {
    margin-bottom: 19px;
    position: relative;
    line-height: 0;
    overflow: hidden;
  
  }
  .new-gallery-images-3 img {
    width: 100%;
    height: 300px;
  }
  .new-gallery-images-5 img {
    width: 100%;
  }
  .new-gallery-images-5 {
    position: relative;
    line-height: 0;
    overflow: hidden;
    width: 475px;
    margin-bottom: 19px;
  }
  .shop-bay-category-text-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  .shop-bay-category-text-heading h2 {
    font-size: 30px;
    color: #9B8700;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 11px;
    text-align: center;
  }
  .shop-bay-category-text-heading h3 {
    font-size: 28px;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    width:364px;
    margin-left: 0px;
    color: #000000;
    margin-bottom: 95px;
  }
  .shop-by-category-sec {
   flex-direction: column;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
  }
  .shop-by-box-1 {
     width: 475px;
     margin-right: 0px; 
  }
  .shop-by-category-text h4 {
    font-size: 25px;
    color: #000000;
    font-family: "Josefin Slab", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 35px;
  }
  .shop-by-images {
    line-height: 0;
    overflow: hidden;
    margin-bottom: 35px;
  
  }
  .shop-by-box-2 {
    width: 475px;
    margin-right: 0px;
  }
  .shop-by-category-text-2 h5 {
    font-size: 25px;
    color: #000000;
    font-family: "Josefin Slab", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 35px;
  }
  .bathroom-crad-sec {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bathroom-images {
    position: relative;
    overflow: hidden;
    width: 475px;
    margin-bottom: 19px;
  }
  .bathroom-box-text h6 {
    margin-top: 40px;
    margin-bottom:25px;
    font-size: 25px;
    font-family: "Judson", serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
  }
  .bathroom-box-text h2 {
    margin-bottom: 27px;
    font-size: 31px;
     width: 17%;
  
    font-family: "Judson", serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
  }
  .bathroom-box-text h2 {
    margin-bottom:37px;
    font-size: 40px;
    width: 52%;
   
    font-family: "Judson", serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
  }
  
  .new-gallery-images-2::after {
    content: "Cabinet";
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 318px;
    transform: translateY(-500px);
    background-color: #197ecc38;
    transition: all 0.5s ease-in-out;
    font-family: "Inria Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 20px;
  }
  
  .bathroom-box {
    width: 475px;
    margin-right: 0px;
  }
  .bathroom-box-text a {
    text-decoration: none;
    display: inline-block;
  }
  .bathroom-card-button {
    display: block;
    padding: 20px 20px 20px 20px;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    font-size:20px;
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
  }
  .right-icon {
    margin-left: 7px;
    font-size: 20px;
    color: #FFFFFF;
  }
  .featured-product-background {
    background-color: #FFFFFF;
    margin-top: 62px;
  }
  .featured-product-text-heading h3 {
    font-size: 25px;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    margin-bottom: 70px;
  }
  .featured-Prodct-sec {
  flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .featured-product-images {
    overflow: hidden;
   
    
  }
  .featured-product-text h5 {
    
    font-size: 25px;
}
  .featured-product-box-2 {
    width: 475px;
    margin-right: 0px;
  }
  .featured-product-box-1 {
      width: 475px;
      margin-right: 0px;
  }
  .featured-product-box-3 {
    width: 475px;
    margin-right: 0px;
  }
  .featured-product-box-4 {
    width: 475px;
    margin-right: 0px;
  }
  .featured-product-text h6 {
    margin-bottom: 30px;
    color: #9B8700;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .plan-your-bathroom-sec {
   
   flex-direction: column;
   align-items: center;
   justify-content: center;
  }
  .plan-your-bathroom-images-box-1 {
    width: 475px;
    margin-top: 44px;
    margin-right: 0px;
  }
  .plan-bathroom-box-2 {
    width: 475px;
   
  }
  
  .plan-your-bathroom-text-box h4 {
    text-align: center;
    font-size: 31px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 34px;
    color: #000000;
  }
  .plan-imagges-text p {
    font-size: 20px;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    color: #B2B2B2;
    margin-bottom: 35px;
    text-align: center;
  }
  .plan-your-bathroom-text-box h3 {
    font-size: 20px;
    color: #9B8700;
    margin-bottom: 20px;
    font-weight: 400;
    margin-left: 0px;
    text-align: center;
  }
  .plan-your-bathroom-text-box p {
    font-size: 18px;
    font-weight: 400;
    color: #949393;
    width: 100%;
    margin-bottom: 56px;
    text-align: center;
  }
  .text-box-images{
    width: 475px;
    margin-bottom: 50px;
  }
  .our-latest-news-text-heading h6 {
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 41px;
    color: #000000;
    margin-bottom: 54px;
  }
  .our-latest-news-sec {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .our-latest-News-images {
    margin-right: 0px;
    width: 475px;
  }
  .our-latest-news-gallery-card {
    width: 475px;
  }
  .our-latest-news-gallery-card-text h2 {
    font-size: 14px;
    font-family: "Inria Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: #AAA8A8;
    margin-top: 22px;
    margin-bottom: 22px;
    text-align: center;
  }
  .our-latest-news-gallery-card-text h3 {
    font-size: 35px;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
  }
  .our-latest-news-gallery-card-text p {
    font-size: 16px;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    color: #B5B3B3;
    margin-bottom: 37px;
    width: 100%;
    text-align: center;
  }
  .our-latest-news-gallery-card-text a {
    text-decoration: none;
    display: block;
    text-align: center;
  }
  .gallery-button {
    display: inline-block;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    margin-bottom: 61px;
    transition: all 0.5s ease-in-out;
  }
  .gallery-right-icon {
    font-size: 17px;
    padding-left: 9px;
    transform: translateX(-5px);
    transition: all 0.5s ease-in-out;
  }
  .footer-background-images-text h3 {
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 44px;
    text-align: center;
    color: #FFFFFF;
   padding-right: 0px; 
     padding-left: 0px; 
    padding-bottom: 20px;
  }
  .form-sec {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
  }
  .footer-logo-sec {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-logo{
    width: 300px;
  }
  
  .first-line {
    background: none;
    outline: none;
    border: none;
    width: 786px;
    font-size: 18px;
    color: #FFFFFF;
  }
  .first-line {
    background: none;
    outline: none;
    border: none;
    width: 385px;
    font-size: 18px;
    color: #FFFFFF;
  }
  .second-line {
    background: none;
    outline: none;
    border: none;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
  }
  .footer-para {
    width: 360px;
    text-align: center;
  }
  .footer-logo-icon-sec{
     flex-wrap: wrap;
     flex-direction: column;
     align-items: center;
  }
  .footer-logo a {
    display: block;
    text-align: center;
  }
  .footer-menu-link {
    margin-top: 24px;
    text-align: center;
  }
  .main-link li {
    list-style: none;
    display: block;
    padding-right: 0;
  }
  .footer-main-link {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .footer-logo img {
    width: 75%;
    margin-bottom: 40px;
  }
  .footer-background-images {
    width: 475px;
}
.main-link li a {

  font-size: 25px;
}
 }


 @media (min-width: 768px) and (max-width: 991.98px) {
   
   
  
   .container{
    max-width: 720px;
    padding: 0 60px;
   }
   .topbar-background{
    background-color: #000000;
    padding: 16px 0px 16px 0px;
  }
  .marquee-header{
    display: block;
  }
  
  .topbar-icon-sec{
    justify-content: center;
    gap: 100%;
  }
  .alt-header{
    display: none;
  }
  .tog-bar{
    display: block;
    width: 100%;
    height: 50px;
  }
  .tog-bar-icon-1{
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 63px;
   color: #000000;
  }
  .nav-bar-sec {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .logo-sec a {
    text-align: center;
    display: block;
  }
  
  .menu-bar ul li {
    list-style: none;
    display: inline-block;
    padding-right:8px;
    padding-bottom: 20px;
    text-align: center;
  }
  .menu-bar ul li :nth-last-child(1) {
    padding-right: 0;
    padding-bottom: 0;
  }
  .menu-bar ul li a {
    text-align: center;
    font-size: 14px;
   
  }
  .banner-images img {
    width: 100%;
    height: 80vh;
   
    
  }
  .banner-images {
    position: relative;
  }
  
  .slick-prev:before,
  .slick-next:before {
    font-family: 'fontawesome' !important;
    font-size: 16px !important;
    line-height: 1;
    opacity: .75;
    color: #ffffff;
  
  }
  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px !important;
    height: 20px !important;
    padding: 0;
    background-color: #d9d9d953 !important;
    border: 2px solid #FFFFFF !important;
    transform: translate(-50%, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
  
    z-index: 9;
  
  }
  .slick-prev {
    left: 20px !important;
  }
  .slick-next {
    right: 20px !important;
  }
  .slick-dots li button:before {
    font-family: 'slick';
   
    line-height: 100px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px !important;
    height: 10px !important;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    transform: translate(-50px -50px);
  }
  .slick-dots {
    position: absolute;
    bottom: 60px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-39%, -16%);
    text-align: center;
  
  }
  .banner-text h1 {
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
   
   
  }
  .banner-text h2 {
    font-size: 16px;
    padding-bottom: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
  }
  
  .banner-text span {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FC0202;
  }
  .banner-button {
    border: 2px solid #FFFFFF;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    display:block;
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin-bottom: 279px;
  }
  .button-right-icon {
    color: #FFFFFF;
    font-size: 20px;
    padding-left: 3px;
    text-align: center;
  }
  .banner-text a {
    text-decoration: none;
    display: block;
    text-align: center;
  
  }
  .shipping-sec {
    flex-direction: row;
    align-items: center;
    
  }
  .shipping-card-icon-sec {
    flex-direction: column;
    align-items: center;
  }
  .shiiping-icon-text h2{
    text-align: center;
    font-size: 14px;
  }
  .shiiping-icon-text p{
    text-align: center;
    font-size: 14px;
  }
  .gallery-sec {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .gallery-box {
    width: 32%;
  }
  .new-product-background {
    background-color: #ffffff;
    margin-bottom: 60px;
  }
  .new-product-text {
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
  }
  .new-product-text h2 {
    font-size: 16px;
    color: #9B8700;
  }
  .new-product-text p {
    color: #000000;
    font-size: 35px;
    margin-bottom: 69px;
  }
  .new-prodcut-sec {
    flex-wrap: wrap;
    justify-content: space-between;
  
  
  }
  .new-product-box {
    width: 279px;
    margin-right: 0px;
  }
  
  .new-product-images {
    line-height: 0;
    overflow: hidden;
    width: 300px;
  }
  .new-product-images img {
    width: 100%;
    height: 100%;
    transition: all 2s ease-in-out;
    cursor: pointer;
  }
  .new-product-box-text {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 13px;
  }
  .new-product-box-text h3 {
    font-size: 12px;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    color: #8F8B8B;
  }
  .new-product-box-text h4 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    
  }
  .new-product-box-text h5 {
    font-size: 12px;
    color: #9B8700;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    
  }
  .new-product-box-text span {
    font-size: 12px;
    padding-left: 19px;
    text-decoration: line-through;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  
  }
  .new-gallery-box-2 {
    width: 211px;
    cursor: pointer;
  }
  .new-product-gallery-sec {
   
 
    justify-content:space-around;
    align-items: center;
  
  }
  
  .new-gallery-box-1 {
    width: 211px;
    cursor: pointer;
  
  }
  .new-gallery-images-4 img {
    width: 100%;
  }
  .new-gallery-images-1 {
    margin-bottom: 19px;
    margin-right: 0px;
    position: relative;
    overflow: hidden;
    line-height: 0;
    width: 200px;
   
  }
  .new-gallery-images-3 {
    margin-right: 20px;
    position: relative;
    line-height: 0;
    overflow: hidden;
    width: 200px;
    margin-bottom: 19px;
  }
  .new-gallery-images-2 {
    margin-left: 0px;
    position: relative;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 19px;
    width: 200px;
   ;
  }
  .new-gallery-images-1 img {
    width: 100%;
  }
  .new-gallery-images-2 img {
    width: 100%;
     height: 240px; 
  }
  .new-gallery-images-4 {
    margin-bottom: 19px;
    position: relative;
    line-height: 0;
    overflow: hidden;
    width: 200px;
  
  }
  .new-gallery-images-3 img {
    width: 100%;
    height: 410px;
  }
  .new-gallery-images-5 img {
    width: 100%;
    height: 185px;
  }
  .new-gallery-images-5 {
    position: relative;
    line-height: 0;
    overflow: hidden;
    width:200px;
    margin-bottom: 19px;
  }
  .shop-bay-category-text-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  .shop-bay-category-text-heading h2 {
    font-size: 24px;
    color: #9B8700;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 11px;
    text-align: center;
  }
  .shop-bay-category-text-heading h3 {
    font-size: 26px;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    width:364px;
    margin-left: 0px;
    color: #000000;
    margin-bottom: 95px;
  }
  .shop-by-category-sec {
   
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
  }
  .shop-by-box-1 {
     width: 268px;
     margin-right: 24px; 
  }
  .shop-by-category-text h4 {
    font-size: 25px;
    color: #000000;
    font-family: "Josefin Slab", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 35px;
  }
  .shop-by-images {
    line-height: 0;
    overflow: hidden;
    margin-bottom: 35px;
  
  }
  .shop-by-box-2 {
    width: 275px;
    margin-right: 20px;
  }
  .shop-by-category-text-2 h5 {
    font-size: 25px;
    color: #000000;
    font-family: "Josefin Slab", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 35px;
  }
  .bathroom-crad-sec {
  
    align-items: center;
    justify-content: center;
  }
  .bathroom-images {
    position: relative;
    overflow: hidden;
    width: 278px;
    margin-bottom: 19px;
  }
  .bathroom-box-text h6 {
    margin-top: 20px;
    margin-bottom:20px;
    font-size: 16px;
    font-family: "Judson", serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
  }
  .bathroom-box-text h2 {
    margin-bottom: 27px;
    font-size: 31px;
     width: 17%;
    color: #ffffff;
    font-family: "Judson", serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
  }
  .bathroom-box-text h2 {
    margin-bottom:30px;
    font-size: 25px;
    width: 52%;
    color: #ffffff;
    font-family: "Judson", serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
  }
  
  .new-gallery-images-2::after {
    content: "Cabinet";
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 318px;
    transform: translateY(-500px);
    background-color: #197ecc38;
    transition: all 0.5s ease-in-out;
    font-family: "Inria Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 20px;
  }
  
  .bathroom-box {
    width: 362px;
    margin-right: 11px;
  }
  .bathroom-box-text a {
    text-decoration: none;
    display: inline-block;
  }
  .bathroom-card-button {
    display: block;
    padding: 10px 10px 10px 10px;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    font-size:16px;
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
  }
  .right-icon {
    margin-left: 7px;
    font-size: 16px;
    color: #FFFFFF;
  }
  .featured-product-background {
    background-color: #FFFFFF;
    margin-top: 62px;
  }
  .featured-product-text-heading h3 {
    font-size: 25px;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    margin-bottom: 70px;
  }
  .featured-Prodct-sec {
  flex-wrap: wrap;
   flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .featured-product-images {
    overflow: hidden;
   
    
  }
  .featured-product-text h5 {
    
    font-size: 25px;
}
  .featured-product-box-2 {
    width: 270px;
    margin-right: 0px;
  }
  .featured-product-box-1 {
      width: 270px;
      margin-right: 10px;
  }
  .featured-product-box-3 {
    width: 270px;
    margin-right: 0px;
  }
  .featured-product-box-4 {
    width: 270px;
    margin-right: 0px;
  }
  .featured-product-text h6 {
    margin-bottom: 30px;
    color: #9B8700;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .plan-your-bathroom-sec {
   
   flex-direction: column;
   align-items: center;
   justify-content: center;
  }
  .plan-your-bathroom-images-box-1 {
    width: 475px;
    margin-top: 44px;
    margin-right: 0px;
  }
  .plan-bathroom-box-2 {
    width: 475px;
   
  }
  
  .plan-your-bathroom-text-box h4 {
    text-align: center;
    font-size: 31px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 34px;
    color: #000000;
  }
  .plan-imagges-text p {
    font-size: 20px;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    color: #B2B2B2;
    margin-bottom: 35px;
    text-align: center;
  }
  .plan-your-bathroom-text-box h3 {
    font-size: 20px;
    color: #9B8700;
    margin-bottom: 20px;
    font-weight: 400;
    margin-left: 0px;
    text-align: center;
  }
  .plan-your-bathroom-text-box p {
    font-size: 18px;
    font-weight: 400;
    color: #949393;
    width: 100%;
    margin-bottom: 56px;
    text-align: center;
  }
  .text-box-images{
    width: 475px;
    margin-bottom: 50px;
  }
  .our-latest-news-text-heading h6 {
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 41px;
    color: #000000;
    margin-bottom: 54px;
  }
  .our-latest-news-sec {
    justify-content: center;
  
    align-items: center;
  }
  .our-latest-News-images {
    margin-right: 13px;
    width: 214px;
  }
  .our-latest-news-gallery-card {
    width: 272px;
  }
  .our-latest-news-gallery-card-text h2 {
    font-size: 14px;
    font-family: "Inria Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: #AAA8A8;
    margin-top: 22px;
    margin-bottom: 22px;
  
  }
  .our-latest-news-gallery-card-text h3 {
    font-size: 18px;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    color: #000000;
  
  }
  .our-latest-news-gallery-card-text p {
    font-size: 13px;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    color: #B5B3B3;
    margin-bottom: 37px;
    width: 100%;

  }
  .our-latest-news-gallery-card-text a {
    text-decoration: none;
    display: block;
    text-align: center;
  }
  .gallery-button {
    display: inline-block;
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    margin-bottom: 61px;
    transition: all 0.5s ease-in-out;
  }
  .gallery-right-icon {
    font-size: 17px;
    padding-left: 9px;
    transform: translateX(-5px);
    transition: all 0.5s ease-in-out;
  }
  .footer-background-images-text h3 {
    font-family: "Sahitya", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 44px;
    text-align: center;
    color: #FFFFFF;
   padding-right: 0px; 
     padding-left: 0px; 
    padding-bottom: 20px;
  }
  .form-sec {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
  }
  .footer-logo-sec {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-logo{
    width: 300px;
  }
  
  .first-line {
    background: none;
    outline: none;
    border: none;
    width: 786px;
    font-size: 18px;
    color: #FFFFFF;
  }
  .first-line {
    background: none;
    outline: none;
    border: none;
    width: 385px;
    font-size: 18px;
    color: #FFFFFF;
  }
  .second-line {
    background: none;
    outline: none;
    border: none;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
  }
  .footer-para {
    width: 360px;
    text-align: center;
  }
  .footer-logo-icon-sec{
     flex-wrap: wrap;
     flex-direction: column;
     align-items: center;
  }
  .footer-logo a {
    display: block;
    text-align: center;
  }
  .footer-menu-link {
    margin-top: 24px;
    text-align: center;
  }
  .main-link li {
    list-style: none;
    display: block;
    padding-right: 0;
  }
  .footer-main-link {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .footer-logo img {
    width: 75%;
    margin-bottom: 40px;
  }
  .footer-background-images {
    width: 475px;
}
.main-link li a {

  font-size: 25px;
}
 }

@media (min-width: 992px) and (max-width: 1199.98px) { 
.container{
  max-width: 960px;
  padding: 0 60px;
}
.topbar-background{
  background-color: #000000;
  padding: 16px 0px 16px 0px;
}
.marquee-header{
  display: block;
}

.topbar-icon-sec{
  justify-content: center;
  gap: 100%;
}
.alt-header{
  display: none;
}


.banner-images img {
  width: 100%;
  height: 80vh;
 
  
}
.banner-images {
  position: relative;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'fontawesome' !important;
  font-size: 16px !important;
  line-height: 1;
  opacity: .75;
  color: #ffffff;

}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px !important;
  height: 20px !important;
  padding: 0;
  background-color: #d9d9d953 !important;
  border: 2px solid #FFFFFF !important;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;

  z-index: 9;

}
.slick-prev {
  left: 20px !important;
}
.slick-next {
  right: 20px !important;
}
.slick-dots li button:before {
  font-family: 'slick';
 
  line-height: 100px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px !important;
  height: 10px !important;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  transform: translate(-50px -50px);
}
.slick-dots {
  position: absolute;
  bottom: 60px !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-39%, -16%);
  text-align: center;

}
.banner-text h1 {
  font-size: 16px;
  color: #FFFFFF;
  padding-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
 
 
}
.banner-text h2 {
  font-size: 16px;
  padding-bottom: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.banner-text span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FC0202;
}
.banner-button {
  border: 2px solid #FFFFFF;
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  display:block;
  transition: all 0.5s ease-in-out;
  text-align: center;
  margin-bottom: 279px;
}
.button-right-icon {
  color: #FFFFFF;
  font-size: 20px;
  padding-left: 3px;
  text-align: center;
}
.banner-text a {
  text-decoration: none;
  display: inline-block;
 

}
.nav-bar-sec {


  text-align: end;
}
.menu-bar ul li {
  list-style: none;
  display: inline-block;
  padding-right: 0px;
}
.menu-bar ul li a {
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  display: inline-block;
  padding-left: 9px;
  transition: all 0.5s ease-in-out;
}
.search-bar {
  font-size: 16px;
  text-align: center;

}
.shipping-sec {
  flex-direction: row;
  align-items: center;
  
}
.shipping-card-icon-sec {
  flex-direction: column;
  align-items: center;
}
.shiiping-icon-text h2{
  text-align: center;
  font-size: 14px;
}
.shiiping-icon-text p{
  text-align: center;
  font-size: 14px;
}
.gallery-sec {
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.gallery-box {
  width: 32%;
}
.shipping-sec {
  flex-direction: row;
  align-items: center;
  
}
.shipping-card-icon-sec {
  flex-direction: column;
  align-items: center;
}
.shiiping-icon-text h2{
  text-align: center;
  font-size: 14px;
}
.shiiping-icon-text p{
  text-align: center;
  font-size: 14px;
}
.gallery-sec {
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.gallery-box {
  width: 32%;
}
.new-product-background {
  background-color: #ffffff;
  margin-bottom: 60px;
}
.new-product-text {
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.new-product-text h2 {
  font-size: 16px;
  color: #9B8700;
}
.new-product-text p {
  color: #000000;
  font-size:24px;
  margin-bottom: 69px;
}
.new-prodcut-sec {
 
  justify-content: space-between;


}
.new-product-box {
  width: 211px;
  margin-right: 9px;
}

.new-product-images {
  line-height: 0;
  overflow: hidden;
  width: 211px;
}
.new-product-images img {
  width: 100%;
  height: 100%;
  transition: all 2s ease-in-out;
  cursor: pointer;
}
.new-product-box-text {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 13px;
}
.new-product-box-text h3 {
  font-size: 12px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #8F8B8B;
}
.new-product-box-text h4 {
  font-size:17px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  
}
.new-product-box-text h5 {
  font-size: 12px;
  color: #9B8700;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  
}
.new-product-box-text span {
  font-size: 12px;
  padding-left: 19px;
  text-decoration: line-through;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}
.new-gallery-box-2 {
  width: 211px;
  cursor: pointer;
}
.new-product-gallery-sec {
 

  justify-content:space-around;
  align-items: center;

}

.new-gallery-box-1 {
  width: 200px;
  cursor: pointer;

}
.new-gallery-images-4 img {
  width: 100%;
}
.new-gallery-images-1 {
  margin-bottom: 19px;
  margin-right: 0px;
  position: relative;
  overflow: hidden;
  line-height: 0;
  width: 265px;
 
}
.new-gallery-images-3 {
  margin-right: 20px;
  position: relative;
  line-height: 0;
  overflow: hidden;
  width: 278px;
  margin-bottom: 19px;
}
.new-gallery-images-2 {
  margin-left: 0px;
  position: relative;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 19px;
  width: 268px;
}
.new-gallery-images-1 img {
  width: 100%;
}
.new-gallery-images-2 img {
  width: 100%;
   height: 240px; 
}
.new-gallery-images-4 {
  margin-bottom: 19px;
  position: relative;
  line-height: 0;
  overflow: hidden;
  width: 268px;

}
.new-gallery-images-3 img {
  width: 100%;
  height: 460px;
}
.new-gallery-images-5 img {
  width: 100%;
  height: 161px;
}
.new-gallery-images-5 {
  position: relative;
  line-height: 0;
  overflow: hidden;
  width:268px;
  margin-bottom: 19px;
}
.shop-bay-category-text-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shop-bay-category-text-heading h2 {
  font-size: 24px;
  color: #9B8700;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 11px;
  text-align: center;
}
.shop-bay-category-text-heading h3 {
  font-size: 26px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  width:364px;
  margin-left: 0px;
  color: #000000;
  margin-bottom: 95px;
}
.shop-by-category-sec {
 

 align-items: center;
 justify-content: center;
}
.shop-by-box-1 {
   width: 268px;
   margin-right: 24px; 
}
.shop-by-category-text h4 {
  font-size: 15px;
  color: #000000;
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 35px;
}
.shop-by-images {
  line-height: 0;
  overflow: hidden;
  margin-bottom: 35px;

}
.shop-by-box-2 {
  width: 275px;
  margin-right: 20px;
}
.shop-by-category-text-2 h5 {
  font-size: 16px;
  color: #000000;
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 35px;
}
.bathroom-crad-sec {

  align-items: center;
  justify-content: center;
}
.bathroom-images {
  position: relative;
  overflow: hidden;
  width: 397px;
  margin-bottom: 19px;
}
.bathroom-box-text h6 {
  margin-top: 20px;
  margin-bottom:20px;
  font-size: 16px;
  font-family: "Judson", serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}
.bathroom-box-text h2 {
  margin-bottom: 27px;
  font-size: 31px;
   width: 17%;
  color: #ffffff;
  font-family: "Judson", serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}
.bathroom-box-text h2 {
  margin-bottom:30px;
  font-size: 25px;
  width: 52%;
  color: #ffffff;
  font-family: "Judson", serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

.new-gallery-images-2::after {
  content: "Cabinet";
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 318px;
  transform: translateY(-500px);
  background-color: #197ecc38;
  transition: all 0.5s ease-in-out;
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 20px;
}

.bathroom-box {
  width: 406px;
  margin-right: 11px;
}
.bathroom-box-text a {
  text-decoration: none;
  display: inline-block;
}
.bathroom-card-button {
  display: block;
  padding: 10px 10px 10px 10px;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  font-size:16px;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.right-icon {
  margin-left: 7px;
  font-size: 16px;
  color: #FFFFFF;
}
.featured-product-background {
  background-color: #FFFFFF;
  margin-top: 62px;
}
.featured-product-text-heading h3 {
  font-size: 25px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  margin-bottom: 70px;
}
.featured-Prodct-sec {

  align-items: center;
  justify-content: center;
}
.featured-product-images {
  overflow: hidden;
 
  
}
.featured-product-text h5 {
  
  font-size: 16px;
}
.featured-product-box-2 {
  width: 279px;
  margin-right: 7px;
}
.featured-product-box-1 {
    width: 412px;
    margin-right: 10px;
}
.featured-product-box-3 {
  width: 272px;
  margin-right: 9px;
}
.featured-product-box-4 {
  width: 283px;
  margin-right: 0px;
}
.featured-product-text h6 {
  margin-bottom: 30px;
  color: #9B8700;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.plan-your-bathroom-sec {
 

  justify-content: space-between;
  align-items: center;
}

.plan-your-bathroom-images-box-1 {
  width: 552px;
  margin-top: 44px;
  margin-right:65px;
}
.plan-bathroom-box-2 {
  width: 475px;
 
}


.plan-your-bathroom-text-box h4 {
 
  font-size: 31px;
  width: 60%;
  font-weight: 400;
  margin-bottom: 34px;
  color: #000000;
}
.plan-imagges-text p {
  font-size: 20px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #B2B2B2;
  margin-bottom: 35px;
  
}
.plan-your-bathroom-text-box h3 {
  font-size: 20px;
  color: #9B8700;
  margin-bottom: 20px;
  font-weight: 400;
  margin-left: 0px;
 
}
.plan-your-bathroom-text-box p {
  font-size: 18px;
  font-weight: 400;
  color: #949393;
  width: 100%;
  margin-bottom: 56px;

}
.text-box-images{
  width: 322px;
  margin-bottom: 50px;
}
.our-latest-news-text-heading h6 {
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 41px;
  color: #000000;
  margin-bottom: 54px;
}
.our-latest-news-sec {
  justify-content: space-between;
  align-items: center;
}
.our-latest-News-images {
  margin-right: 23px;
  width: 273px;
}
.our-latest-news-gallery-card {
  width: 2733px;
}
.our-latest-news-gallery-card-text h2 {
  font-size: 14px;
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #AAA8A8;
  margin-top: 22px;
  margin-bottom: 22px;

}
.our-latest-news-gallery-card-text h3 {
  font-size: 18px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  color: #000000;
  width: 87%;

}
.our-latest-news-gallery-card-text p {
  font-size: 13px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #B5B3B3;
  margin-bottom: 37px;
  width: 100%;

}
.our-latest-news-gallery-card-text a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.gallery-button {
  display: inline-block;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  margin-bottom: 61px;
  transition: all 0.5s ease-in-out;
}
.gallery-right-icon {
  font-size: 17px;
  padding-left: 9px;
  transform: translateX(-5px);
  transition: all 0.5s ease-in-out;
}
.footer-background-images-text h3 {
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  text-align: center;
  color: #FFFFFF;
 padding-right:265px; 
   padding-left:265px; 
  padding-bottom: 20px;
}
.form-sec {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}



.first-line {
  background: none;
  outline: none;
  border: none;
  width: 786px;
  font-size: 18px;
  color: #FFFFFF;
}
.first-line {
  background: none;
  outline: none;
  border: none;
  width: 656px;
  font-size: 14px;
  color: #FFFFFF;
}
.second-line {
  background: none;
  outline: none;
  border: none;
  font-size: 15px;
  color: #FFFFFF;
  cursor: pointer;
}
.footer-para {
  width: 280px;

}

.footer-logo a {
  display:inline-block;
  text-align: center;

}

.main-link li {
  list-style: none;
  display:inline-block;
  padding-right:22px;
}
.phone-icon {
  font-size: 16px;
  color: #9B8700;
  margin-right: 15px;
}


.main-link .dropdown-1 li a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
}
.main-link .dropdown-1 li {
  display: block;
  padding-bottom: 0px;
  padding-right: 0;
}
.footer-para p {
  font-size: 12px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  width: 91%;
  margin-bottom: 21px;
}
.footer-main-link .dropdown-2 li p {
  font-size: 12px;


}
.footer-icon {
  font-size: 14px;
}
.footer-main-link li a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: "Sahitya", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  padding-bottom: 10px;
}
.main-link li a {
  
  font-size: 16px;

}
.footer-main-link .dropdown-3 a {
  
  width: 15px;
  height: 15px;
  
  padding: 6px 9px 13px 9px;
  
}

 }

 
