/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: OceanWP
Author URI: https://oceanwp.org/about-oceanwp/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 4.0.4.1736573236
Updated: 2025-01-11 05:27:16

*/

.page-header {
    display: none;
}

.content-area{
	margin-bottom:0px;
}


a:focus{
	outline: solid 0px !important;
}

.header-section{
	
/*     position: absolute; */
    z-index: 999;
    width: 100%;
    font-family: "Outfit", serif;
}

.header-logo img{
	width: 100%;
    padding: 15px;
}

	.homepage-slider-mobile{
		display:none;
	}

.header-logo{
	width:20%;
}


.wrapper ul{
	
    display: flex;
    gap: 15px;
    list-style: none;
    justify-content: center;
    margin-right: 15px;
	margin:8px;
}

.header-contact{
	
    display: flex;
    gap: 15px;

}

.header-contact i{
	font-size: 13px;
    color: white;
    background: brown;
    padding: 6px;
    border-radius: 50%;
}

.contact-detail{
	
    display: flex;
    gap: 10px;

}

.contact-detail h4{
	
/*     color: white; */
    margin-bottom: 0;

}

.contact-detail p{
	margin-bottom:0px;
}

.contact-detail p a{
	
/*     color: white; */

}

.fa-solid, .fas {
    font-weight: 900;
    font-size: 20px;
/* 	color:white; */
}

.fa-brands, .fab {
    font-weight: 400;
    font-size: 20px;
	display:none;
}

.header-menu-section{
	
/*     background: #ffffffc2;
    position: sticky !important;
    top: 75px;
    width: 100%; */
	
	background: url(https://kitefurn.com/wp-content/uploads/2025/02/new-logo-2.jpg);
/*     position: sticky !important; */
    top: 75px;
    width: 100%;
    background-size: 100% 50%;
}

.header-menu-section .container{
	
    display: flex;
    align-items: center;
    justify-content: space-between;

}

#main #content-wrap{
	padding:0;
}

.content-area{
	width:100%;
	padding-right:0;
}


.homepage-sec-1{
	
    padding: 50px 0;
/*     background: url(https://kitefurn.com/wp-content/uploads/2025/01/white-background-scaled.jpg); */
    height: 700px;
    background-size: 100%;
	position:relative;

}

	.image-container{
		 width:100%; 
      height: 300px;
      background-image:url('https://kitefurn.com/wp-content/uploads/2025/03/WhatsApp-Image-2025-03-20-at-18.21.57_1a6e8316.jpg');
      background-size: cover;
      background-position: center;
      animation: changeImage 1s infinite; /* 1.5s because 0.5s per image */
    
	}
	
	 @keyframes changeImage {
      0% {
        background-image: url('https://kitefurn.com/wp-content/uploads/2025/03/WhatsApp-Image-2025-03-20-at-18.22.07_7f8f3c63.jpg');
      }
      33.33% {
        background-image: url('https://kitefurn.com/wp-content/uploads/2025/03/WhatsApp-Image-2025-03-20-at-18.22.18_060bb72f.jpg');
      }
      66.66% {
        background-image: url('https://kitefurn.com/wp-content/uploads/2025/03/WhatsApp-Image-2025-03-20-at-18.22.28_9ed5e25a.jpg');
      }
      100% {
        background-image: url('https://kitefurn.com/wp-content/uploads/2025/03/WhatsApp-Image-2025-03-20-at-18.20.30_c529fcdd-e1742541950383.jpg');
      }
    }


.homepage-sec-1-cont{
	
    display: flex;
    position: relative;

}

.homepage-sec-1-left{
	
    width: 45%;
    position: absolute;
    z-index: 2;
    top: 70px;
    left: 50px;
    border: 20px solid #e5cbaa;
}

.homepage-sec-1-left img{
	
    width: 100%;

}

.homepage-sec-1-right{
	
    width: 70%;
    position: absolute;
    height: 375px;
    border: 2px dashed #80808021;
    left: 250px;
    padding: 50px;

}

.homepage-sec-1-right h2{
	
    text-align: end;
    font-size: 35px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 0;
      font-family: "Outfit", serif;
}

.homepage-sec-1-right h4{
	
    text-align: end;
    width: 60%;
    margin-right: 0;
    margin-left: auto;
    line-height: 25px;

}

.homepage-sec-1-right span{
	
    display: block;
    font-size: 50px;
    font-weight: 600;
	  font-family: "Unbounded", serif;

}
.homepage-sec-1-right div{
	
    text-align: end;
    font-size: 75px;
    line-height: 80px;
      font-family: "Poppins", serif;
	color: #e5cbaa;
    font-weight: 600;
}

.show-more-btn{
	
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;

}

