@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Forum&display=swap');


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root{
  --primary:#536942;
  --secondary:rgb(17, 220, 17);
  --white:#efefef;

}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--primary);
	background-color:grey;
	color: white;
}

.whatsapp_float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}
.whatsapp-icon {
	margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px){
	.whatsapp-icon {
		margin-top: 10px;
	}
	.whatsapp_float {
		width: 40px;
		height: 40px;
		bottom: 20px;
		right: 10px;
		font-size: 22px;
	}
}

.logo {
  width: 200px;
  cursor: pointer;
  border-radius: 50px;
 }
 a {
  text-decoration: none;
 }
#main{
  background-image: url("../images/background1.jpg");
  min-height: 100vh;
  background-position: bottom center;
  background-size: cover;
	animation: ChangeImage 90s ease-in-out  infinite ;
	
}

@keyframes ChangeImage {
	0%{
		background-image:url(../images/background3..jpg) ;
	
	}
		
	25%{
		background-image:url(../images/background1.jpg) ;
	}
	50%{
		background-image:url(../images/background2..jpg) ;
	}
	100%{
		background-image:url(../images/background3..jpg) ;
	}
	
}
.container {
  max-width: 1200px;
  padding: 16px;
  margin: auto;
}
section{
  margin: 80px auto;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-list{
  display: flex;
  list-style: none;
  gap: 28px;
}
.nav-list a {
color: #64ed64;
font-weight: bold;
font-size: 20px;
}

/* <!--End Navbar--!> */

.main-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  /* color: var(--white); */
   font-size: large;
   font-weight: bold;
   color: #d9fe08;
}
.main-content .intro-heading{
  font-size: 100px;
  color: #3bcb0a;
  font-style: italic;


}
.main-content .main-heading{
  font-size: 50px;
  margin-top: -20px;
  color:#3bcb0a ;
  font-style: italic;

}
.main-content p {
  max-width: 1000px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.menu-btn{
  position: absolute;
  top: 20px;
  right:20px;
  display: none;
  width: 30px;
}

/* Make Responsive */
@media screen and (max-width:520px ){

	html,body{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
  .menu-btn{
    display: block;
  }
  .nav-list {
    flex-direction: column;
    background: gray;
    position: fixed;
    top: 0;
    right:-900px;
    width: 80%;
    height: 100vh;
    padding-top: 80px;
    transition: all 0.3s ease;
  }
  .nav-list.active{
    right: 0;
  }
  .nav-list li{
    text-align: left;
    width: 100%;
    padding: 10px 30px;
    border-bottom: 1px solid var(--white);
  }

  #about-us .container{
    flex-direction: column;
    gap: 30px;
  }
}


/* 
Start Services */


.section-title h1{
  font-size: 50px;
  text-align: center;

}
.section-title .line{
  width: 150px;
  height: 4px;
  border: 10px;
  background: var(--secondary);
  margin: auto;
}
.services {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.service {
  width: 250px;
}
.service .thirdimage{
  height: 170px;
  width: 230px;
  }
.service img {
  max-width: 100%;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

.service img:hover {
 transform: scale(1.2);
}

.Cards{
	width: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 75px auto;
	text-align: center;
}

.card{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	margin: 0px 20px;
	padding: 20px 20px;
	background-color: #efefef;
	border-radius: 10px;
	cursor: pointer;
}
.card:hover{
	background-color: #25d366;
	transition: 0.4s ease;
}
.card .icon {
	font-size: 35px;
	margin-bottom: 10px;
}
.card h2{
	font-size: 28px;
	margin-bottom: 20px;
	color: var(--primary);

}
.card p{
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.5;
	color: #2e2e2e;
}
@media screen and (max-width:940px) {
	.Cards{
		display: flex;
		flex-direction: column;
	}
	.card{
		width: 85%;
		display: flex;
		margin: 20px 0px;
	}
	
}

/* Start About Us */
#about-us .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}
#about-us .container .about-content{
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
}
#about-us .container .about-content h1{
  font-family: "Forum" , sans-serif;
  font-size: 30px;
}
#about-us .container .about-content p{
  font-size: 18px;
  line-height: 1.7;
  /* text-justify:auto; */
	
}
/* .about-image {
	height: 100px;
	width: 100px;
} */


