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

body{
  background-color:white;
  color: black;
	overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}

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

a{
  cursor: pointer;
}
h1{
  font-size: 60px;
  font-weight: 900;
}

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

h3{
  padding: 1rem 0;
}

h4{
  margin-top: 1rem;
}

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


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

.navbar{
  background-color: white;
  padding: 1rem;
  padding-left: 4rem;
}

.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: #212529;
  color: white;
  padding: 1rem;
}

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;
}

} 
/* ------ RIBBON ------- */


/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid orange;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: orange;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 13px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}


/* ------ SECTION 1 ------- */

.contain {
  position: relative;
  background: #66b1bd;
}

.aside-divider{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.side-1{
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  border-radius: 20px;
  padding: 2rem 2rem;
  padding-bottom: 4rem;
  width: 60%;
  margin-right: 4rem;
  margin-top: 3rem;
  margin-bottom: -3rem;
  position: relative;
}

.side-1>h3{
  font-size: 50px;
  color:#66b1bd;
}

.number{
  font-weight: 900;
  color: orange;
}

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

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

.side-button{
  background-color: orange;
  color: white;
  padding: 1rem 3rem;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: .5s all;
}

.side-button:hover{
  background-color: #66b1bd;
}

.side-2{
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.357);
  padding-top: 3rem;
  padding-left: 3rem;
}

.span-orange{
  color: orange;
}

.wave {
background-image: url(../images/wave.svg);
background-size: cover;
height: 15rem;
margin-top: -9rem;
background-color: white;
}

.contain-bottom{
  background-color: white;
  text-align: center;
  padding: 2rem 0;
}

.contain-bottom>h2{
color: orange;
}

.contain-bottom>p{
  width: 50%;
  margin: auto;
}

.contain-bottom>p>i{
  color: gray;
  text-align: center;
}

.section-button{
  padding: 1rem 2rem;
  border: 1px solid gray;
  border-radius: 10px;
  font-size: 20px;
  color: gray;
  width: 40%;
  text-align: center;
  margin: auto;
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
  cursor: pointer;
  transition: .5s all;
}

.section-button:hover{
  color:orange;
  border: 1px solid orange;
}

/* ------ section 2 ------ */

.section2{
  display: flex;
  justify-content: space-around;
  gap: 20px;
  padding: 4.5rem 1rem;
}

.section2-box{
  width: 20%;
  text-align: center;
}

.section2-box>h3{
  padding-top: 2rem;
  color:#66b1bd;
  font-size: 20px;
}

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

.section3{
  background-color: #66b1bd;
}

.section3>h3{
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.353);
  font-size: 40px;
  padding: 4rem 2rem;
  text-align: center;
  width: 60%;
  margin: auto;
}

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

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

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

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

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

  .aside-divider{
    flex-direction: column;
  }
  .side-1{
    width: 90%;
    margin-right: 0;
  }

.section2{
  flex-direction: column;
}

.section2-box{
  width: 100%;
}

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

.review-box{
  width: 100%;
}
  
  } 


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

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

h2{
  font-size: 30px;
}

.side-2{
  padding: 2rem;
  padding-left: auto;
  padding-bottom: 0;
}
  
  } 

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

    .navbar-check{
    display: none;
    }

    h1{
      font-size: 38px;
    }

    h2{
      font-size: 22px;
    }

    .side-2>p{
      font-size: .9rem;
    }

    .side-1{
      margin-top: 0.5rem;
    }

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

    .side-1>p{
      font-size: .9rem;
    }

    .side-button{
      padding: 1rem 0;
    }

    .contain-bottom{
      padding: 0;
    }

    .contain-bottom>p{
      width: 90%;
      text-align: justify;
    }

    .section-button{
      width: 90%;
    }

    .section2{
      padding: 1rem 2rem;
    }

    .section2-box>p{
      text-align: justify;
    }

    .section3>h3{
      padding: 2rem;
      font-size: 20px;
      width: 100%;
    }

    .review-box>p{
      font-size: .9rem;
    }
      
      } 


/* 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;
	}
  }

/* 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;
  }