.show-more-btn a button{
	
    background: #bd9251;
    padding: 8px 16px;
    border-radius: 5px;
    color: white;
    font-family: 'Outfit';
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;

}

.footer-section{

	padding-top: 50px;
    background: #efeaeac2;
}


.footer-section-cont hr{
	border-top: 2px solid #e9e9e9;
}

.logo-section{
	
    text-align: center;

}

.logo-section img{
	width:170px;
}

.footer-contact-section{
	
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-family: "Outfit", serif;
}

.footer-phone{
	
    display: flex;
    gap: 10px;
    align-items: baseline;

}

.footer-mail{
	display: flex;
    gap: 10px;
    align-items: baseline;
}

.footer-section a:hover{
	color: #333333;
}


.footer-address{
	display: flex;
    gap: 10px;
    align-items: baseline;
}

.footer-contact-section i{
	color:#ba7e38;
	font-size:24px;
}

.footer-contact-section a{
	
    font-size: 18px;

}

.vr-line{
	
    width: 1px;
    height: 80px;
    border: 1px solid #80808040;

}

.footer-menu-section ul{
	
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Outfit';

}

.social-icons-section{
	
    display: flex;
    justify-content: center;
    gap: 10px;

}

.social-icons-section .fa-brands{
	display:block;
    color: #ba7e38;
    font-size: 28px;

}

.footer-bottom{
	
    display: flex;
    justify-content: space-between;

}

.footer-bottom p{
	
    font-family: 'Poppins';
    color: #ba7e38;

}

.footer-bottom p a{
	
    color: #ba7e38;

}


.homepage-sec-2{
	background:#f1f1f1;
	padding:50px 0;
}

.homepage-sec-2-cont h2{
	
    text-align: center;
    color: #8c6835;
    font-size: 35px;
    font-family: 'Unbounded';

}

.homepage-sec-2-cont p{
	
    text-align: center;
    width: 50%;
    margin: 20px auto;
    font-family: 'Poppins';

}

.card-section-top{
	
    display: flex;
     justify-content:center;
	gap:15px;
	
}

