body {background-color: rgb(132, 147, 144);}

.mybuilder-image {
  width:100px;
  height:100px;
  display: block;
  margin: 0 auto;
}

.mybuilder-image:hover{
  filter: grayscale(0);
  transform: scale(1.3) rotate(3deg);
}

.checkatrade-image {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.checkatrade-image:hover{
  filter: grayscale(0);
  transform: scale(1.3) rotate(3deg);
}


.bark-image {
  width:100px;
  height:auto;
  display: block;
  margin: 0 auto;
}

.bark-image:hover{
  filter: grayscale(0);
  transform: scale(1.3) rotate(3deg);
}

.image-container {
  display:flex;
  justify-content:center;
 }


.image-container img {
margin: 0 10px;
width: 100px;
}

.reviews{
  margin-top: 30px;
  margin-bottom: 10px;
  margin-right: 30px;
  margin-left: 10px;
  color:rgba(3, 3, 48, 0.893)
}


.main-image {
    display:block;
    margin: 0 auto;
}

.main-header {
    text-align: center;
    font-size: 45px;
    color:rgba(3, 3, 48, 0.893);
}

.first-paragraph{
    text-align: center;
    font-size: 25px;
    color:rgba(3, 3, 48, 0.893);
}

ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgb(165, 166, 179);
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
  }

  ul.menu li {
    margin-left: 10px;
  }

  ul.menu li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color:rgba(3, 3, 48, 0.893);
    font-size: 25px;
  }

  ul.menu li a:hover {
    background-color: rgb(47, 54, 53);
  }

  .full-garden-image {
    display:block;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
    width:1100px;
    height:400px;
    transition: all 0.3s;

  }

  .full-garden-image:hover {
    width: 1300px;
    height: 450px;
  }

  .fencing-image{
    display:block;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
    width:1100px;
    height:400px;
    transition: all 0.3s;
  }

  .fencing-image:hover{
    width: 1300px;
    height: 450px;
  }

  .patio-image{
    display:block;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
    width:1100px;
    height:400px;
    transition: all 0.3s;
  }

  .patio-image:hover{
    width: 1300px;
    height: 450px;
  }

  .decking-image{
    display:block;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
    width:1100px;
    height:400px;
    transition: all 0.3s;
  }

  .decking-image:hover{
    width: 1300px;
    height: 450px;
  }

  .artificialgrass-image{
    display:block;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
    width:1100px;
    height:400px;
    transition: all 0.3s;
  }

  .artificialgrass-image:hover{
    width: 1300px;
    height: 450px;
  }

  .naturalgrass-image{
    display: block;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
    width:1100px;
    height:400px;
    transition: all 0.3s;
  }

  .naturalgrass-image:hover{
    width: 1300px;
    height: 450px;
  }

  .pergola-image{
    display: block;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
    width:1100px;
    height:400px;
    transition: all 0.3s;
  }

  .pergola-image:hover{
    width: 1300px;
    height: 450px;
  }

  .raised-image{
    display:block;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
    width:1100px;
    height:400px;
    transition: all 0.3s;
  }

  .raised-image:hover{
    width: 1300px;
    height: 450px;
  }

  .front-gardens-image{
    display:block;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
    width:1100px;
    height:400px;
    transition: all 0.3s;
  }

  .front-gardens-image:hover{
    width:1300px;
    height:450px;
  }
  

  .who {
    text-align: center;
    font-size: 45px;
    color:rgba(3, 3, 48, 0.893);
}

.who-images{
    display:flex;
    justify-content:center;
   
}

.about-paragraph{
  text-align: center;
    font-size: 25px;
    color:rgba(3, 3, 48, 0.893);
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.line-container{
  text-align: center;
}

.horizontal-line{
  width: 80%;
  border:1px solid#000
}

.low-contact{
  text-align: center;
  font-size: 30px;
  color:rgba(3, 3, 48, 0.893)

}

.copyright{
  text-align: center;
  font-size: 20px;
}

.services-list{
  text-align: center;
  font-size: 30px;
  color:rgba(3, 3, 48, 0.893)
}

.service-title{
  text-align: left;
  font-size: 25px;
 margin-left: 20px;
}

.service-description{
  font-size: 20px;
  margin-left: 20px;
}


.image-services-container{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:10px;
}

.image-services-container img{
  border:10px solid #333;
  box-sizing:border-box;
}

.dropdown{
  display: inline-block;
}

.dropbtn{
  padding:14px 16px;
  text-decoration: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  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;
  text-align: left;
}

.dropbtn:hover, .dropdown:hover .dropbtn {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.contact-section{
  width: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
}

.contact-info{
  color: #fff;
  max-width: 500px;
  line-height: 65px;
  padding-left: 50px;
  font-size: 18px;
}

.contact-info i{
  margin-right: 20px;
  font-size: 25px;
}

.contact-form{
  max-width: 700px;
  margin-right: 50px;
}

.contact-info, .contact-form{
  flex:1;
}

.contact-form h2{
  color: black;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact-form .text-box{
  background: rgb(165, 166, 179);
  color: #fff;
  border: none;
  width: calc(50% - 10px);
  height: 50px;
  padding: 12px;
  font-size: 15px;
border-radius: 5px;
box-shadow: 0 1px 1px rgb(165, 166, 179);
margin-bottom: 20px;
opacity: 0.9;
}

.contact-form .text-box:first-child{
  margin-right: 15px;
}

.contact-form textarea {
  background: rgb(165, 166, 179);
  color: black;
  border: none;
  width: 100%;
  padding: 12px;
  font-size: 15px;
  min-height: 200px;
  max-height: 400px;
  resize: vertical;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgb(165, 166, 179);
  margin-bottom: 20px;
  opacity: 0.9;
}

.contact-form .send-btn {
  float: right;
  background: whitesmoke;
  color: black;
  border: none;
  width: 120px;
  height: 40px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  transition-property: background ;
}

.contact-form .send-btn:hover{
  background: white;
}

@media screen and (max-width: 950px){
  .contact-section{
    flex-direction: colum;
  }

  .contact-info, .contact-form{
    margin: 30px 50px;
  }

  .contact-form h2{
    font-size: 30px;
  }

  .contact-form .text-box{
    width: 100%;
  }
}

.alert-success{
  z-index: 1;
  background: #D4EDDA;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 10px;
  border-left: 8px solid #3AD66E;
  border-radius: 4px;
}

.alert-error{
  z-index: 1;
  background: #FFF3CD;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 10px;
  border-left: 8px solid #FFA502;
  border-radius: 4px;
}

@media only screen and (max-width: 600px) {
  /* Styles for mobile devices */
}




 



