@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');

body{
    overflow-x: hidden;
}
:root{
	--black1:#070501;
	--black2:#1A1A1A;
	--primary-color : #e67d22;
	--secondary : #2e4959;
    --title-color : #161515;
	--white : #fff;
    --gradient : linear-gradient(180deg, var(--yellow) 0%, #FDD503 100%)

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp12: clamp(11px, 0.700vw, 11px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--calmp17: clamp(14px, 0.88541vw, 17px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp35: clamp(22px, 1.822vw, 35px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}


.homebackgroud{
	background-color: aliceblue;
	height: 650px;
	position: relative;
	background-image: url("https://images.stockcake.com/public/4/2/8/42887d4f-0cfc-4e75-a95d-d146829a7a93_large/sunset-construction-work-stockcake.jpg");
	background-position: center;
	background-size: cover;
}
.innerbackground{
	padding: 0px 0;
	background-color: rgba(0,0,0,0.5);
	height: 100%;
}
.heroblock{
	height: 100%;
}
.heroblock h2{
	font-size: var(--clamp55);
	color: white;
}
.heroblock h4{
	font-size: var(--clamp20);
	color: white;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 25px;
}
.topsection{
	background-color: rgba(0,0,0,0.3);
	height: 50px;
}
.topsection li{
	float: left;
	list-style: none;
	line-height: 50px;
	margin-right: 20px;
}
.topsection li a{
	text-decoration: none;
	color: white;
}
.themebtn a{
	background-color: var(--primary-color);
	padding: 10px 25px;
	border-radius: 50px;
	color: white;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
	border: solid 2px var(--secondary);
}
.themebtn{
	margin-top: 30px;
}

.block{
	padding: 30px 0;
}
.innerblock{
	background-color: aliceblue;
	padding: 25px 15px;
	border-radius: 6px;
}
.innerblock h3{
	text-align: center;
	font-size: var(--clamp36);
	font-weight: 700;
}
.innerblock h4{
	text-align: center;
	font-size: var(--clamp18);
	letter-spacing: 1px;
	font-weight: 700;
}

.dblock{
	background-color: #fff;
	padding: 15px;
	border-radius: 6px;
	overflow: hidden;
	height: 330px;
}
.dblock img{
	height: 220px;
	width: 100%;
	object-fit: cover;
	transition: ease-in-out 0.3s;
	border-radius: 15px;
}
.dblockimg{
	border-radius: 15px;
	overflow: hidden;
}
.dblockimg:hover > img{
	transition: ease-in-out 0.3s;
	transform: scale(1.1,1.1);
}

.dblock h4{
	font-size: var(--clamp24);
	margin: 15px 0;
}

.logo img {
    height: 65px;
}
.topmenu{
	height: 60px;
}
.menu{
	float: right;
}
.menu li{
	float: left;
	line-height: 80px;
	list-style: none;
	margin: 0px 15px;
}
.menu li a{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}

/* Whatsapp btn animation */
.whatsapp-pulse i{
    font-size:26px;
    color:white;
    position:relative;
    top:-3px;
}
.wh-api {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 4;
}

.wh-fixed {
	margin-right: 15px;
	margin-bottom: 15px;
}

.wh-fixed > a {
	display: block;
	text-decoration: none;
}
.whatsapp-pulse {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 10px;
	background: #10b418;
	position: fixed;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 65px;
}

.whatsapp-pulse:before {
	position: absolute;
	content: " ";
	z-index: -1;
	bottom: -15px;
	right: -15px;
	background-color: #10b418;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: 0.6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 1.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		-webkit-transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	25% {
		transform: scale(0.3);
		opacity: 1;
	}
	50% {
		transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
/* Whatsapp btn animation */

.heroblock h2 {
    margin-top: -125px;
}


/* contact us */

.con-content h2{
    font-size: var(--clamp32);
    font-weight: 600;
}
.con-content h5{
    font-size: var(--clamp20);
    font-weight: 500;
}

.con-content p{
    font-size: var(--clamp16);
    font-weight: 400;
}
.con-det h4{
    font-size: var(--clamp20);
    font-weight: 500;
}
.conicon{
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 100%;
    border-radius: 6px;
}
.conicon i{
    font-size: 24px;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .con-content{
        margin-top: 30px;
    }
    .conicon{
        height: 70px;
        width: 100%;
        border-radius: 6px;
    }
	.menubar{
		display:block !important ;
	}
}
@media screen  and (min-width:768px) and (max-width:991px) {
    .con-content{
        margin-top: 30px;
    }
}



/* contact us */


/* footer */

.footer{
    background: #000000;
    color: white;
	padding: 80px 0;
}

.footerblock h1{
	font-size: var(--clamp55);
    font-weight: 800;
    text-align: left;
    margin-bottom: 10px;
}
.footerblock h5{
	font-size: var(--clamp16);
    font-weight: 400;
    text-align: left;
    margin-bottom: 30px;
	opacity: 0.6;
	letter-spacing: 0.5px;
	line-height: 22px;
}
.footer-social a{
	margin:0 6px;
}
.footer-social i{
	color: #fff;
	font-size: 18px;
}
.footerlinks h4{
	font-size:var(--clamp22);
}
.footerlinks li a{
	font-size:var(--clamp15);
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	opacity: 0.7;
}
.footerlinks li a:hover{
	color:#fff;
	opacity:1;
}
.footerlinks li{
	list-style: none;
	line-height: 30px;
}
.footercontact h4{
	font-size:var(--clamp22);
	margin-bottom: 20px;
}
.footercontact p{
	font-size: var(--clamp16);
}
.footercontact p i{
	margin-right:10px;
}
.footerbrand{
	background-color: #0f0e0e;
	text-align: center;
	padding: 5px 0;
}
.footerbrand h6{
	color:#fff;
	font-size:var(--clamp14);
	padding-top: 10px;
	opacity: 0.8;
}



/* footer */


/* Responsive */
@media screen and (min-width: 320px) and (max-width: 575px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.menu {
		float: right;
		display: none;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
	.serblock {
		height: auto !important;
	}
	.topsection {
		background-color: rgba(0,0,0,0.3);
		height: 50px;
		display: none;
	}
	.logo {
		position: relative;
		left: 50%;
		transform: translateX(-50%) !important;
		top: 20px;
	}
	.menubar i {
		color: white !important;
	}
	.sidemain img {
		height: 65px;
	}
	.heroblock h2 {
		font-size: 40px;
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.serblock {
		height: auto !important;
	}
	.footercontact {
		margin-top: 30px;
	}
	.heroblock h2 {
		font-size: 40px;
	}
	.footer {
		padding: 35px 0;
	}
	.menu {
		float: right;
		display: none;
	}
	.sidemain img {
		height: 65px;
	}
	.topsection {
		background-color: rgba(0,0,0,0.3);
		height: 50px;
		display: none;
	}
	.logo {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		top: 20px;
	}
	.menubar i {
		color: white !important;
	}
}

@media screen and (min-width: 769px) and (max-width: 991px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.serblock {
		height: auto !important;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
	.menu {
		float: right;
		display: none;
	}
	.topsection {
		background-color: rgba(0,0,0,0.3);
		height: 50px;
		display: none;
	}
	.sidemain img {
		height: 65px;
	}
	.logo {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		top: 20px;
	}
	.menubar i {
		color: white !important;
	}
}

.maps{
    margin:15px 0
}



.mobilethings{
	display: block;
}
.menubar {
    position: absolute;
    top: 30px;
}
.menubar i{
	font-size: 35px;
}
.sidemenu{
	background: white;
	position: fixed;
	left: -300px;
	top: 0;
	width: 300px;
	height: 100vh;
	z-index: 10;
	transition: ease-in 0.3s;
}
.closebtn{
	position: absolute;
	right: 10px;
	top: 0px;
}
.closebtn i{
	font-size: 40px;
}
.how-details h3 {
	margin-top: 20px;
}
.sidemain{
	height: 100px;
}
.sidemenu li{
	list-style: none;
	line-height: 35px;
}
.sidemenu li a{
	text-decoration: none;
	color: #000000;
	padding-left: 30px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px;
}
.menubar{
	display:none ;
}
.whychooseus{
	padding: 50px 0;
}
.whychooseus h3{
	text-align: center;
	font-size: var(--clamp42);
	font-weight: 700;
	color: var(--secondary);
	margin-bottom: 10px;
}
.whychooseus h4{
	text-align: center;
	font-size: var(--clamp22);
	letter-spacing: 1px;
	font-weight: 700;
	color: var(--secondary);
	margin-bottom:30px;
}
/* Services Block */

.services{
	background-image: url("https://wallpapers.com/images/hd/architect-designer-sketch-construction-x0on9jrfzg29zzjr.jpg");
	background-position: center;
	background-size: contain;
}
.serinner{
	padding: 30px 0 ;
	background-color: rgba(255, 255, 255, 0.6);
}
.serblock{
	border: solid 1px #eee;
	padding: 20px 25px;
	border-radius: 50px 0 50px 0;
	background-color: #e8dbdb;
	border: solid 2px var(--primary-color);
	margin-bottom: 25px;
	height: 320px;
}
.serblock h4{
	text-align: center;
	text-transform: uppercase;
	color: crimson;
	font-size: var(--clamp26);
}
.serblock p{
	color: #333;
	font-size: var(--clamp18);
}
.services h3{
	text-align: center;
	color: var(--secondary);
	font-size: var(--clamp38);
	font-weight: 700;
	margin-bottom: 50px;
}

.whoarewe{
	background-color: #eee;
	padding: 50px 0;
}
.whoarewe h3{
	text-align: center;
	font-size: var(--clamp38);
	font-weight: 700;
	margin-bottom: 30px;
}
.whoarewe h4{
	font-size: var(--clamp24);
}

.aboutus{
	padding: 80px 0;
}
.about-content h3{
	text-align: left;
	color: var(--secondary);
	font-size: var(--clamp38);
	font-weight: 700;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.about-content p{
	color: var(--secondary);
	font-size: var(--clamp20);
	font-weight: 400;
	margin-bottom: 10px;
}

.contactsection{
	background-image: url("https://static.vecteezy.com/system/resources/previews/004/562/414/non_2x/silhouette-city-background-illustration-free-vector.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.coninner{
	background-color: rgba(255, 255, 255, 0.9);
	padding: 50px 0;
}
.contact{
	padding: 50px 20px;
	background-color: white;
	border-radius: 10px;
	border: solid 1px #eee;
}
.contact input[type="text"]{
	height: 45px;
	margin-bottom: 15px;
	border: solid 1px #ccc;
	box-shadow: none;
}
.contact button{
	background-color: var(--primary-color);
	color: #fff;
	padding: 10px 25px;
	border: none;
	box-shadow: none;
	border-radius: 6px;
	font-weight: 700;
	letter-spacing: 1px;
}
.contact h3{
	text-align: center;
	color: var(--secondary);
	font-size: var(--clamp38);
	font-weight: 700;
	margin-bottom: 50px;
	text-transform: uppercase;
}