@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	font-family: "Poppins", sans-serif;
	background-color: #F6F6F6;
	font-size: 16px;
	line-height: 30px;
}
.w-60 {
    width: 60% !important;
}
ul.pagination {
    justify-content: center;
    gap: 1.5rem !important;
}
.page-link {
    color: var(--secondary-color) !important;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff !important;
    background-color: var(--info-color) !important;
    border-color: var(--info-color) !important;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.45rem 1.2rem;
    border-radius: 5px;
}
:root {
	--primary-color: #372A24 !important;
	--secondary-color: #B7A9A0 !important;
	--text-color: #7A7A7A;
	--info-color: #8D7769;
	--light-color: #7A7A7A;
}

@font-face {
    font-family: 'partakedemoregular';
    src: url('../font/partakedemo.regular-webfont.woff2') format('woff2'),
         url('../font/partakedemo.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.recent-slider img {
    max-height: 300px;
    width:100%;
}
.my-slider img {
    display: inline;
}
.text-start{
	text-align: justify !important;
}
p{
	font-size: 14px;
	line-height: 1.5;
}
.font-partake {
	font-family: 'partakedemoregular';
}
.fs-20 {
    font-size:20px;
}
.fw-400 {
    font-weight:400;
}
/* colors */
.bg-primary {
	background-color: var(--primary-color) !important;
}

.bg-secondary {
	background-color: var(--secondary-color) !important;
}

.bg-light {
	background-color: var(--light--bg) !important;
}

.text-color {
	color: var(--text-color) !important;
}

.text-light {
	color: var(--light-color) !important;
}

.text-primary {
	color: var(--primary-color) !important;
}

.bg-info {
	background-color: var(--info-color) !important;
}

.text-secondary {
	color: var(--secondary-color) !important;
}

.border-secondary {
	border-color: var(--secondary-color) !important;
}
.text-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 75%;
}

/* Container-css */
.container-fluid {
	padding: 0 100px;
}

/* spacing */
.section {
	padding: 100px 0;
}

/* font-weight */
.fw-400 {
	font-weight: 400;
}

.fw-200 {
	font-weight: 200;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}


.fw-semibold {
	font-weight: 500 !important;
}

.fw-normal {
	font-weight: 300 !important;
}

/* form-css */
.form-control {
    background-color: #F5F5F5;
    border: 1px solid #EBEBEB;
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
    color: #A5ACB5 !important;
}

/* custom-checkbox */
.form-check-input {
	position: absolute;
	opacity: 0;
}

.form-check-input+label {
	position: relative;
	cursor: pointer;
	padding: 0;
	font-size: 13px;
}

.form-check-input+label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: white;
	border: 1px solid #AEAEB2;
	border-radius: 5px;
}

.form-check-input:hover+label:before {
	background-image: linear-gradient(to bottom, #571038 0%, #389DD1 80%, #389DD1 20%);
}

.form-check-input:focus+label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
	padding: 0;
}

.form-check-input:checked+label:before {
	background-image: linear-gradient(to bottom, #571038 0%, #389DD1 80%, #389DD1 20%);
}

.form-check-input:disabled+label {
	color: #b8b8b8;
	cursor: auto;
}

.form-check-input:disabled+label:before {
	box-shadow: none;
	background: #ddd;
}

.form-check-input:checked+label:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 15px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	transform: rotate(45deg);
}

/* header-css */
.logo {
	width: 250px;
}

/* banner-start */
.banner_main {
	gap: 6rem;
}

