@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root{
	--primary-color: rgb(181, 85, 51);
	--secondary-color: rgb(87, 87, 87);
	--light-primary-color: rgb(251, 241, 240);
	--white: #fff;
	--black: rgb(21, 21, 21);
	--black-2: rgb(27, 27, 27);
	--gray-color: rgb(94, 94, 94);
	--gray-color-2: rgb(89, 89, 89);
	--light-brown-hover: rgb(227, 123, 86);
	--brown-color: rgb(186, 90, 56);
	--brown-dark-hover: rgb(109, 56, 37);
	--brown-line: rgb(206, 111, 77);

	--new-brown-color: rgb(222, 120, 84);

	--primary-font-family: "Great Vibes", Georgia, serif, system-ui;
	--secondary-font-family: "Quicksand", sans-serif;
}

body{
	font-family: var(--secondary-font-family);
}

/*color class css*/
.primary-color-s{
	color: var(--primary-color);
}

.secondary-color-s{
	color: var(--secondary-color);
}

.brown-new-color{
	color: var(--new-brown-color);
}
.gray-text{
	color: var(--gray-color);
}

/*end*/

.head-fs{
    font-size: 33px;
}

.fs-18{
	font-size: 18;
}

.fs-18-1{
	font-size: 16px !important;
}

.font-block{
	font-size: 38px;
}

.fs-22{
	font-size: 22px;
}

.fs-12{
	font-size: 12px;
}

.btn-cust{
	padding-left: 40px;
	padding-right: 40px;;
	display: inline-flex;
	font-size: 14px;
	width: auto;
	border-radius: 48px;
	max-width: 100%;
	transition: all 0.3s ease 0s;
	padding-bottom: 8px;
	padding-top: 8px;
	border: 1px solid currentColor;
	color: var(--brown-color);
	background-color: transparent;
	max-width: 100%;
	min-height: 56px;
	font-weight: 700;
	letter-spacing: 0.214em;
	align-items: center;
}

.btn-cust:hover{
	border-color: rgb(227, 123, 86);
	background-color: rgb(227, 123, 86);
	color: var(--black);
}

.container{
	width: 100%;
	padding-right: 24px;
	padding-left: 24px;
}

.head-font{
	font-family: var(--primary-font-family);
}

/*azeem css start*/
.pad-tb-32{
	padding: 32px 0px;
}

.pad-t-24{
	padding-top: 24px;
}

.navbar .navbar-nav .nav-item .nav-link{
	padding: 0px;
	letter-spacing: 0.214em;
	font-size: 14px;
	color: var(--black);
	font-weight: 400;
	border-bottom: 1px solid transparent;
	font-family: var(--secondary-font-family);
}

.navbar .navbar-nav .nav-item .nav-link.active{
	border-color: var(--brown-line);
}

.navbar .navbar-nav .nav-item{
	padding-left: 32px;
}

.navbar .navbar-nav .nav-item .nav-link:hover{
	color: var(--primary-color);
}

.pad-tb-24{
	padding: 24px 0px;
}


.dropdown-indicator{
	display: inline-block;
/*    margin-left: .em;*/
    vertical-align: .255em;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    transition: .5s all;
}

.dropdown-indicator.active{
	transform: rotate(180deg);
}

.dropdown-cs{
	box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.16);
	padding: 16px !important;
	border-radius: 0px !important;
	border: 0px !important;
	top: 32px !important;
	left: unset !important;
}

.dropdown-cs li a {
	color: var(--gray-color);
	font-size: 16px;
	white-space: nowrap;
}

.dropdown-cs li a:hover{
	color: var(--primary-color);
}

.btn-toggle{
	position: absolute;
	top: 10px;
	left: 10px;
}


.bg-light-red{
	background-color: var(--light-primary-color) !important;
} 

.offcanvas-body{
	padding: 56px 32px !important;
}

.menu-mbl ul li a{
	padding: 16px 24px;
	font-size: 22px;
}

.menu-mbl ul li a.active{
	font-weight: 600;
}

.menu-mbl ul li a:hover{
	color: var(--primary-color) !important;
}

.linkcs{
	list-style: none;
}

.linkcs{
	padding: 8px 8px 8px 24px !important;
	font-size: 16px !important;
	color: var(--gray-color);
}

.btn-close2{
	font-size: 27px;
}

.btn-close2:focus{
	box-shadow: none !important;
}

.btn-close2:hover{
	color: var(--primary-color);
}

