:root {
  --light-green: #95c11f;
  --dark-green: #6ca438;
  --button-gradient: transparent
    linear-gradient(180deg, #95c11f 0%, #6ca438 100%) 0% 0% no-repeat
    padding-box;
  --button-shadow: 0px 3px 0px #0d4825;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #543c6a;
  position: relative;
  overflow: hidden;
}

h1 {
  margin: 0;
  font-size: 2rem;
}

h2 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
}

h3 {
  margin: 0;
}

p,
a {
  margin: 0;
  font-size: 1rem;
}

p.center,
a.center {
	text-align: center;
	width:100%;
}

a.large,
p.large {
  font-size: 1.25rem;
}

a.small,
p.small {
  font-size: 0.75rem;
}

a {
  text-decoration: none;
  color: white;
}

i {
  margin-right: 1.25rem;
  font-size: 1.25rem;
}

@media (max-width: 650px) {
  h1 {
    font-size: 1.25rem;
  }

  h2 {
    font-size: 1rem;
  }
  p,
  p.small,
  a {
    font-size: 0.75rem;
  }

  p.large,
  a.large {
    font-size: 0.875rem;
  }
}

.bold {
  font-weight: bold;
}

.cyan {
  color: #009591;
}

.white {
  color: #fff;
}

.black {
  color: #0000;
}

.light-pink {
  color: #543c6a80;
}

.default {
  color: #543c6a;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}

.container-garden {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}

.container-button {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}

.gardenImg{
	max-width:460px;
}

@media (max-width: 414px) {
  .container .mobile {
   padding: 0px;
  }
}


@media (max-width: 575px) {
  .container {
    padding: 0 20px;
  }
  .container-garden {
	 padding: 0 20px;
  display:block;
	}
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .container-garden {
	max-width: 540px;
	 
  
	}
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .container-garden {
	 max-width: 720px;
	 
  
	}
}


@media (max-width: 800px) {

  .container-garden {
  display:block;
	}
	
	.gardenImg{
	max-width: 100%;
	}
}

@media (min-width: 824px) {
  .container {
    max-width: 800px;
  }
  .container-garden {
	 max-width: 800px;
	
  
	}
	
	
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .container-garden {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .container-garden {
    max-width: 1140px;
  }
}

/*

  Global Components

  */

.button {
  background: transparent linear-gradient(180deg, #95c11f 0%, #6ca438 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 0px #0d4825;
  width: 100%;
  padding: 0.7rem;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.button-home{
  background: transparent linear-gradient(
180deg
, #3983b0 0%, #3983b0 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 0px #232b26;
    width: 100%;
    padding: 0.7rem;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    
}

.button-home:hover{
		background: #ffffff;
		color: #3983b0;
        box-shadow: none;
        font-weight: bold;
}

.button-red {
  background: #CD1719;
  box-shadow: 0px 3px 0px #0d4825;
  width: 250px;
  padding: 0.2rem;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  text-transform: lowercase;
  z-index: 2;
}

.button:hover {
  background: white;
  color: #0d4825;
  box-shadow: none;
}
.button-red:hover {
  background: #CD1719;
  color: #0d4825;
  box-shadow: none;
}

.inputs {
  position: relative;
}

.inputs input[type="text"] {
  border: 1px solid #cccccc;
  border-radius: 4px;
  width: 100%;
}

.inputs input[type="submit"] {
  background: transparent linear-gradient(180deg, #95c11f 0%, #6ca438 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 0px #0d4825;
  border: 0;
  border-radius: 4px;
  position: relative;
  left: -6px;
  color: white;
  font-weight: bold;
  position: absolute;
  left: calc(100% - 2.7rem);
}

.inputs input[type="text"],
.inputs input[type="submit"] {
  padding: 1rem 0.9rem 0.9rem 0.9rem;
  top: 0px;
}

.inputs ::placeholder {
  color: #543c6a80;
}

.inputs.placeholder-black ::placeholder {
  color: black;
}

.title {
  margin-top: 60px;
  margin-bottom: 30px;
}

.garden-bimage {
	border-bottom: none !important;
}
.garden-desktop {	
    width: 75% !important;
    margin: auto;
}

.garden-title {
	 margin-top: 30px;
  margin-bottom: 10px;
}

.garden-text {
  margin-bottom: 10px;
}

.garden-title i{
	    margin-right: 1.25rem;
    font-size: 1.25rem;
    text-align: center;
    width: 100%;
    letter-spacing: 4px;
}

.garden-title h1{
	width: 100%;
  text-transform: uppercase;
  color:#0C8437;
  text-align: center;
}

.green-garden-format{
	font-family: ff-market-web, sans-serif;
	font-weight: bold;
    font-style: normal;
    font-size: 1.75rem;
}

.garden-text img{
	
}
.garden-text a{
	
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
	text-align: center;
}


@media (max-width: 650px) {
  .inputs input[type="text"],
  .inputs input[type="submit"] {
    padding: 0.875rem 0.775rem 0.775rem 0.775rem;
  }
  .inputs input[type="submit"] {
    left: calc(100% - 2.5rem);
    top: 0px;
  }
}

.title h1 {
  width: 100%;
  border-bottom: 2px solid #d68331;
  text-transform: capitalize;
}

@media (max-width: 650px) {
  .title,.garden-title
  .anchors + .title + .garden-title {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .title h1 {
    border: none;
  }
  .garden-title h1 {
    border: none;
  }
}

.anchors {
  margin-bottom: 50px;
}

.anchors .container {
  justify-content: flex-start;
}

.anchors .anchor:not(:last-of-type) {
  margin-right: 50px;
}

.anchors .anchor a {
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #009591;
  transition: 0.5s ease-in-out;
}

.anchors .anchor a:hover {
  color: #d68331;
  border-bottom-color: #d68331; 
}

.mobile {
  display: none;
}

@media (max-width: 991px) {
  .anchors .anchor a {
    font-size: 0.8em;
  }
}

@media (max-width: 767px) {
  .anchors {
    margin-top: 20px;
  }
  .mobile {
    display: inherit;
  }
}

@media (max-width: 445px) {
  .anchors {
    display: none;
  }
}

@media (max-width: 767px) {
  .anchors {
    margin-bottom: 20px;
  }
  .anchors .container {
    flex-direction: column;
    justify-content: space-between;
  }
}

/*

Animations


*/

.animate-drop-down-oof {
  transition: 0.5s ease-in-out height;
  height: -20px;
}

.animate-drop-down-iv {
  transition: 0.5s ease-in-out height;
  position: relative;
  height: 0px;
}

.postcode-error p {
  margin-bottom: 0px !important;
  color: white;
  font-weight: bold;
  font-size: 1em !important;
}


.footer-card .postcode-error p {
  color: red;
}