.banner_card {
	background-color: white;
	width: 800px;
	min-height: 400px;
	display: flex;
	padding: 100px 150px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner_card h2{
	line-height: 60px;
}

.custom-btn {
	width: 250px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-btn-hover:hover {
	background-color: var(--secondary-color);
	color: white !important;
	transition: 0.3s ease-in-out;
}

/* About-section */
.about_right {
	height: calc(93vh - 0px);
}
.about-section .about-image{
	height: 100vh;
}

.shop-list li a{
	color: #919191;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
}
.shop-list li.active a{
	color: #372A24;
border-bottom: 1px solid #372A24;
}
.shop-list li a:hover {
    color: #372A24 !important;
    border-bottom: 1px solid #372A24!important;
}
a.filter-btn[aria-expanded="true"] {
    background: transparent;
}
/* Service-section */
.service_card {
	min-height: 850px;
	padding: 50px;
}
.service_row {
	--bs-gutter-x: 5rem;
}

.service-img img{
	height: 780px;
    object-fit: cover;
}

/* Package-section */
.package-card {
	padding: 50px 80px 100px 80px;
}

.package-card .seperator-line {
    width: 66px;
    height: 2px;
    background-color: #D9D9D9;
    margin: 20px auto 50px auto;
}

.package-border {
    border-bottom: 1px solid #b7a9a057 !important;
}
.package-card ul>li {
	color: #7A7A7A;
	font-size: 14px;
}
.package-content ul{
	min-height: 500px;
}
/* Footer-css */

.get-in-touch {
	margin-top: -200px;
}

.footer-main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(80vh - 100px);
}

.get-in-touch-card {
	padding: 100px 80px;
}

.footer {
	background-image: url(../images/footer.jpg);
	background-size: cover;
	height: 100%;
	width: 100%;
	min-height: 650px;
	margin-top: 200px;
	padding-bottom: 20px !important;
}

/* Shop-css */
.shop-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: .4rem;
}

.shop-grid .grid-item img {
	width: 100%;
}
.error {
    color: #dc3545;
}

.color-selector li{
	width: 40px;
	height: 40px;
}
.feature-color li.active{
	border: 2px solid #196DB6;
}

.black-color{
	background-color: #151411;
}
.green-color{
	background-color: #314443;
}
.yellow-color{
	background-color: #C5A26E;
}
.silver-color{
	background-color: #D8DBE0;
}
#more {display: none;}

.add_cart {
    background-color: #B7A9A0;
    width: 100%;
    border: none;
    padding: 10px;
    color: white;
}

.shop-item-list img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.shop-large-img img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.shop-tabs{

}
.shop-tabs .nav-pills .nav-link.active, .shop-tabs .nav-pills .show>.nav-link {
    color: #372A24;
    background-color: transparent;
text-decoration: underline;
    border-radius: 0;
}
.cart-items .circle{
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background-color: #222222;
}
.cart-image img {
    width: 90px;
    border: 1px solid #FFF9F9;
    border-radius: 5px;
}
.form-group select{
	width: fit-content;
	color:black !important;
}
.form-group textarea{
	height: auto !important;
}
.cart-image a {
    background-color: #E9E9EB;
    position: relative;
    top: -30px;
    right: 20px;
}
.offcanvas{
	width: 500px !important;
}
.offcanvas-header{
	background-color: #E5E3E4;
}

.shop-tabs.shop-tabs .nav-link:focus, .shop-tabs .nav-link:hover {
    color: #372A24;
}

.shop-tabs .nav-pills .nav-link {
	color: #372A24;
}

.grid-item:nth-child(1) {
	grid-column: 1/3;
	grid-row: 1 / 3;
}

.blog-seperater {
    width: 55px;
    height: 2px;
    background-color: var(--primary-color);
}

.post-image img{
	width: 150px;
}

.blog-card img {
	max-height: 200px;
	width: 100%;
	object-fit: cover;
}

.blog-card-large img {
	max-height: 300px;
	width: 100%;
	object-fit: cover;
}

.blog-grid {
	column-count: 2;
}

.blog-btn{
	width: fit-content;
    justify-content: start;
    align-items: center;
	display: flex;
	border-bottom: 1px solid #b7a9a057 !important;
}

.blog-grid .col {
	margin-bottom: 20px;
}

.tags-list li {
	border: 1px solid var(--secondary-color);
	padding: 5px 10px;
}

.tags-list li a {
	color: var(--secondary-color);
}

.tags-list li.active {
	background-color: var(--secondary-color);
}

.tags-list li.active a {
	color: white !important;
}

.tags-list li:hover {
	background-color: var(--secondary-color);
	transition: 0.2s ease-in-out;
}

.tags-list li:hover a {
	color: white;
	transition: 0.2s ease-in-out;
}

.interior-parapgraph {
    line-height: 24px;
    font-size: 14px;
}

/* Responsive-css */

@media (min-width: 1201px) and (max-width: 1366px) {
	.container-fluid {
		padding: 0 50px;
	}

	.about_right {
		height: fit-content;
	}
	.footer-main {
		height: calc(80vh - 100px);
	}
}


