@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
*{
  margin: 0px 0px;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
}

body{
  overflow-x: hidden;
	font-family: Arial, sans-serif;
	background: #F4F6F7;
}
a {
	transition: 0.3s;
}

.thetop {
  font-size: 10px; 
  display: none;
  position: -webkit-sticky;
  position: sticky;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  padding: 15px 15px;
  grid-template-columns: 50% 50%;
  text-transform: uppercase;
  color: white;
  background: #E63928;
  z-index: 999;
}

.thetop a{
  color:white;
  text-decoration: underline;
}

.thetop h3 {
  padding-left: 15%;
}



@media (max-width: 768px) {
.thetop{
   display: grid;
}

}
@media all and (max-width: 350px){
  .thetop {
  font-size: 7px; 
  }
}

.label label {
  display: none;
  font-size: clamp(30px, 5vw, 55px);
  margin-top: 7%;
  margin-left: 80%;
  z-index: 999;
  position: absolute;
}

#navmobile {
  width: 10%;
 display: none;
}

#navmobile:checked ~ #side-menu {
  display: block;
}

header {
  overflow-x: hidden;
	border-bottom: 2px solid black;
  box-shadow: 0px 15px 10px -15px #111;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  width: 100%;
}

.logo img {
  width: 35%;
}

nav ul {
  overflow-x: hidden;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  border:2px dotted white;
  padding: 0px 20px;
  position: relative;
}

nav a {
	font-size: 20px;
  display: block;
  padding: 10px 0px;
  color: #3b3b3d;
  text-decoration: none;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media (max-width: 970px) {
  .logo, .nav {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}


@media (max-width: 970px) {
  .label label{
  display: block;
  }

  header {
    margin: 0;
    width: 100%;
  }

  .logo img{
    width: 25%;
  }

  nav ul {
    display: none;
  }
}

/*side-menu*/
.allnav {
  display: none;
}

#side-menu {
	z-index: 999;
  display: none;
  width: 200px;
  height: 100%;
  background-color: #f2f2f2;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  overflow: scroll;
}

#side-menu ul {
  list-style: none;
  padding: 25px 0px;
  margin: 0px 0px;
}

#side-menu li {
  margin: 10px 0;
}

#side-menu a {
	margin-top: 30px;
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

#side-menu a:hover {
  color: #555;
}

/*hero collumn*/
.all {
  margin: 0;
 width: 100%;
}

