@import url('https://fonts.googleapis.com/css2?family=Epunda+Slab:ital,wght@0,300..900;1,300..900&family=Inria+Sans: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=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&family=Stack+Sans+Headline:wght@200..700&family=Vend+Sans:ital,wght@0,300..700;1,300..700&display=swap');


:root {
    --primary-font: "Roboto", sans-serif;
    --secondary-font: "Inter", sans-serif;
    --light-color: #F1F2F5;
    --black-color: #000;
    --white-color: #fff;
    --light-orange: #FEF9F2;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--secondary-font);
}

h1 {
    font-size: clamp(24px, 4vw, 45px);
    font-weight: 600;
}

h2 {
    font-size: clamp(20px, 4vw, 30px);
    font-weight: 600;
}

h3 {
    font-size: clamp(18px, 4vw, 22px);
    font-weight: 600;
}

h4 {
    font-size: clamp(15px, 4vw, 18px);
    font-weight: 600;
}

header {
     position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  color: white;
  padding: 5px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.4s ease, box-shadow 0.3s ease;
  z-index: 1000;
}
header.scrolled{
     background-color:rgba(0,0,0,0.7);
  color: #222;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
p{
    font-size: 15px;
}
#list{
list-style-type: none;
}
#list li{
font-size: 14px;
line-height: 2.5;
}
header ul li {
    color: var(--white-color);
    margin: 0px 10px;
}

header .nav-link {
    color: white;
}
header .nav-link:hover{
    color: #F9A13A;
}
header .dropdown-menu{
    background-color: var(--light-orange);
}
header .dropdown-menu a{
    font-size: 15px;
}
header .dropdown-menu li a:hover{
    background-color: #F9A13A;
    color: var(--light-color);
}
header nav img {
    height: 80px;
    width: 170px;
}

