@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
span.wpcf7-spinner {
    display: none;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  background-color: #F4F1ED ;
}
.logo-size{max-width: 240px;}
ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1725px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}


.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #141514 !important;
}
.text-black-50 {
  color: #000 !important;
}
.text-danger{
  color: #53301d !important;
}
.bg-light{
  background-color: #efebe5 !important;
}
.bg-danger{
  background-color: #623e2a !important;
}


.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -2px;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-300 {
  letter-spacing: 0.04em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1,
.h1 {
  font-size: 100px;
  line-height: 0.8;
}
.fs-21 {
  font-size: 21px;
}
.fs-23 {
  font-size: 23px;
}
.fs-24 {
  font-size: 24px;
}
.fs-29 {
  font-size: 29px;
}
.fs-30 {
  font-size: 30px;
}
.fs-45 {
  font-size: 45px;
}
.fs-50 {
  font-size: 50px;
}
.fs-71 {
  font-size: 71px;
}
.fs-80 {
  font-size: 80px;
}
.fs-86 {
  font-size: 86px;
}
.fs-100 {
  font-size: 100px;
}



/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-1-9 {
  line-height: 1.9;
}
.lh-2 {
  line-height: 2;
}
.lh-2-9{
  line-height: 2.9;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
 .border-danger{
  border-color: #53301D !important;
 }
.btn {
  padding: 20px 85px;
  border: 1px solid;
  border-radius: 0;
  line-height: normal;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.25em;
  font-weight: 700;
}
.banner-text .btn{
  padding: 17px 62px;
  border-radius: 0;
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-decoration: underline;
}
.tag-btn .btn{
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  border-radius: 40px;
  padding: 22px 37px;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
}

.btn-light, .tag-btn .btn:hover{
  background-color: #fff;
  border-color: #fff;
  color: #53301d;
}
.btn-light:hover{
  background-color: #53301d;
  border-color: #53301d;
  color: #fff;
}

button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}



header.bg-danger{
  background: #e6d9c9 !important;
}

.navbar-brand {
  display: inline-block;
  max-width:70px;
  width: 100%;
}
.logo-two a{
  display: inline-block;
  max-width:270px;
  width: 100%;
}

.navbar-nav .nav-link {
  line-height: normal;
  padding: 0 !important;
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-nav > li + li {
  margin-left: 0px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #53301d;
}


@media (min-width: 2560px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (max-width: 2560px) {
  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #623e2a;
    display: block !important;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #e6d9c9 !important;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    filter: brightness(1) invert(0);
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
    display: block !important;
  }
  
}


.banner-sec .carousel-item::before, .testimonial-sec::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(83, 48, 29, 42%);
  z-index: 1;
} 
.testimonial-sec::before{
  background-color:rgba(123, 118, 83, 60%);

}

 .banner-sec .carousel-inner .container, .testimonial-sec .container{
  position: relative;
  z-index: 2;
}
.collection-img-slide .slick-dots {
  bottom: 25px;
}
.collection-img-slide .slick-dots li button:before, .carousel-indicators [data-bs-target] {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  border: 0 !important;
}
.collection-img-slide .slick-dots li.slick-active button:before, .kitchen-wrap .carousel-indicators .active {
  opacity: 1;
 background-color: #fff;
}
.design-container .design-img {
  height: 650px;
}
.kitchen-con .slick-track:nth-of-type(1) {
  display: flex;
}
.kitchen-wrap {
  padding: 0 15px;
}

.kitchen-con .slick-prev:before, .kitchen-con .slick-next:before, .testimonial-sec .slick-prev:before, .testimonial-sec .slick-next:before {
  content: '';
  display: inline-block;
  background-image: url(../images/slick-before.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kitchen-con .slick-next:before, .testimonial-sec .slick-next:before{
  background-image: url(../images/slick-after.svg);

}
.kitchen-con .slick-prev, .kitchen-con .slick-next, .kitchen-con .slick-prev:before, .kitchen-con .slick-next:before, .testimonial-sec .slick-prev:before, .testimonial-sec .slick-next:before, .testimonial-sec .slick-prev, .testimonial-sec .slick-next{
  height: 36px;
  width: 36px;
}

.kitchen-con  .slick-prev, .testimonial-sec .slick-prev {
  left: -35px;
}
.kitchen-con .slick-next, .testimonial-sec .slick-next {
  right: -35px;
}
.testimonial-sec .slick-next, .testimonial-sec .slick-prev{
  top: 15px;
}

.testimonial-sec{
  background-image: url(../images/testimonial-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-bx {
  padding: 0 20px;
}
.info-links ul li, .info-links ul li a{
  color: #ffffff;
  font-size: 30px;
  line-height: 2;
  font-weight: 400;
}
.info-links ul li a:hover{
  color: #000;
}
.info-links ul li{
  position: relative;
  padding-left: 35px;
}
.info-links ul li::before{
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 25px;
  color: #fff;
}
.info-links ul li:nth-child(2)::before{
  content: '';
}
.info-links ul li:nth-child(3)::before{
  content: '';
}
.social-links ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s linear;
}
.social-links ul li a:hover{
  background-color: #fff;
  color: #000;
}

.design-container .design-disc {
  min-height: 140px;
}

.nav-brand a{
  display: inline-block;
  width: 150px;
  margin: auto;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
  display: none;
}
.scroll header{
  display: block;
}
.banner-sec .carousel-item{
  height: 100vh;
}
.form-group input{
  height: 60px;
}
.form-group input, .form-group input::placeholder, .form-group textarea, .form-group textarea::placeholder{
  color: #231f20 !important;
}
.form-group textarea{
  height: 130px;
}

@media(max-width:1800px){
  .container{
    padding-left: 2%;
    padding-right: 2%;
  }
  .fs-80 {
    font-size: 70px;
}
.fs-23 {
    font-size: 20px;
}
.fs-100 {
    font-size: 85px;
}
.fs-30 {
    font-size: 25px;
}
.fs-86 {
    font-size: 75px;
}
.fs-45 {
    font-size: 40px;
}
.fs-21 {
    font-size: 18px;
}
.fs-71 {
    font-size: 60px;
}
.kitchen-con .slick-prev, .kitchen-con .slick-next, .kitchen-con .slick-prev:before, .kitchen-con .slick-next:before, .testimonial-sec .slick-prev:before, .testimonial-sec .slick-next:before, .testimonial-sec .slick-prev, .testimonial-sec .slick-next {
    height: 25px;
    width: 25px;
}
.kitchen-con  .slick-prev, .testimonial-sec .slick-prev {
    left: -30px;
}
.kitchen-con .slick-next, .testimonial-sec .slick-next {
    right: -30px;
}
.fs-29 {
  font-size: 25px;
}
.fs-50 {
  font-size: 45px;
}
.info-links ul li, .info-links ul li a {
  font-size: 25px;
}
.info-links ul li::before {
  font-size: 20px;
}
.social-links ul li a {
  width: 50px;
  height: 50px;
  font-size: 17px;
}
.tag-btn .btn {
  padding: 20px 35px;
  font-size: 20px;
}
.design-container .design-disc {
  min-height: 125px;
}
}

@media(max-width:1600px){
  .fs-80 {
    font-size: 60px;
}
.fs-23 {
    font-size: 17px;
}
.fs-100 {
    font-size: 75px;
}
.fs-30 {
    font-size: 22px;
}
.fs-86 {
    font-size: 65px;
}
.fs-21 {
    font-size: 15px;
}
.fs-45 {
    font-size: 35px;
}
.btn {
padding: 15px 70px;
font-size: 15px;
}
.fs-71 {
    font-size: 50px;
}
.kitchen-con .slick-prev, .testimonial-sec .slick-prev {
    left: -20px;
}
.kitchen-con .slick-next, .testimonial-sec .slick-next {
right: -20px;
}
.fs-29 {
font-size: 22px;
}
.fs-50 {
font-size: 40px;
}
.info-links ul li, .info-links ul li a {
    font-size: 22px;
}
.social-links ul li a {
width: 40px;
height: 40px;
font-size: 15px;
}
.tag-btn .btn {
padding: 15px 30px;
font-size: 18px;
}

}
@media(max-width:1400px){
  .site-logo img {
    width: 300px;
}
.banner-text .btn {
    padding: 12px 45px;
    font-size: 15px;
    letter-spacing: 0.04em;
}
.fs-80 {
    font-size: 50px;
}
    .fs-23 {
        font-size: 15px;
    }
    .fs-100 {
        font-size: 65px;
    }
.fs-30 {
        font-size: 20px;
    }
.fs-86 {
    font-size: 55px;
}
.fs-45 {
    font-size: 30px;
}
.story-logo {
    width: 170px;
}
.collection-text {
    min-height: 190px;
}
.fs-71 {
    font-size: 45px;
}
.design-container .design-img {
    height: 600px;
}
.design-container .design-disc {
    min-height: 102px;
}
    .fs-29 {
        font-size: 18px;
    }
.fs-50 {
    font-size: 35px;
}
.info-links ul li, .info-links ul li a {
    font-size: 20px;
}
.tag-btn .btn {
    padding: 14px 22px;
    font-size: 15px;
}
.form-group input {
  height: 50px;
}
.navbar-brand {
  max-width: 50px;
}
.logo-two a {
  max-width: 220px;
}
}
@media(max-width:1199px){
  .fs-80 {
    font-size: 45px;
}
.fs-100 {
    font-size: 55px;
}
.fs-86 {
    font-size: 50px;
}
.fs-45 {
    font-size: 23px;
}
.story-logo {
    width: 150px;
}
.fs-71 {
    font-size: 40px;
}
.fs-50 {
    font-size: 30px;
}
.tag-btn .btn {
  padding: 14px 20px;
  font-size: 13px;
}
.form-group input {
  height: 45px;
}
}

@media(max-width:991px){
  .design-container .design-img {
    height: 450px;
}
.design-container .design-disc {
  min-height: auto;
}
.kitchen-con .slick-prev, .testimonial-sec .slick-prev {
  left: -12px;
}
.kitchen-con .slick-next, .testimonial-sec .slick-next {
  right: -12px;
}
.collection-img-slide .slick-dots li button:before, .carousel-indicators [data-bs-target] {
width: 15px;
height: 15px;
}
.nav-brand a {
  width: 100px;
}
}

@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .site-logo img {
    width: 250px;
}
    .banner-text .btn {
        padding: 12px 35px;
        font-size: 12px;
    }
    .fs-80 {
        font-size: 35px;
    }
    .fs-100 {
        font-size: 45px;
    }
    .fs-86 {
        font-size: 35px;
    }
    .collection-text {
        min-height: auto;
    }
    .fs-71 {
        font-size: 35px;
    }
    .design-container .design-img {
        height: 400px;
    }
.testimonial-bx {
    padding: 0 15px;
}
.banner-sec .carousel-item {  height: 100vh;
/*   height: 700px; */
}
.info-links ul li {
  width: fit-content;
  margin: auto;
}

}

@media(max-width:575px){
  .site-logo img {
    width: 200px;
}
.fs-80 {
    font-size: 30px;
}
.fs-100 {
    font-size: 35px;
}
.quality-heading h2 {
line-height: 1;
}
.story-logo {
    width: 120px;
}
.fs-71 {
    font-size: 30px;
}
.design-container .design-img {
    height: 320px;
}
.fs-86 {
    font-size: 30px;
}
.navbar-brand {
  max-width: 30px;
}
.logo-two a {
  max-width: 180px;
}
.navbar-toggler {
font-size: 20px;
}
}

.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}

.grecaptcha-badge {

visibility: hidden;

}