@media (min-width: 992px) and (max-width: 1200px) {
	.container-fluid {
		padding: 0 50px;
	}

	.about_right {
		height: calc(40vh - 0px);
		padding: 50px;
	}

	.w-50 {
		width: 100% !important;
	}

    .package-card {
        padding: 50px 50px 80px 50px;
    }

	.footer {
		margin-top: 0px;
	}

	    .footer-main {
        height: calc(50vh - 0px);
        justify-content: start;
    }
	.get-in-touch {
		margin-top: -100px;
	}

	.get-in-touch-card {
        padding: 30px 50px;
        margin: 0 !important;
    }
	.about-section .about-image {
		height: auto;
	}
	.package-content h3{
		font-size: 20px !important;
	}
	.package-content ul {
		min-height: 550px;
	}
	.content.active #sidebarCollapse {
		top: -20px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.container-fluid {
		padding: 0 50px;
	}

	.about_right {
        height: calc(60vh - 0px);
        padding: 50px;
    }

	.w-50 {
		width: 100% !important;
	}
	.section {
		padding: 50px 0;
	}
	.package-card {
		padding: 50px;
	}

	.package-card:nth-child(1) {
		border-right: 1px solid var(--secondary-color) !important;
	}

	.banner_card {
		background-color: white;
		padding: 100px 50px;
		transform: translate(-50%, -40%);
	}

	.get-in-touch-card {
		padding: 30px 50px;
	}

	.footer {
		margin-top: 80px;
	}
    .footer-main {
        justify-content: space-around;
        height: calc(80vh - 0px);
    }
	.get-in-touch {
        margin-top: -100px;
    }
	.footer-icons{
		margin-top: 20px !important;	
	}
	.about-section .about-image{
		height: auto;
	}
	.package-content ul {
		min-height: 400px;
	}
	.interrio-lightening{
		padding-left: 25px;
	}
	.interrior-image{
		padding-top: 20px;
	}
	.content.active #sidebarCollapse {
		top: 0px;
	}
}


@media (max-width: 767px) {

	.banner-right img{
		width: 100%;
		height: 460px;
		object-fit: cover;
	}
	.banner-left img{
		height: 500px;
    object-fit: cover;
	}
	.about-section .about-image {
		height: auto;
	}
	.footer-icons{
		margin-top: 20px !important;	
	}
	.interrio-lightening{
		padding-left: 25px;
	}
	.interrior-image{
		padding-top: 20px;
	}
	.package-content ul {
		min-height: 400px;
	}
	.section {
		padding: 50px 0;
	}
	.banner_card h2 {
		line-height: 40px;
	}
	.banner_card {
        width: 80%;
        min-height: 350px;
        padding: 50px 50px;
        transform: translate(-50%, -45%);
    }
	.banner_main {
		gap: 2rem;
	}
	.service_card {
		padding: 30px;
		min-height: 750px;
	}
	.container-fluid {
		padding: 0 20px;
	}
	.service_row {
		--bs-gutter-x: 3rem;
	}
	.about-section {
		padding-top: 50px;
	}
	.about_right {
        height: fit-content;
        position: absolute;
        background-color: white;
        width: 70%;
        margin-left: auto;
        padding: 20px 30px !important;
        right: 0;
        bottom: -200px;
    }
	.mob-service-section, .consultancy-section{
		padding-top: 250px;
	}
	.mob-service-section a{
		font-size: 18px !important;
	}
	.mob-service-section .container-fluid{
		padding: 0 !important;
	}
	.mob-service-section .about_right{
		left: 0;
		width:60%;
		margin-left: unset;
	}
	.about_right p{
		overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 8; /* number of lines to show */
           line-clamp: 8;
   -webkit-box-orient: vertical;
	}
	.consultancy-section p, .procurement-section p, .interior-section p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5; /* number of lines to show */
				line-clamp: 5;
		-webkit-box-orient: vertical;
	}
	.consultancy-section img, .procurement-section img, .interior-section img{
		height: 200px;
    object-fit: cover;
	}
	.consultancy-section .container-fluid, .interior-section .container-fluid{
		padding-right: 0 !important;
	}
	.procurement-section .container-fluid{
		padding-left: 0 !important;
	}
	.package-card .seperator-line {
		margin: 10px auto 50px auto;
		height: 3px;
	}
	.custom-btn {
		width: 150px;
	}
	.about_right .logo{
		display: none;
	}
	.about_right svg{
		width: 45px;
	}
	.about-section .bg-white{
		background-color: transparent !important;
	}
	.package-card {
		padding: 50px;
	}

	.service-section {
		padding-top: 200px !important;
	}

	.package-card:nth-child(1) {
		border-right: 1px solid var(--secondary-color) !important;
	}

	.shop-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.blog-grid {
		column-count: 1;
	}
	.footer {
        min-height: 880px;
		margin-top: 100px;
    }
    .display-5{
		font-size: 30px !important;
	}
	.get-in-touch-card {
        padding: 30px 30px;
    }

	.get-in-touch {
		margin-top: -150px;
	}
	.content.active #sidebarCollapse {
		left: -40px !important;
		top: -10px;
	}
	.shop-banner .custom-btn{
		margin: 0 auto;
	}
	.grid-item:nth-child(1) {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.shop-large-img img {
		height: 300px;
	}
	.shop-item-list img {
		height: 80px;
	}
	.cart-image a {
		top: -75px;
		right: -70px;
	}
	.offcanvas-header, .offcanvas-body {
		background-color: white;
	}
	.offcanvas-header{
		border-radius: 20px 20px 0 0;
	}
	.mob-bg-white{
		background-color: transparent !important;
	}
	.offcanvas-mob-header{
		background-color: #E5E3E4;
		
	}
	.offcanvas{
		background-color: #e5e3e4;
	}
	.visit-btn svg{
		transform: rotate(270deg);	
	}
}



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