.btn {
    background: linear-gradient(90deg, #E44B5E 0%, #F9A13A 100%);
    color: var(--white-color);
    font-size: 15px;
}

header .btn {
    padding: 8px 40px;
    border-radius: 20px;
}

.btn:hover {
    background: linear-gradient(90deg, #F9A13A 0%, #E44B5E 100%);
    color: var(--white-color);

}

header .navbar-toggler {
    font-size: 30px;
}

.banner_wrapper {
    min-height: 850px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 50px 0px;
    text-align: center;
}

.banner_wrapper h1 {
    color: var(--white-color);
}

.banner_wrapper .bannertext {
    padding: 0px 200px;
}

.banner_wrapper .bannertext p {
    color: var(--white-color);
    line-height: 1.9;
}

.banner_wrapper .bannterbtn {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 20px;
}
.aboutwrapper{
    padding: 80px 0px;
}
.aboutwrapper ul li{
    line-height: 2.2;
  
}
.aboutwrapper h2{
    margin-bottom: 15px;
}
.aboutwrapper p{
    line-height: 1.9;
}
.aboutwrapper ul li i{
    color: #F9A13A;
    font-size: 14px;
}

.aboutwrapper .inneritem{
    height: 550px;
    width: 576px;
    border-radius: 10px;
}
.sixpoint{
    padding: 20px 0px 40px 0px;
}
.sixpoint .inneritem{
    min-height: 120px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
  
    padding: 7px;
    border-radius: 10px 30px 10px 30px;
box-shadow: #F9A13A 1.01px 1.01px 2.6px;
}
.sixpoint .inneritem p{
    font-weight: 600;
}
.sixpoint .inneritem:hover{
    background-color: var(--light-orange);
}
.kitchendesign{
    padding: 40px 0px;
    background-color: var(--light-color);
}
.kitchendesign h2{
    text-align: center;
}
.kitchendesign .bannertext2{
    padding: 0px 20px;
    text-align: center;
}
.kitchendesign ul li i{
    font-size: 12px;
    color: #F9A13A;
}
.kitchendesign .inneritem{
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 8px;
    border-left: 5px solid var(--light-orange);
}
.dreamwrapper{
    padding: 40px 0px;
}
.dreamwrapper .innerbox{
    background-color: var(--light-orange);
    padding: 25px;
}
.dreamwrapper .innerbox .inneritem{
    padding: 20px;
}
.dreamwrapper .innerbox .inneritem2{
    padding: 20px;
}
.dreamwrapper h2{
    padding-bottom: 15px;
}
.gallerywrapper{
    background-color: var(--light-color);
    padding: 50px 0px;
}
.gallerywrapper h2{
    text-align: center;
    line-height: 1.2;
   white-space: pre-line;
   padding-bottom: 20px;
}
.gallerywrapper img{
    border-radius: 6px;
 
    
}
.kitechnwrapper{
    padding: 50px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    text-align: center;
}
.kitechnwrapper h2{
     text-align: center;
     color: var(--white-color);
    line-height: 1.2;
   white-space: pre-line;
   padding-bottom: 20px;
}
.kitechnwrapper p{
    color: var(--white-color);
}
.kitechnwrapper a{
    padding: 8px 20px;
    border-radius: 30px;
}
.afterbefor{
    padding: 50px 0px;
}
.afterbefor h2{
    text-align: center;
    padding: 7px;
    border: 1px solid var(--light-color);
    margin-bottom: 20px;
}
.afterbefor .textbox{
    padding: 10px 0px;
    text-align: center;
    border: 1px solid var(--light-color);
}
.afterbefor .btn{
    padding: 10px 15px;
}
.kitechnwrapper1{
    padding: 50px 0px;
}
.kitechnwrapper1 h2{
    white-space: pre-line;
    text-align: center;
}
.kitechnwrapper1 .textbox{
    text-align: center;
    padding: 20px 10px;
}
.kitechnwrapper1 .innerbox{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 10px;
    border-left: 2px solid #F9A13A;
    background-color: var(--white-color);
}
.kitechnwrapper1 .innerbox ul li{
    font-size: 15px;
    line-height: 1.9;
}
.kitechnwrapper2{
    padding: 50px 0px;
}
.kitechnwrapper2 h2{
    border-left: 2px solid var(--black-color);
    padding-left: 10px;
    border-radius:6px;
margin-bottom: 20px;
}
.kitechnwrapper2 .textbox{
    padding: 0px 6px;
}
.kitechnwrapper2 .inneritem{
    min-height: 600px;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 5px;
    background-color: var(--light-orange);
}
.kitechnwrapper2 p{
    line-height: 2.1;
}
.kitechnwrapper2 img{
    height: 600px;
    width: 600px;
    border-radius: 5px;
}
.kitechnwrapper3{
    padding: 50px 0px;
}
.kitechnwrapper3 h2{
    white-space: pre-line;
    text-align: center;
    margin-bottom: 20px;
}
.kitechnwrapper3 ul li{
    line-height: 1.9;
    font-size: 14px;
}
.kitechnwrapper3 .inneritem{
        background-color: var(--light-orange);
    padding: 10px;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 2px solid #F9A13A;
  border-top: 2px solid #F9A13A;
}
.kitechnwrapper3 .inneritem:hover{
    background-color: var(--light-color);
}
.kitechnwrapper4{
    padding: 50px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--white-color);
    background-attachment: fixed;
}
 .kitechnwrapper4 h2{
    color: var(--white-color);
    white-space: pre-line;
    padding: 5px 5px 5px 10px;
position: relative;
    line-height: 1.2;
}
 .kitechnwrapper4 h2::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 300px;
    border-radius: 50%;
    min-width: 100px;
    color: var(--white-color);
    bottom: -10px;
    left: 10px;
    background-color: var(--white-color);
 }