.card-section{
	background:url(https://kitefurn.com/wp-content/uploads/2025/01/living-space-image.jpg);
	height:350px;
	background-size:cover;
	border:1px solid black;
	width:calc(100%/3);
	position:relative;
	margin-bottom:15px;
    transform:scale(1);
	transition:.5s;
	overflow:hidden;

}

.card-section-1{
	height:350px;
	width:calc(100%/3);
	position:relative;
/* 	border:1px solid black; */
	overflow:hidden;
	margin-bottom:15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.card-image-1{
	background:url(https://kitefurn.com/wp-content/uploads/2025/01/living-space-image.jpg);
	background-size:cover;
	transition:.5s;
	height:100%;
	width:100%;
	transform:scale(1);
}

.card-image-1:hover{
	transform:scale(1.1);
}

.card-section:hover{
     	background-size:;
}

.card-title{
	position:absolute;
	z-index:10;
	bottom:0;
	left:0;
	width:100%;
	background:#e4cca8;
	text-align:center;
}

.card-title h4{
	
    margin: 10px;
    font-family: 'Outfit';
    text-align: left;

}

.card-length {
    width: calc(100% / 2);
}


#dining-space{
	background:url(https://kitefurn.com/wp-content/uploads/2025/05/office-space-image.jpg);
	background-size:cover;
}

#Modular-kitchen{
	background:url(https://kitefurn.com/wp-content/uploads/2025/01/modualar-kitchen-image.jpg);
	background-size:cover;
}

#Bed-Rooms{
	background:url(https://kitefurn.com/wp-content/uploads/2025/01/bed-room-image.jpg);
	background-size:cover;
	background-position-x: -100px;
}

#Hotel-Interiors{
	background:url(https://kitefurn.com/wp-content/uploads/2025/01/hotel-interior-image.jpg);
	background-size:cover;
}

#Bakeries{
	background:url(https://kitefurn.com/wp-content/uploads/2025/01/bakeries-image.jpeg);
	background-size:cover;
	background-position-x: -80px;
    background-position-y: -20px;
}

#Retail-Stores{
	background:url(https://kitefurn.com/wp-content/uploads/2025/01/retail-stores-image.jpg);
	background-size:cover;
}

#Halls-Banquets{
	background:url(https://kitefurn.com/wp-content/uploads/2025/01/hall-image-scaled.jpg);
	background-size:cover;
}

.homepage-sec-2-cont{
	
    padding: 0 15px;

}

.card-section-top a{
	display:contents;
	overflow:hidden;
}

@media all and (min-width:1600px){
	.card-section{
		height:450px;
	}
}


.homepage-sec-3{
	
    background: white;
    padding: 50px 0 0;

}

.homepage-sec-3-cont h2{
	
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    font-family: 'Unbounded';
    color: #8d6835;

}

.homepage-sec-3-cont p{
	
    margin:20px auto;
    text-align: center;
    width:50%;
    font-family: 'Poppins';
 
}

.product-section{
	
    display: flex;
	justify-content: space-between;
	align-items:center;

}



.product-sec-right ul{
	
    width: 65%;

}

.product-sec-right ul li{
	

    padding: 10px;
    background: lightgoldenrodyellow;
    list-style: none;
    margin-bottom:15px;

}

.product-section-left{
	
    width: 47%;
    text-align:center;
}

.product-sec-right{
	
    width: 50%;

}

.price-section{
	
    display: flex;
    gap: 15px;
    align-items: center;

}

.basic-wardrobe-image{
	width:60%;
}

.price-sec-left{
	
    width: auto;

}

.price-sec-left p{
	
    margin-top: 0 !important;
	margin-bottom: 0 !important;
	width:100% !important;
}

.price-sec-left h4{
	
    margin-bottom: 0;

}

.price-sec-right h3{
	
    font-size: 24px;
	margin-bottom:0;

}

.price-sec-right h3 span{
	
    
    text-decoration: line-through;
    font-weight: 200;
    font-size: 16px;
    padding-right: 10px;


}

.product-sec-right h2{
	
    text-align: left;
    color: black;
    font-size: 30px;
	font-family: 'Outfit';
}

.product-sec-right h2 span{
	
    font-size: 80px;
    color: #f1f1f1;
    font-weight: 300;

}

.product-sec-right p{
	
    width: 100%;
    text-align: left;
    margin: 20px 0;

}

/* .glass-stair-image img{
	
    width: 50%;

} */


.mega-sub-menu{
	top: 50px !important;
}

.inner-banner{
	height:300px;
	
}

.nk-awb-wrap-content{
	
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.inner-banner-heading h2{
	
    margin: 0;
    color: white;
    font-size:30px;
	font-family: 'Outfit';
	text-align:center;
}

.breadcrumb ul{
	
    display: flex;
    list-style: none;
    gap: 10px;
    margin-left: 0;
    justify-content:center;
	margin-top:0;
}

.breadcrumb ul li a{

    color: #c5c0c0;
    text-decoration:none !important;
    font-size:15px;
	font-weight:700;
	font-family: 'Outfit';
}

.breadcrumb ul li a:hover{
	color:white;
}

.why-choose-section{
	
    display: flex;
	

}

.why-choose-box{
	
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 2px solid #e3cba7;
    border-right: 2px solid #e3cba7;
    border-top: 2px solid #e3cba7;
    padding-top: 15px;
    width:20%;
}

.why-choose-content h4{
	text-align:center;
	width: 75%;
    margin: 20px auto;
}

.why-choose-image{
	
    text-align: center;
    margin: 0;
    width: 100%;

}

.why-choose-image img{
	
    width: 60%;

}

.why-choose-box:nth-child(2){
	
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #e3cba7;
    border-top: none;

}

.why-choose-box:nth-child(4){
	
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #e3cba7;
    border-top: none;

}

.homepage-sec-4{
	padding:50px 0;
	background: url(https://kitefurn.com/wp-content/uploads/2025/01/why-choose-bg.png);
    background-size: 100%;
	margin-top:50px;
}

.hero-section{
	width:100%;
	height:800px;
}


.service-section-1{
	padding:50px 0 0;
}

.service-section-1-cont{
	
    display: flex;
    justify-content: space-between;

}

.service-sec-1-left{
	width:48%;
	display:none;
}

.service-sec-1-left img{
	width:100%;
}

.service-sec-1-right{
	
    width: 100%;

}

.service-sec-1-right h2{
	
    font-size: 30px;
    font-family: 'Unbounded';
    text-align: center;
    width: 50%;
    margin: 0px auto 20px;
    font-weight: 500;
}

.service-sec-1-right p{
	
   font-family: 'Poppins';
    text-align: center;
    width: 80%;
    margin: 20px auto;

}

/* Service page */

.grid{
	
    display: flex;
    justify-content: center;

}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
/* 	min-width: 320px;
	max-width: 530px;
	max-height: 360px; */
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figcaption div{
	
    display: flex;
    flex-direction: column;

}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	height: 400px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width:100%;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0 0 0;
	color: white;
    font-family: "Unbounded", serif;
    letter-spacing: 3px;
}

figure.effect-julia h4 {
	position: relative;
	padding: 0.5em 0;
	color: white;
    font-family: "Unbounded", serif;
    letter-spacing: 3px;
	font-size:14px;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
	width:fit-content;
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* active class */


figure.effect-julia:active p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:active p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:active p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:active img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:active p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* active class */

.hall-space{
	width:100% !important;
}

/* CSS grid */

.angry-grid {
   display: grid; 

   grid-template-rows: 1fr 1fr ;
   grid-template-columns: 1fr 1fr ;
   
   gap: 0px;
   height: 100%;
   
}
  
#item-0 {

  
   grid-row-start: 1;
   grid-column-start: 1;

   grid-row-end: 3;
   grid-column-end: 2;
   
}
#item-1 {


   grid-row-start: 1;
   grid-column-start: 2;

   grid-row-end: 2;
   grid-column-end: 3;
   
}
#item-2 {

 
   grid-row-start: 2;
   grid-column-start: 2;

   grid-row-end: 3;
   grid-column-end: 3;
   
}

/* CSS grid */
/* Service page */

/* About page */

.about-us-section{
	
    padding: 50px 0;
	background: url(https://kitefurn.com/wp-content/uploads/2025/01/section-bg-shape-1.png);
    background-size: cover;
    background-position-y: -150px;
}

.about-us-section-cont{
	
    display: flex;
    justify-content: space-between;
	
}

.about-us-sec-left{
	
    width: 48%;
    position: relative;
    height: 550px;
}

.about-us-text-sec{
	
    display: flex;
    align-items: baseline;
	top: 80px;
    display: flex;
    align-items: baseline;
    position: absolute;
    z-index: 2;
    right: -50px;
    transform: rotate(-90deg) !important;

}

.about-us-circle{
	
    width: 70px;
    height: 70px;
    background: #b7853e;
    border: 5px solid white;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Outfit';

}

.about-us-text-sec h4{
	
 
    font-family: 'Poppins';
    font-size: 16px;


}

.about-us-exp-section{
	
    position: absolute;
    z-index: 4;
    bottom: 30%;
    left: 30%;

}

.exp-circle{
	
    width: 150px;
    height: 150px;
    background: #b7853e;
    border: 5px solid white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    color: white;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Outfit';
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about-us-image-sec-2{
	
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: end;
    align-items: end;
  
}


.about-us-image-sec-2 img{
	width:75%;
	  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.exp-circle{
	  line-height: 35px;
}

.exp-circle h5{
	
    margin: 0;
    color: white;
    width: 60%;
    text-align: center;
    font-size: 16px;

}

.about-us-sec-right{
	
    width: 48%;

}

.about-us-image-sec-1{
	
    position: absolute;
    z-index: 1;
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about-us-image-sec-1 img{
	
    width: 100%;

}

.about-us-sec-right h5{

    margin-bottom: 0;
    font-family: 'Poppins';
    color: #b7853e;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;

}

.about-us-sec-right h1{
	
    font-size: 40px;
    font-weight: 700;
    font-family: "Unbounded";
    margin-bottom: 0;

}

.about-us-sec-right h1 span{
	
    color: #b7853e;

}

.about-us-sec-right h3{
	
    font-size: 22px;
    font-family: 'Poppins';
    text-transform: capitalize;
    width: 65%;
    line-height: 35px;

}

.about-us-sec-right p{
	
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 28px;

}

.about-us-sec-right a button{
	
    background: #b7853e;
    color: white;
    padding: 10px 20px;
    font-family: 'Poppins';

}

/* Our team */

.our-team-section{
	
    padding: 50px 0;
    background: #f5f5f5;
}

.our-team-sec-cont{
	
    text-align: center;

}

.our-team-sec-cont h5{
	
    margin-bottom: 0;
    font-family: 'Poppins';
    color: #b7853e;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;

}

.our-team-sec-cont h2{
	font-size: 40px;
    font-weight: 700;
    font-family: "Unbounded";
    margin-bottom: 0;
}

.team-memebers-section{
	
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;

}

.team-member{
	
    width: 19%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.team-image{
	
    height: 310px;

}

.team-image img{
	height:100%;	
}

.team-details h3{
	
    margin-top: 15px;
    font-family: 'Unbounded';
    margin-bottom: 10px;

}

.team-details h4{
	
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Outfit';
    letter-spacing: 2px;
    color: #b7853e;
    line-height:21px;
}


/* Our team */

.our-work-section{
	
    padding: 50px 0;
    background: #fffaf4;
}

.our-work-sec-heading{
	
    display: flex;
    align-items: center;

}

.heading-left h5{
	 margin-bottom: 0;
    font-family: 'Poppins';
    color: #b7853e;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.heading-left h2{
	font-size: 40px;
    font-weight: 700;
    font-family: "Unbounded";
    margin-bottom: 0;
}

.heading-left h2 span{
	
    color: #b7853e;

} 


.our-work-para p{
	
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 28px;

}

.our-work-sec-boxes{
	
    display: flex;
    justify-content: space-between;
    padding-top: 30px;

}

.our-work-box{
	
    width: 24%;

}

.our-work-box-image img{
	width:100px;
	height: 100px;
    object-fit: contain;
}

.our-box-content h4{
	
    font-family: 'Outfit';
    margin-bottom: 10px;
    font-size: 20px;

}

.our-box-content p{
	
    font-family: 'Poppins';
    line-height: 26px;
    font-size: 13px;

}

/* About Page */

/* Product page */

.product-section-1{

	padding:50px 0;
	
}

.product-heading h2{
	
    font-size: 33px;
	font-weight: 500;
    font-family: "Unbounded";
    margin-bottom: 10px;
}

.product-heading h3{
	
    font-size: 22px;
    font-family: 'Poppins';
    text-transform: capitalize;
    width: 65%;
    line-height: 35px;

}

.description p{
	
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 28px;

}


.description h4{
	
    font-size: 20px;
    font-weight: 700;
    font-family: 'Unbounded';
    margin-bottom: 0;

}


.description ul{
	
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 28px;
    list-style:square;
}

.description ul li::marker{
	font-size:20px;
	color: #ba7e38;
}

.visit-btn a button{
	padding: 10px 20px;
    background: #ba7e38;
    color: white;
    font-family: 'Outfit';
    letter-spacing: 1px;
}

/* Product page */

/* Project pages */

.project-details{
	
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom:30px;
}

.project-details-icon{
	
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    background: #f5f5f5;
    border-radius: 50%;

}

.project-details-icon i{
	
    font-size: 20px;
    color: grey;

}

.product-image{
	padding-top:50px;
}

.project-details-content h4{
	
    margin-bottom: 5px;
    font-family: 'Outfit';

}

.project-details-content p{
	
    margin-bottom: 0;

}

.project-details-content p span{
	
    font-family: 'Poppins';

}

.project-section-left{
	margin-top:50px;
	padding:50px;
	
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.project-details-right{
	margin-top:50px;
	
	
}

.project-details-right h2{
	 font-size: 35px;
	font-weight: 500;
    font-family: "outfit";
    margin-top: 20px;
}

.project-details-right h3{
	 font-size: 26px;
	font-weight: 500;
    font-family: "outfit";
    margin-top: 20px;
}


.project-details-right p{
	
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 28px;
}

.project-details-right ul li{
	font-family: 'Poppins';
    font-size: 14px;
    line-height: 28px;
}
/* Project pages */

/* Mobile responsive */
@media all and (max-width:450px){
	.header-logo img {
    width: 100%;
}

	.wrapper ul{
		justify-content:center;
	}
	
/* 	.homepage-slider{
		display:none;
	} */
	
	.homepage-slider-mobile{
/* 		height:100vh; */
		display:block;
	}
	
		.homepage-slider-mobile img{
		
    height: 100%;
    object-fit: cover;

	}
	
	.homepage-sec-1-right h4 {
    text-align: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    line-height: 25px;
}
	

	
	.contact-detail p a {
/*     color: white; */
    font-size: 13px;
}
	.contact-detail h4 {
/*     color: white; */
    margin-bottom: 0;
    font-size: 14px;
	line-height:26px;
}
	.contact-detail p {
    margin-bottom: 0px;
    line-height: 26px;
}
	
	.phone i{
		font-size: 12px;
	}
	
	
.homepage-sec-1{
	padding: 20px 0;
    background: url(https://kitefurn.com/wp-content/uploads/2025/01/white-background-scaled.jpg);
    height: auto;
    background-size: 100%;
    position: relative;
}
	
	.header-contact {

    gap: 5px;
}
	
	

.homepage-sec-1-cont {
    flex-direction: column-reverse;
	margin-bottom: 15px;
}

.homepage-sec-1-left {
    width: 100%;
    position: unset;
    border: 10px solid #e5cbaa;
}

.homepage-sec-1-right {
    width: 100%;
    position: unset; 
    height: auto;
    border: 2px dashed #80808021;
    padding: 10px;
}

.homepage-sec-1-right h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
    font-family: "Outfit", serif;
}

.homepage-sec-1-right span {
    display: block;
    font-size: 26px;
    font-weight: 600;
    font-family: "Unbounded", serif;
}

.homepage-sec-1-right div {
    text-align: center;
    font-size: 40px;
    line-height: 80px;
    font-family: "Poppins", serif;
    color: #e5cbaa;
    font-weight: 600;
}

.homepage-sec-1-right div{
	line-height:50px;
}

.show-more-btn{
	position:unset;
}

.show-more-btn a button {
  
    padding: 4px 11px;
    font-size: 13px;

}

.homepage-sec-2-cont h2 {

    font-size: 21px;
}

.homepage-sec-2-cont p {
    text-align: center;
    width: 100%;
    margin: 20px auto;
    font-family: 'Poppins';
    font-size: 13px;
}

.homepage-sec-2 {
    background: #f1f1f1;
    padding: 20px 0;
}

.card-length {
    width: calc(100%);
}

.card-section-top{
	flex-direction:column;
}

.card-section-1 {

    width: calc(100%);

}

.homepage-sec-3-cont h2 {
    font-size: 21px;
    margin-bottom:5px;
}

.homepage-sec-3-cont p {
    margin: 20px auto;
    text-align: center;
    width: 100%;
    font-family: 'Poppins';
    font-size: 13px;
}

.product-section {

    flex-direction: column;
}

.product-section-left {
    width: 100%;
    text-align: center;
}

.product-sec-right {
    width: 100%;
}

.product-sec-right h2 span {
    font-size: 40px;
    color: #f1f1f1;
    font-weight: 300;
}

.homepage-sec-3-cont p {
    margin: 0px auto 20px 0;
    text-align: left;
    width: 100%;
    font-family: 'Poppins';
    font-size: 13px;
}

.homepage-sec-4 {
    padding: 20px 0;
    background: url(https://kitefurn.com/wp-content/uploads/2025/01/why-choose-bg.png);
    background-size: 100%;
	margin-bottom:0;
}

.why-choose-section {
    display: flex;
   	flex-wrap:wrap;
}
	
	
	



.why-choose-box{
	width:48%;
}

.why-choose-image img {
    width: 40%;
}

.why-choose-content h4 {
    text-align: center;
    width: 100%;
    margin: 15px auto;
	font-size:14px;
}

.why-choose-box{
	border:none;
}

.why-choose-box:nth-child(2){
	border-bottom:0;
}

.why-choose-box:nth-child(4){
	border-bottom:0;
}

.footer-section {
    padding-top: 20px;
}

.logo-section img {
    width: 130px;
}

.footer-contact-section{
	flex-direction:column;
	height:200px;
	align-items:flex-start;
}

.vr-line {
    width: 100%;
    height: 1px;
    border: 1px solid #80808040;
}

.footer-contact-section i {
    color: #ba7e38;
    font-size: 16px;
}

.footer-contact-section a {
    font-size: 15px;
}

.footer-menu-section ul {
    justify-content: center;
    font-size: 16px;
    flex-wrap: wrap;
    margin: 0;
    gap: 10px;
}

.social-icons-section .fa-brands {
    display: block;
    color: #ba7e38;
    font-size: 20px;
}

.footer-bottom {

    flex-direction: column;
    align-items: center;
	padding-top:20px;
}

.footer-bottom p {
    font-family: 'Poppins';
    color: #ba7e38;
    margin-bottom: 0;
}
	.inner-banner-heading h2{
	font-size:21px;	
	}
	.breadcrumb ul li a{
		font-size:13px;
	}
	.about-us-section {
    padding: 20px 0;
    background: url(https://kitefurn.com/wp-content/uploads/2025/01/section-bg-shape-1.png);
    background-size: cover;
    background-position-y: 0px;
}
	.about-us-section-cont {
    flex-direction: column;
}
	.about-us-sec-left {
    width: 100%;
    position: relative;
    height: 250px;
}
	.about-us-image-sec-1 {
    position: absolute;
    z-index: 1;
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
	.about-us-exp-section {
    position: absolute;
    z-index: 4;
    bottom: 80px;
    left: 30%;
}
	.exp-circle {
    width: 100px;
    height: 100px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Outfit';
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
	.exp-circle h5 {
    margin: 0;
    color: white;
    width: 60%;
    text-align: center;
    font-size: 10px;
}
	.about-us-image-sec-2 img {
    width: 60%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
	.about-us-text-sec {
    display: flex;
    align-items: baseline;
    top: 10px;

    align-items: baseline;
    position: absolute;
    z-index: 2;
    right: 0px;
    transform: rotate(0deg) !important;
}
	.about-us-circle {
    width: 50px;
    height: 50px;
    background: #b7853e;
    border: 5px solid white;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Outfit';
}
	.about-us-text-sec h4 {
    font-family: 'Poppins';
    font-size: 13px;
}
	.about-us-sec-right {
    width: 100%;
}
	.about-us-sec-right h5{
		font-size:14px;
	}
	.about-us-sec-right h1 {
    font-size: 21px;
    font-weight: 700;
    font-family: "Unbounded";
    margin-bottom: 0;
    line-height: 35px;
}
	.about-us-sec-right h3 {
    font-size: 15px;
    line-height: 26px;
    width: 75%;
}
	.about-us-sec-right p {
    font-family: 'Poppins';
    font-size: 13px;
    line-height: 26px;
}
	.about-us-sec-right a button {
    background: #b7853e;
    color: white;
    padding: 5px 15px;
    font-family: 'Poppins';
	font-size:12px;
}
	.our-work-section {
    padding: 20px 0;
    background: #fffaf4;
}
	.our-work-sec-heading {

    flex-direction: column;
}
	.heading-left h5{
		font-size:13px;
	}
	.heading-left h2 {
    font-size: 21px;
    font-weight: 700;
    font-family: "Unbounded";
    margin-bottom: 0;
    line-height: 33px;
}
	.our-work-para p {
    font-size: 13px;
    line-height: 25px;
    margin-top: 10px;
}
	.our-work-sec-boxes {

    padding-top: 0px;
    flex-wrap: wrap;
}
	.our-work-box-image img {
/*     width: 60px;
    height: 60px; */
    object-fit: contain;
}
	.our-box-content h4 {
    font-family: 'Outfit';
    margin-bottom: 10px;
    font-size: 18px;
	height:50px;
}
	.our-box-content p {
    font-family: 'Poppins';
    line-height: 24px;
    font-size: 13px;
}
	.our-team-sec-cont h5{
		font-size:15px;
	}
	.our-team-sec-cont h2 {
    font-size: 21px;
    font-weight: 700;
    font-family: "Unbounded";
    margin-bottom: 0;
    margin-top: 10px;
}
	.team-member {
    width: 48%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
	.team-image {
    height: 200px;
}
	.team-details h3 {
    margin-top: 15px;
    font-family: 'Unbounded';
    margin-bottom: 5px;
	margin-top:5px;
    font-size: 13px;
}
	.team-details h4 {
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Outfit';
    letter-spacing: 2px;
    color: #b7853e;
    line-height: 15px;
    margin-bottom: 5px;
}
	.team-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
	.our-work-box {
    width: 49%;
}
	.service-section-1 {
    padding: 20px 0 0;
}
	.service-sec-1-right h2 {
    font-size: 18px;
    line-height: 30px;
	width:100%;
}
	.service-sec-1-right p {
    font-family: 'Poppins';
    text-align: center;
    width: 100%;
    margin: 20px auto;
    font-size: 13px;
}
	.grid {
    justify-content: center;
    flex-wrap: wrap;
}
	.grid figure{
		width:100%;
	}
	figure.effect-julia img{
		height:200px;
	}
	figure.effect-julia h2{
		font-size:14px;
	}
	.grid figure figcaption{
		padding: 1em;
	}
	.product-section-1 {
    padding: 20px 0;
}
	.product-image{
    display: grid;
    place-items: center;
		
	}
	.product-image img{
		
    width: 70%;

	}
	.product-heading h2 {
    font-size: 21px;
    font-weight: 500;
    font-family: "Unbounded";
    margin-bottom: 10px;
    line-height: 35px;
}
	.product-heading h3 {
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: capitalize;
    width: 65%;
    line-height: 27px;
}
	.description p {
    font-family: 'Poppins';
    font-size: 13px;
    line-height: 26px;
}
	.description ul {
    font-family: 'Poppins';
    font-size: 13px;
    line-height: 26px;
    list-style: square;
}
	.visit-btn a button {
    padding: 5px 15px;
    background: #ba7e38;
    color: white;
    font-family: 'Outfit';
    letter-spacing: 1px;
    font-size: 12px;
}
	.project-details-right h2 {
    font-size: 22px;
    font-weight: 500;
    font-family: "outfit";
    margin-top: 20px;
}
	.project-details-right p {
    font-family: 'Poppins';
    font-size: 13px;
    line-height: 26px;
}
	.project-details-right h3 {
    font-size: 21px;

}
	.project-section-left {
    margin-top: 0px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
	.project-details-content p {
    margin-bottom: 0;
    font-size: 13px;
}
	.project-details-right {
    margin-top: 0px;
}
}

/* Mobile responsive */

/* contact page */

.contact-page-section-1{
	
    padding: 50px 0;

}

.contact-page-sec-1-cont{
	
    display: flex;
    justify-content: space-between;

}

.contact-sec-1-left{
	width:48%;
}

.contact-sec-1-left img{
	
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.contact-sec-1-right{
	
    width: 49%;

}

.contact-sec-1-right h6{
	
    font-family: 'Outfit';
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 5px;

}

.contact-sec-1-right h2{
	
    font-size: 35px;
    font-family: "Unbounded";

}

.contact-sec-1-right h2 span{
	
    color: #af8047;

}

.contact-sec-1-right h6{
	
    font-family: 'Poppins';
    font-size: 13px;
    color: grey;

}

.form-two-column{
	
    display: flex;
    gap: 10px;

}

input::placeholder{
	color:grey;
	font-family:"poppins";
}

textarea::placeholder{
	color:#ad9f9f;
	font-family:"poppins";
}

.wpcf7-submit{
	
    background: #b8863b !important;
    margin-top: 20px !important;

}

.contact-sec-1-right > span{
	
    font-family: 'Poppins';
    font-size: 13px;

}

.form-column p{
	margin-bottom:0;
}

.wpcf7-form p{
	margin-bottom:0;
}

.contact-page-section-2{
	
    padding: 50px 0;

}

.contact-page-section-2 .container{
	text-align:center;
}


.contact-page-section-2 .container h6{
	text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 5px;
}

.contact-page-section-2 .container h2{
     font-size: 35px;
    font-family: "Unbounded";
}

.contact-page-section-2 .container p{
	width: 50%;
    margin: 20px auto;
    font-family: 'Poppins';
}

.contact-details-section-1{
	
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
}

.contact-details-box{
	
    display: flex;
    gap: 10px;

}

.contact-details-icon{
	
    width: 60px;
    height: 60px;
    background: #b88134;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}

.contact-details-icon i{
	color:white;
}

.contact-details-content{
	
    text-align: left;

}

.contact-details-content p{
	
    width:100% !important;

}

.contact-details-content h4{
	
    margin-bottom: 10px;
    font-family: 'Outfit';

}

.contact-details-content a{
	
    text-decoration: none !important;
    font-family: 'Poppins';

}

.contact-details-content p{
	
    margin: 0px 0 20px 0 !important;
/* 	width: 60% !important; */
}

@media all and (max-width:450px){
	.contact-page-section-1 {
    padding: 20px 0;
}

.contact-page-sec-1-cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
	
	.header-logo {
    width: 40%;
}

.contact-sec-1-left {
    width: 100%;
}

.contact-sec-1-right {
    width: 100%;
}
	.contact-page-section-2 .container h2 {
    font-size: 21px;
 
}
	.contact-page-section-2 .container p{
		width:100%;
		font-size: 13px;
        line-height: 24px;
	}
	.contact-details-section-1{
		flex-wrap:wrap;
		gap:15px;
	}
	.contact-details-icon {
    width: 30px;
    height: 30px;
}
	.contact-details-content h4 {
    margin-bottom: 5px;
    font-size: 15px;
}
	.contact-details-content a{
		font-size:12px;
	}
	.contact-details-icon i{
		font-size:13px;
	}
/* 	#content > article > div > div.contact-page-section-2 > div > div.contact-details-section-1 > div:nth-child(3) > div.contact-details-icon{
		
    width: 45px;

	} */
	.contact-details-content p{
		width:100% !important;
	}
	
	.contact-sec-1-right h2 {
    font-size: 21px;
  
}
	.contact-sec-1-right h6 {

    font-size: 13px;
 
    margin-top: 10px;
}
	input::placeholder{
	font-size:13px;
}

textarea::placeholder{
	font-size:13px;
}
	
	.product-sec-right ul{
	
    width: 100%;
	margin:0;

}
	
	.price-section {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    flex-direction: column;
}
	
	.price-sec-right h3 {
    font-size: 18px;
    margin-bottom: 0;
}
	
	#content > article > div > div.homepage-sec-3 > div > div > div:nth-child(4) > div{
		flex-direction: column-reverse;
	}
	.inner-banner {
    height: 150px;
}
	
	
.basic-wardrobe-image{
	width:100%;
}


}


/* contact page */

.vide-section h2{
	
    text-align: center;
    font-size: 35px;
    font-family: 'Outfit';
    color: #4a1807;

}

.sliding-wardrobe-video{
	
    text-align: center;

}

@media all and (max-width:450px){
	.sliding-wardrobe-video video{
		
    width: 100%;
    height: 250px;

	}
	.vide-section h2 {
    text-align: center;
    font-size: 24px;
    font-family: 'Outfit';
    color: #4a1807;
    margin-bottom: 0;
    margin-top: 20px;
}
	/* active class */


figure.effect-julia:active p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:active p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:active p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:active img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:active p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* active class */
	
	.contact-page-section-2 {
    padding: 20px 0;
}
	#content > article > div > div.homepage-sec-3 > div > div > div:nth-child(5) > div > div.product-sec-right.aos-init.aos-animate > h2{
		display: flex;
        align-items: baseline;
        flex-direction: row-reverse;
        justify-content: flex-end;
	}
	#content > article > div > div.homepage-sec-3 > div > div > div:nth-child(6) > div{
		flex-direction:column-reverse;
	}
	
	figcaption div{
		display:none;
	}
	
}


.contact-details-box a{
	text-decoration:none !important;
}