/* ----- RESET ----- */

body{
  background-color:hwb(0 100% 0%);
  color: #0a4e14;
	overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}

* {
  box-sizing: none;
  margin: 0;
  padding: 0;
}

a{
  cursor: pointer;
}

h2{
  font-size: 40px;
  padding: 1rem 0;
}

h3{
  padding: 1rem 0;
}

h4{
  margin-top: 1rem;
}

.container{
  width: 70%;
  padding-top: 4rem;
}

span{
  font-weight: 800;
  padding: 1rem 0;
  font-size: 1.1rem;
}

/* ---------- NAVBAR ----------- */


.cont-nav{
  padding: 0px 50px;
  max-width: 1140px;
}

.navbar{
  display: flex;
  justify-content: space-between;
  background-color: rgb(255, 140, 0);
  padding: 1rem;
}

.navbar-check{
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fafafa;
  padding-top: 1rem;
  font-size: .9rem;
}

.footer{
  text-align: center;
  background-color: rgb(255, 140, 0);
  color: white;
  padding: 1rem;
  margin-top: 20px;
}

a:link, a:visited, a:active{
  text-decoration-color: none;
  text-decoration: none;
  color: white;
}

.p-link:link, .p-link:visited, .p-link:active{
  text-decoration-color: none;
  text-decoration: none;
  color: #06a04a;
  font-weight: 600;
}

.footer>a:link, .footer>a:visited, .footer>a:active{
  text-decoration: underline;
  color: white;
}


@media screen and (max-width: 700px){

.navbar{
  padding: 0.5rem;
}
.navbar>img{
  width: 100px;
}

.navbar-check>p{
  font-size: .6rem;
  }

} 

/* ------ HERO IMAGE -------- */

.hero-image{
  background-image: linear-gradient(rgba(0, 0, 0, 0.223), rgba(0, 0, 0, 0.181)), url("../images/background-hero2.jpg");
  height: 25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 70px;
}

/* --- MORE INFO BOXES --- */

.more-info{
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 20px;
}

.more-info2{
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  margin: auto;
  border-radius: 20px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.side-form{
  display: flex;
  gap: 15px;
}

.side-1>h3{
font-size: 35px;
}

.side-1{
  padding: 1rem;
  width: 60%;
}

.side-2{
background-image: url("../images/form.svg");
  background-repeat: no-repeat;
background-position: center;
text-align: center;
height: 15rem;
}

.side-3{
  background-image: url("../images/background-image2.jpg");
  background-repeat: no-repeat;
background-position: center;
background-size: cover;
width: 100%;
height: 30rem;
position: relative;
border-radius: 20px 0px 0px 20px;
}

.side-4{
  padding: 2rem;
}

.hero-text2 {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  width: 20rem;
  margin-top: 3rem;
  color: white;
}

.form-control{
  margin-bottom: 0.5rem;
}

/* ------ buttons ------ */

.section-button{
  background-color: orange;
  color: white;
  padding: 1rem 2rem;
  border-radius: 5px;
  font-weight: 800;
  width: 80%;
  font-size: 20px;
  margin: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
  transition: .5s all;
  cursor: pointer; 
}

.section-button:hover{
  background-color: rgb(220, 143, 0);
}

.more-info-button{
  color: white;
  background-color: orange;
  padding: 0.5rem 2rem;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  transition: .5s all;
  z-index: 10;
  cursor: pointer;
}

.more-info-button:hover{
  background-color: rgb(183, 119, 0);
}

/* ------ reviews -------- */

.reviews-container{
  display: flex;
  gap: 20px;
  padding-bottom: 5rem;
  margin: auto;
}

.review-box{
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  width: 32%;
  text-align: center;
  padding: 1rem;
  border-radius: 20px;
}

.review-box>p{
  padding: 1rem;
  text-align: justify;
}

.review-title{
  text-align: center;
}

.img-trust{
  display: flex;
  margin: auto;
}

#date{
  text-align: right;
  color:#0a4e14c4
}

@media screen and (max-width: 1200px){


.reviews-container{
  flex-direction: column;
}

.review-box{
  width: 100%;
}


}
@media screen and (max-width: 700px){

  .container{
    width: 100%;
    padding-top:0.3rem;
  }

.more-info{
  flex-direction: column;
  height: auto;
}

.side-1{
  width: 100%;
}

.side-3{
  display: none;
}

} 


/* Realised by */

.really{

	border: 2px solid #ccc;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 1.5em;
	color: #999;
	width: 50%;
	/*max-width: 800px;*/
	min-height: 500px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -25%;
	transform: scale(0, 0);
	transition: all 0.5s ease;
	z-index: 9;
	/*margin: auto;*/
  }
  
  .reallyactive{
	transform: scale(1, 1);
	/*position: fixed;*/
  }
  
  #realisedbybox{
	margin-top: 20px;
	overflow-y: scroll;
	max-height: 400px;
  }
  
  #realisedby img {
	max-width: 200px;
  }
  
  #realisedbyclose {
	float: right;
	margin-right: 15px;
  }
  
  
  @media screen and (max-width: 600px){
  
	.really {
  width: 100%;
  left:0;
  margin-left: 0;
	}
  }

  @media screen and (max-width: 500px){

    .navbar-check{
    display: none;
    }
  }