.min-width-50{
	min-width: 50%;
}

.figure-cs img{
	min-height: 400px;
	object-fit: cover;
	aspect-ratio: 1.504191616766467 / 1;
	width: 100%;
	height: 100%;
}

.card-cs{
	/*flex-basis: 388px;
	min-width: 388px;
	max-width: 100%;*/
	padding: 40px;
}

.pad-tb-40{
	padding: 40px 0px;
}

.service-card{
	height: 100%;
	background-repeat: no-repeat;
	background-blend-mode: normal;
	background-size: cover, cover;
	transition: all .3s ease;
	background-position: 55.21739130434783% 51.73913043478261%;
	backface-visibility: hidden;
	z-index: 1;
	position: relative;
	overflow: hidden;
	background-image: var(--bg-image, linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%));
}

.service-card::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: -1;
	ransition: all .5s ease;
}

.service-card h2{
	letter-spacing: 0.031em;
	font-size: 57px;
	ransition: all .5s ease;
}

.service-hover-part{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	height: 50%;
	transition-property: top, opacity;
    transition-duration: 0.3s;
    opacity: 0;
    z-index: 0;
}

.service-hover-part p{
	font-size: 24px;
	padding: 24px;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    color: #fff;
}

.service-card:hover .service-hover-part{
	opacity: 1;
	z-index: 1;
	top: 50%;
}

.service-card:hover:before{
	background-color: rgba(0, 0, 0, 0);
}

.service-card:hover p{
	transform: scale(1);
}

.service-card:hover {
	transform: scale(1.05);
}

.pad-lr-32{
	padding: 0px 32px !important;
}

.fs-18-2{
	font-size: 18px;
}

.link{
	color: var(--brown-color);
}

.link:hover{
	color: var(--black);
}

.font-43{
	font-size: 43px;
	    letter-spacing: 0.031em;
}

.h-470px{
	height: 470px !important;
}

.form-select:focus,
.form-control:focus{
	box-shadow: none !important;
}

.text-justify{
	text-align: justify;
}


.dnonedoc{
	display: none;
}

/*==================================================================== Media Query ====================================================================*/

@media (min-width: 1536px) {
    .head-fs {
        font-size: 43px;
    }
    .fs-18{
		font-size: 20px;
	}
	.font-block{
		font-size: 57px;
	}
	.fs-22{
		font-size: 24px;
	}
	.fs-18-1{
		font-size: 16px;
	}
	.fs-12{
		font-size: 14px;
	}
	.container{
		width: 1280px;
	}
	.navbar .navbar-nav .nav-item .nav-link{
		font-size: 16px;
	}
}
@media (min-width: 1280px) {    
	.w-1160{
		width: 1160px !important;
	}
}
@media (min-width: 1024px) {
	.container{
		width: 984px;
	}
}
@media (min-width: 768px) {
	.container{
		width: 100%;
	}
}


@media (max-width: 1199px){
	.pad-t-24{
		padding-top: 0px;
	}
	.select-position{
		position: absolute;
    	top: -64px;
    	right: 0px;
	}
}


@media(min-width: 991px) and (max-width: 1250px){
	.right_img{
		width: 300px !important;
		height: 300px !important;
	}
}

/* sheeraz css start from here  */
.head-font{
	font-family: var(--primary-font-family);
}

.fs-16{
	font-size: 16px;
}

.fs-22{
	font-size: 22px;
}

.fs-56{
	font-size: 56px;
}

.text-brown{
	color: var(--brown-color);
}

.text-orange{
	color: var(--light-brown-hover);
}

.text-gray{
	color: var(--gray-color);
}

.fs-32{
	font-size: 32px;
}

.para-font{
	font-family: var(--secondary-font-family);
}

.mb-32{
	margin-bottom: 32px;
}


.order_list li::marker{
	color: var(--gray-color) !important;
	font-size: 18px;
}

.right_img{
	width: 400px;
	height: 400px;
}

.right_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	object-position: top;
}

.footer_list {
	display: inline-flex;
}

.footer_list li a{
	color: var(--brown-color);
	font-family: var(--secondary-font-family);
	font-size: 16px;
	padding: 8px !important;
}

.wordspace-1{
	word-spacing: 2px;
}


/* our services single view page   */
.single-view{
	width: 100%;
	height: 600px;
}

.single-view img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bg-pink{
	background-color: rgb(251, 241, 240) !important;
}

@media(min-width: 1200px){
	.select-position{
		margin-left: 25px;
	}
}