#sidebar {
    min-width: 250px;
    max-width: 250px;
    color: #fff;
    transition: all 0.3s;
	margin-left: -250px;
	font-family: 'partakedemoregular';
	height: 100vh;
	position: fixed;
	z-index: 999999;
	background-color: #A38877;
	top:0;
	bottom: 0;
	transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
/* #sidebar.active {
    margin-left: 0px;
} */

#sidebar.active {
    margin-left: 0px;
    /* transform: rotateY(100deg); */
}

#sidebar .sidebar-header {
    padding: 80px 20px 20px 20px;
}

/*.content #sidebarCollapse {
    left: 140px;
    position: relative;
    transition: 0.5s ease-in-out;
    z-index: 9999999;
    top: -20px;
}*/
.content #sidebarCollapse {
    left: 180px;
    position: fixed;
    transition: 0.5s ease-in-out;
    z-index: 9999999;
    top: 20px;
}
.sticky{
	position: unset !important;
}

.content.active #sidebarCollapse {
    left: 0px;
    position: relative;
    transition: 0.5s ease-in-out;
    top: -20px;
}

#sidebar ul.components {
    padding: 20px;
}

#sidebar ul li a{
	font-size: 24px;
}

#sidebar ul li:hover a{
	background-color: white;
}


#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}
#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}
#sidebarCollapse span {
    width: 50%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #000;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}
#sidebarCollapse span:first-of-type {
    transform: rotate(90deg) translate(8px, 2px);
    position: relative;
    top: 2px;
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 1;
    position: relative;
    top: 0px;
    left: 22px;
    transform: rotate(90deg) translate(8px, 2px);
}
#sidebarCollapse span:last-of-type {
    transform: rotate(90deg) translate(8px, -1px);
    position: relative;
    top: -2px;
    left: 8px;
}

#sidebarCollapse.active span:first-of-type {
    transform: rotate(45deg) translate(8px, 3px);
    top: -1px;
    left: 9px;
}
#sidebarCollapse.active span:nth-of-type(2) {
    opacity: 0;
}

#sidebarCollapse.active span:last-of-type {
    transform: rotate(-45deg) translate(7px, -1px);
    top: -1px;
    left: 8px;
}

#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}
.text-justify, .text-justify p {
    text-align: justify;
}
@media only screen and (max-width: 768px) {
    #first {
        order: 1;
    }
    #second {
        order: 2;
    }
    #third {
        order: 3;
    }
    #fourth {
        order: 4;
    }
}