.hero-img {
  margin: 0;
  background-image: url(mimg/handyman1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
}

.text {
  margin: 0;
}


.text h1 {
  margin: 0;
  position: relative;
  text-align: center;
  padding-top: 18%;
  padding-bottom: 18%;
  font-family: 'Phudu', cursive;
  word-spacing: 7px;
  font-size: 50px;
  letter-spacing: 2.5px;
  color: white;
  text-shadow: 3px 3px 3px #3b3b3d, 
               10px 10px 10px black; 
}

.thepro {
  left: 32%;
  position: absolute;
  width: 35%;
  border-bottom: 13px solid #686261;
}

@media (max-width: 650px) {
  .text { 
    border-radius: 2px;
  }


    .text h1 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

 

}
/*review*/
span {
  font-size: 50px;
  content: "\201C";
}

.review-section {
  margin-top:150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.review-section h2{
  margin-bottom: 80px;
  align-items: center;
  
}

.review {
	background: white;
  width: 80%;
  margin-bottom: 20px;
  border: 1px solid lightgray;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px lightgray;
}

.review-header {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid lightgray;
}

.review-header img {
  width: 5%;
  border-radius: 50%;
  margin-right: 20px;
}

.review-header-text {
  display: flex;
  flex-direction: column;
}

.review-header h3 {
  font-size: 23px;
  margin: 0;
}

.review-body {
  font-size: 18px;
  padding: 20px;
}

.review a{
	text-decoration: underline;
	color: black;
	margin-top: 10px;
	margin-bottom: 100px;
  margin-left: 50%;
}


@media (max-width: 768px) {

.review-header img {
  width: 20%;
}

  .review {
    width: 90%;
  }
}

/*FAQ*/

.text1 h1{
  text-align: center;
  margin-top: 180px;
  margin-bottom: 75px;
  font-size: 40px;
  letter-spacing: 2.5px;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  }

    .faq-section { 
      margin: 0px 10%;
      background-color: white; 
      padding: 20px; 
      margin-bottom: 20px; 
    } 
    .faq-question {  
      border-bottom: 4px solid #f2f2f2;
      background-color: white;
      font-size: 25px; 
      font-weight: bold; 
      margin-bottom: 10px; 
    } 
    .faq-answer {
      color: #243763;
      background: white;
      font-size: 19px; 
      line-height: 1.5; 
      margin-bottom: 20px; 
    } 

    .faq-answer a{ 
      color: black;
      text-decoration: underline;

    } 
    .call2 a{
      color: white;
      padding: 15px 35px;
      background:  #4B6587;
      margin-left: 42%;
      background-color: #4B6587;
       color: white;
       border-radius: 4px;
       text-decoration: none;
       font-size: 14px;
       font-weight: bold;
       transition: all 0.3s ease-in-out;
    }
    .call2 a:hover {
      background-color: #fff;
      color: #333;
       cursor: pointer;
    }

    @media (max-width: 767px) { 
      .faq-section { 
        padding: 10px;
        margin: 0px 4%; 
      } 
    }

 /* services part*/
 .title1 {
  color: #b63022;
 	margin-top: 200px;
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px
}

.services-container {
  width: 98%;
  display: flex;
   flex-wrap: wrap;
    justify-content: space-between;
 }
 .service {
 	background: white;
   margin: 5px 0px;
   width: 30%;
   border: 2px bold white;
   text-align: center;
   padding: 20px;
  }
.service h3 {
  background: white;
  border: none;
  padding: 0;
  color: #b63022;
   font-size: 23px;
   font-weight: bold;
   margin-bottom: 10px;
      }
      .topservices a{
        background: white;
      }
.service p {
  color: #282825;
   font-size: 17px;
   line-height: 1.5;
   margin-bottom: 20px;
}
.service a {
   display: inline-block;
   padding: 10px 20px;
   background-color: #4B6587;
   color: white;
   border-radius: 4px;
   text-decoration: none;
   font-size: 17px;
   font-weight: bold;
   transition: all 0.3s ease-in-out;
}
.service a:hover {
  background-color: #fff;
  color: #333;
   cursor: pointer;
}
 @media (max-width: 768px) {
     .title1 {
  color: #b63022;
  margin-top: 200px;
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px
  }

   .service {
      width: 100%;
       }
 }

@media (max-width: 1412px) {
     .service {
       margin: 10px 5%;
       width: 100%;
    }
}
 /*gallery*/

.gg {
  position: relative ;
  margin: 50px 6%;
  margin-top: 150px;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;    
}

.gb img{
  border: 5px solid white;
  width: 100%;
}

@media all and (max-width: 1130px){


  .gg {
  margin: 50px 5%;
  grid-template-columns: 33.3% 33.3% 33.3%;    
  }


}


@media all and (max-width: 650px){

  .gg {
  margin: 50px 5%;
  grid-template-columns: 50% 50%;    
  }

}

@media all and (max-width: 577px){
  
  .gg {
  margin: 50px 5%;
  grid-template-columns: 100%;    
  }

}

@media all and (max-width: 375px){

  .gg {
  margin: 50px 1%;
  grid-template-columns: 100%;    
  }


}


/*about*/
.a1bout {
	background: white;
	text-align: start;
	font-family: 'Oxygen', sans-serif;
	margin: 0px 11%;
 	display: grid;
	grid-template-columns: 50% 50%;
}

.a1bout img{
	border-radius: 5px;
	border: 2px outset white;
	width: 100%;
}

.a1bout p{
	padding-top: 8%;
	font-size: 20px;
	margin: 0px 35px;
	color: black;
}

.a1bout a{
	color: black;
}

#aa h3{
	margin-top: 150px;
	color: #4c4c4c; 
	line-height: 75px;
	margin-bottom: 25px;
	width: 45px;
	margin-left: 15%;
	font-size: 40px;
	display: inline-block;
	border-bottom: 7px solid red;
	font-family: 'Archivo Black', sans-serif;
}




.btn1 a{
  margin-top: 20px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	border-radius: 5px;
	margin-bottom: 125px;
	margin-left: 11.5%;
	font-size: 18.5px;
	color: white;
	background: #ee3926;
	display: inline-block;
	padding: 10px 20px; 
	border: 2px solid white;
}

.btn1 a:hover{
	color:black;
	word-spacing: 1px;
	font-size: 20px;
	background: white;
	border: 2px solid black;
}
/*call to action*/

.info h2{
  margin-top: 185px;
	font-size: 45px;
	word-spacing: 7px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
}


form {
	margin: 0px 30%;
	font-weight: bolder;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	margin-top: 25px;
}

.lc label {
  display: block;
	width:  25%;
	margin-top: 5px;
}

.lc input{
	font-family: 'roboto', sans-serif;
	font-size: 15px;
	height: 20px;
	width: 100%;
	margin: 10px 0px;
	padding: 10px .5px;
}


textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	height: 100px;
	width: 100%;
}