.kitechnwrapper4 ul{
    list-style-type: none;
}
.kitechnwrapper4 ul li{
    font-size: 15px;
    line-height: 1.9;
    text-decoration: underline;
}
.kitechnwrapper4 .innerbox{
    padding: 20px 10px;
    margin-bottom: 20px;
     border-left: 2px solid var(--white-color);
     border-radius: 10px;
}
.testimonialwrapper{
    padding: 50px 0px;
}
.testimonialwrapper .innerbox{
    padding: 20px 20px;
    min-height: 200px;
     border-radius: 5px;
    background-color: var(--light-color);
    position: relative;
}
.testimonialwrapper h2{
    text-align: center;
    margin-bottom: 20px;
    white-space: pre-line;
   
}
.testimonialwrapper h2 i{
    font-size: 15px;
}
.locationwrapper{
    padding: 30px;
}
.locationwrapper .innerbox{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
    border: 1px solid #E44B5E;
}
.locationwrapper .innerbox ul{
    list-style-type: none;
}
.locationwrapper .innerbox ul li{
font-size: 14px;
line-height: 2.9;
padding: 2px 6px;
}
.locationwrapper .innerbox ul li:hover{
    background-color: var(--light-orange);
    border-radius: 10px;
}
.locationwrapper a{
    text-decoration: none;
    color: var(--black-color);
}
.locationwrapper p{
    white-space: pre-line;
    text-align: center;
    padding: 10px 0px;
}
.kitechnwrapper5{
    padding: 30px 0px;
}
.kitechnwrapper5 .innerbox{
   padding: 40px;
   justify-content: center;
   text-align: center;
   color: var(--white-color);
   border-radius: 10px;
}
.kitechnwrapper5 .btn{
    border-radius: 15px;
}
.faqwrapper{
    background-color: var(--light-color);
    padding: 40px 0px;
}
.faqwrapper .inneritem{
    padding: 10px;
    background-color: var(--white-color);
    border-radius: 10px;
    margin-bottom: 15px;
}
footer{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
    color: var(--white-color);
    background-color: rgba(0, 0, 0, 0.4);
}
footer img{
   height: auto;
    width: 150px;
    margin-bottom: 10px;
}
footer ul li{
line-height: 1.9;
color: var(--white-color);
font-size: 14px;

}
footer ul li:hover{
        color: #F9A13A;
}
footer a{
    text-decoration: none;
    color: var(--white-color);
}
footer a:hover{
    color: #F9A13A;
}
footer h4{
    color: #F9A13A;
    margin-bottom: 20px;
    position: relative;
}
footer h4::after{
    content: "";
    height: 2px;
    width: 50px;
    background-color: #F9A13A;
    bottom: -6px;
    left: 0;
    position: absolute;
}
footer .socialicon a{
font-size: 18px;
border-radius: 5px;
background-color: var(--white-color);
padding: 6px;
color: var(--black-color);
}
footer .socialicon a:hover i{
   color: #F9A13A;
}
footer{
    border-top: 2px solid #F9A13A;
}
footer p{
    line-height: 1.9;
}
.headertitle{
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    min-height: 400px;
    padding: 20px 0px;
background: rgba(0, 0, 0, 0.9);
}
.headertitle h1{
    color: #F9A13A;
}
.headertitle span{
    font-size: 14px;
    color: var(--white-color);
}
.headertitle a{
    font-size: 14px;
    text-decoration: none;
    color: var(--white-color);
}
.headertitle i{
   color: var(--white-color);
   font-size: 15px;
}
.kitechnwrapper6{
    padding: 30px 0px;
    justify-content: center;
    text-align: center;
}
.kitechnwrapper6 td{
    font-size: 14px;
    padding: 10px;
}
.kitechnwrapper6 h3{
    padding: 15px 0px;
}
.kitechnwrapper7 {
    justify-content: center;
    text-align: center;
}
.kitechnwrapper7 .innerbox{
    padding: 20px;
    border: 2px solid #F9A13A;
    border-radius: 5px;
}
.sideapi img{
    border-radius: 50%;
    height: 40px;
    width: auto;
    position: fixed;
    
}
.kitchentype{
    padding-top: 40px;
    justify-content: center;
    text-align: center;
  
}
.kitchentype p{
    line-height: 1.9;
}
.kitchentype .innerbox{
  background-color: var(--light-color);
  padding: 20px;
  border-radius: 10px;
}
.service1{
    padding: 30px 0px;
}
.service1 h2{
    text-align: center;
    padding-bottom: 15px;
}
.service1 .innerbox{
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 6px;
}
.service1 ul li{
    font-size: 14px;
    line-height: 1.9;
}
.service1 .textbox{
    padding-top: 10px;
}
.sideapi .whatsapp{
    bottom: 85px;
        animation: whatsapp 4s linear infinite;
    right: 10px;
} 
.servicetwo .innerbox{
    padding: 15px;
    border: 1px solid #F9A13A;
    min-height: 210px;
    border-radius: 6px;

    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.servicethree{
    margin: 40px 0px 0px 0px;
    padding: 30px 0px;
    background-color: var(--light-color);
}
.servicethree .innerbox{
  padding: 20px;
  border-top: 2px solid #F9A13A;
  justify-content: center;
  text-align: center;
  background-color: var(--white-color);
}
.servicethree  .imgbox{
    height: 400px;
background-size: cover;

background-position: center;
}
.servicethree p{
    padding: 10px 0px;
}
.servicefour{
    padding: 40px 0px;
    justify-content: center;
    text-align: center;
}
.servicefour h2{
padding: 5px 0px;
background-color: var(--light-orange);
}
.servicefour .inneritem{
    padding: 15px 0px;
    border-radius: 8px;
    margin: 5px 0px;
    border: 1px solid var(--black-color);
}
@keyframes whatsapp {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}

/* Respect user's reduced-motion setting */
@media (prefers-reduced-motion: reduce) {
  .blink-fade {
    animation: none;
    opacity: 1;
  }
}
.sideapi .call{
    bottom: 40px;
     animation: call 3s linear infinite;
    right: 10px;
} 
@keyframes call {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}

/* Respect user's reduced-motion setting */
@media (prefers-reduced-motion: reduce) {
  .blink-fade {
    animation: none;
    opacity: 1;
  }
}