/* 


/* start clients */
.client-wrap{
	width: 90%;
	height: auto;
	text-align: center;

}
.client-wrap h1{
	font-size: 50px;
	color:#fff;
}
.client-wrap hr {
	width: 15%;
	height: 5px;
	border: none;
	background: var(--secondary);
	margin: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
.client-in{
	width: 100%;
	height: auto;
}
.client-in ul{
	margin: 0;
	padding: 0;
}
.client-in ul li{
	list-style: none;
	display: inline-block;
	width: 150px;
	height: 100px;
}
.client-in ul li{
	list-style: none;
	display: inline-block;
	width: 150px;
	height: 100px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin: 10px;
	box-shadow: 0px 0px 0px -2px #efefef;
	transition: .5s;
}
.client-in ul li img{
	
	width: 100%;
	height: 100%;
}
.client-in ul li img:nth-child(1){
	transform: translateY(0);
	transition: .5s;
}
.client-in ul li img:nth-child(2){
	transform: translateY(0);
	transition: .5s;
}
/* Hover Section*/
.client-in ul li:hover img:nth-child(1){
	transform: translateX(-100%);
	transition: .5s ease;
}
/* .client-in ul li img:nth-child(2){
	transform: translateX(100%);
	transition: .5s ease;

}  */
	
	
/*Start   Projects */


.section-title h1{
  font-size: 50px;
  text-align: center;

}
.section-title .line{
  width: 150px;
  height: 4px;
  border: 10px;
  background: var(--secondary);
  margin: auto;
}
.projects {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.project {
  width: 300px;
	border: 2px solid white;
	padding: 10px;
}
/* .project .thirdimage{
  height: 170px;
  width: 230px;
  } */
.project img {
  max-width: 100%;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

.project img:hover {
 transform: scale(1.2);
}
.project p{
	font-weight: bold;
}
.project hr{
	border-top: 1px dashed #000;
}
.project-name{
	margin-top: 10px;
	
}
.project-name span{
	color: red;
	font-size: 17px;
	font-weight: bold;
}
.brief-description{
	margin-top: 10px;
}
.brief-description span{
	color: red;
	font-size: 17px;
	font-weight:bold;
	
}
.project-description{
	margin-top: 3px;
}
.role{
	margin-top: 10px;
}
.role span{
	color: red;
	font-size: 17px;
	font-weight:bold;
	
}
.location{
	margin-top: 10px;
}
.location span{
	color: red;
	font-size: 17px;
	font-weight:bold;
	
}

/* start contactus */

.container-contactus{
	width: 100%;
	min-height: 100vh;
	display: flex;
  background-color: var(--primary);
	justify-content: center;
	align-items: center;
	padding: 30px 8%;
}
.container-contactus .row{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1100px;
}
.row section.col{
	display: flex;
	flex-direction: column;
}
.row section.left{
	flex-basis: 35%;
	min-width: 320px;
	margin-right: 60px;
}
.row section.right{
	flex-basis: 60%;
}
section.left .contactTitle h2{
	position: relative;
	font-size: 28px;
	color: #fff;
	display: inline-block;
	margin-bottom: 25px;
}
section.left .contactTitle h2::before{
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	background-color: #1b4502;
	top: 120%;
	left: 0;
}
section.left .contactTitle h2::after{
	content: '';
	position: absolute;
	width: 25%;
	height: 3px;
	background-color: dodgerblue;
	top: calc(120% - 1px);
	left: 0;
}
section.left .contactTitle p{
	font-size: 17px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.2;
	padding-bottom: 22px;
}
section.left .contactInfo{
	margin-bottom: 16px;
}
.contactInfo .iconGroup{
	display: flex;
	align-items: center;
	margin: 25px 0px;
}
.iconGroup .icon{
	width: 45px;
	height: 45px;
	border: 2px solid dodgerblue;
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
}
.iconGroup .icon i{
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.iconGroup .details span{
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}
.iconGroup .details span:nth-child(1){
	text-transform: uppercase;
	color: #fff;
}
section.left .socialMedia{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 22px 0px 20px;
}
.socialMedia a{
	width: 35px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	margin-right: 15px;
	border-radius: 5px;
	background-color: dodgerblue;
	transition: 0.4s;
}

.socialMedia a i{
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	border: 1px solid transparent;
	transition-delay: 0.4s;
}
.socialMedia a:hover{
	transform: translateY(-5px);
	background-color: #2e2e2e;
	color: dodgerblue;
	border: 1px solid dodgerblue;
}
.socialMedia a:hover i{
	color: dodgerblue;
}

/* Code for the right section (column) */

.row section.right .messageForm{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
}
.row section.right .inputGroup{
	margin: 18px 0px;
	position: relative;
}
.messageForm .halfWidth{
	flex-basis: 48%;
}
.messageForm .fullWidth{
	flex-basis: 100%;
}
.messageForm input, .messageForm textarea{
	width: 100%;
	font-size: 18px;
	padding: 2px 0px;
	background-color: #2e2e2e;
	color: #fff;
	border: none;
	border-bottom: 2px solid #666;
	outline: none;
}
.messageForm textarea{
	resize: none;
	height: 220px;
	display: block;
}
textarea::-webkit-scrollbar{
	width: 5px;
}
textarea::-webkit-scrollbar-track{
	background-color: #1e1e1e;
	border-radius: 15px;
}
textarea::-webkit-scrollbar-thumb{
	background-color: dodgerblue;
	border-radius: 15px;
}
.inputGroup label{
	position: absolute;
	left: 0;
	bottom: 4px;
	color: #fff;
	font-size: 18px;
	transition: 0.4s;
	pointer-events: none;
}
.inputGroup:nth-child(4) label{
	top: 2px;
}
.inputGroup input:focus ~ label, .inputGroup textarea:focus ~ label,
.inputGroup input:valid ~ label, .inputGroup textarea:valid ~ label
{
	transform: translateY(-30px);
	font-size: 16px;
}
.inputGroup button{
	padding: 8px 16px;
	font-size: 18px;
	background-color: dodgerblue;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 25px;
	outline: none;
	cursor: pointer;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	transition: 0.4s;
}
.inputGroup button:hover{
	background-color: #2e2e2e;
	color: dodgerblue;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	border: 1px solid dodgerblue;
}

.map{
	margin-bottom: 20px;
}
@media(max-width: 1100px){
	.messageForm .halfWidth{
		flex-basis: 100%;
	}
}
@media(max-width: 900px){
	.container-contactus .row{
		flex-wrap: wrap;
	}
	.row section.left, .row section.right{
		flex-basis: 100%;
		margin: 0px;
	}
}

footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  position: flex;
  width: 100%;
  bottom: 0;
}





/* General mobile styles */
@media (max-width: 768px) {
    header {
        padding: 10px 5%;
    }

    /* Logo and Navbar */
    .logo img {
        width: 30px;
    }

    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: left 0.3s ease;
    }

    .navbar a {
        padding: 15px;
        font-size: 1.2rem;
        display: block;
    }

    #menu-icon {
        display: block;
    }

    /* Toggle menu */
    .navbar.active {
        left: 0;
    }

    /* Home Section */
    .home {
        flex-direction: column;
    }

    .home-text h1 {
        font-size: 2.2rem;
    }

    .home-text h2 {
        font-size: 1.4rem;
    }

    /* Product Section */
    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    /* Footer */
    .container {
        flex-direction: column;
    }

    .map {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    /* Home Section */
    .home-text h1 {
        font-size: 1.8rem;
    }

    .home-text h2 {
        font-size: 1.2rem;
    }

    .btn {
        padding: 5px 12px;
    }

    /* Product Cards */
    .product-grid {
        grid-template-columns: 1fr;
    }

    /* Contact and Footer */
    .contact-info, .map {
        width: 100%;
        flex: 1;
        margin-right: 0;
    }

    iframe {
        height: 150px;
    }
}