button {
	padding: 15px 30px;
	background: MediumSeaGreen;
	font-size: 18px;
	font-family: Verdana,sans-serif;
	color: white;
	border: 1px solid #0a0606
}

@media (max-width: 1110px){
  form {
  margin: 0px 20%;
}
} 

@media (max-width: 780px){
  form {
  margin: 0px 5%;
}
}
/*footer*/
.contact h3{
  margin-top: 35px;
  margin-bottom: 2.5px;
  text-align: center;
  color: white;
}

.contact p {
 padding-left: 23%;
 color: white;
}

.contact  a{
  text-decoration: underline;
  color: white;
}
.contact  {
  color: black;
 padding-left: 23%;
}

.link1 li{
  padding: 5px 0px;

}
.link1  a{
  padding-left: 110px;
  color: white;
}


.span {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 15%;
  font-family: 'Oxygen', sans-serif;
  margin-left: 10px;
}
footer{
	margin-top: 150px;
  padding-bottom: 10px;
  font-family: 'Oxygen', sans-serif;
  color: white;
  background: #e63928;
}

.hours li{
  padding: 15px 0px;

}


.footgrid h2{
  margin-top: 35px;
  margin-bottom: 2.5px;
  text-align: center;
}


.footermvm {
  text-align: center;
  line-height: 25px;
  word-spacing: 5px;
  padding-top: 25px;
  font-family: 'Quicksand', sans-serif;
  color: white;
  background: #C91919;
}

.footermvm a{
  color: white;
  border-bottom: 2px dashed white;
}

.footermvm a:hover{
  color: #84a795;
  border-bottom: 2px dotted #84a795;
}






@media all and (max-width: 1212px){
	.a1bout {
		margin: 0px 2%;
	}

	.a1bout p{
		padding-top: 0%;
		margin: 0px 0px;
	}

}


@media all and (max-width: 1010px){


	.a1bout {
		margin: 0px 20%;
	 	display: grid;
		grid-template-columns: 100%;
	}

	.a1bout img{
		margin-bottom: 10px;
		margin-top: 20px;
		border-radius: 5px;
		border: 2px outset white;
		width: 100%;
	}

}

@media all and (min-width: 775px){
    .footgrid {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  }
}

@media all and (max-width: 774px){

.contact h3 {
  padding-top: 50px;
}

.contact p {
 padding-left: 0px;
}


.contact  {
 padding-left: 0px;
}

.link1 li{
  margin:0px 0px;
  padding: 5px 0px;

}
.link1  a{
  padding-left: 0px;
}


.span {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 0px;
  margin-left: 0px;
}


}

@media all and (max-width: 577px){

	.a1bout {
	margin: 0px 2%;
	}


	.a1bout p{
  font-size: 18px;
	margin: 0px 15px;
	}

}

@media all and (max-width: 394px){

}