/* Thank you */

#thankyoubg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  overflow:hidden;

}

#thankyoubox {

  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 10px;
  color: #999;
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  position: fixed;
  top: 10%;
  left: 30%;
  margin-top: 0px;
  margin-left: -70px;
  z-index: 10;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
  background-image: url('../images/thankyou-bg.jpg');
  background-size: cover;
  background-position: -80px;

}

#thankyoutxt {
  margin-left: 60%;
  text-align: center;
  padding-top: 25%;
}

#thankyoutxt1 {
  color: #ea740e;
}

#thankyouhr {
  background-color: #d20f1d;
  height: 5px;
  width: 50%;
  margin: 10px auto 10px auto;
}



/* Loader */

.thankyouloader {
	width: 100%;
}

.thanks-span{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#thankyouloader-txt{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:20px;
  color: rgb(15, 9, 102);
}

#loader-txt{
  background-image: rgba(0, 128, 0, 0.115);
  border-radius: 10px;
  padding: 1rem;
  width: 150%;
}

#loader-txt>h1{
  font-weight: 800;
}

.logo-loading{
  margin-top: 1.5rem;
}

.highlight {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(21, 255, 0, 0.3),
    rgba(43, 255, 0, 0.7) 95%,
    rgba(85, 255, 0, 0.1)
  );
}


.loader-svg {
  color: rgb(0, 74, 29);
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin:5rem;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em,
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
    -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
     -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
     -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
     -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
     -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
    0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
 


@media screen and (max-width: 425px){

  #thankyouloader-txt {
    top: 40%;
  }

} 

#thankyoubg {

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
}

#thankyoubox {

  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 10px;
  color: #999;
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  position: fixed;
  top: 10%;
  left: 30%;
  margin-top: 0px;
  z-index: 10;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
  background-image: url('../images/thankyou-bg.jpg');
  background-size: cover;
  background-position: -80px;

}

#thankyoutxt {
  margin-left: 60%;
  text-align: center;
  padding-top: 25%;
}

.thanks-page{
	max-width: 900px;
	width: 100%;
	margin: auto;
  border-radius: 10px;
	background-color: #f4f4f5; 
	position: fixed;
  	top: 5%;
  	left: 50%;
	transform: translateX(-50%);
  	margin-top: 0px;
  	z-index: 10;
	min-height: 80vh;

  	opacity: 1;
  	-webkit-transition: opacity 1000ms linear;
  	transition: opacity 1000ms linear;
}


/* Contact Form */


.contactform {
	border: 2px solid #ccc;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 20px 40px;
	color: #999;
	position: fixed;
	top: 5%;
	margin-left: 35%;
	margin-right: 35%;
	margin-top: 0px;
	padding: 10px;
	z-index: 10;
	height: auto;
	
	transform: scale(0, 0);
	transition: all 0.5s ease;
  }
  
  
  @media screen and (max-width: 1400px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: 30%;
	  margin-right: 30%;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
	  transform: scale(0, 0);
	  transition: all 0.5s ease;
	}
  
  } 
  
  @media screen and (max-width: 1024px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: 25%;
	  margin-right: 25%;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
	  transform: scale(0, 0);
	  transition: all 0.5s ease;
	}
  
  } 
  
  @media screen and (max-width: 768px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: 20%;
	  margin-right: 20%;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
	  transform: scale(0, 0);
	  transition: all 0.5s ease;
	}
  
  } 
  
  
  @media screen and (max-width: 425px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
	  transform: scale(0, 0);
	  transition: all 0.5s ease;
	}
  
  
  } 
  
  .contactactive{
	transform: scale(1, 1);
	position: fixed;
  }
  
  
  
  .contact-btn{
	background-color: #ff9800;
	padding: 0.5rem 1.5rem;
	margin: auto;
	border: 0;
	color: #f7f7f7;
	border-radius: 10px;
  }
  
  .contact-btn:hover{
	background-color: #e38800;
  }
  
  #xclose {
	/*position: fixed;*/
	padding: 5px;
	margin: 0 5px 10px 0;
	background-color: #ececec;
	border: 1px solid #c5c5c5;
	width: 26px;
  }

  .fa-window-close{
    border: 0;
  }
  
  #contacterr {
	margin-top: 10px;
	margin-bottom: 10px;
	color: red;
  }
  
  #bclose {
	line-height: 1em;
	border-radius: 0;
	padding: 4px 0;
	font-size: 18pt;
	border: 0;
  background-color: #0a4e1400;
  }

  #bclose:hover{
    background-color: #0a4e1400;
  }