@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
html,
body{
  height:100%;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.gradient{
  background: rgb(2,142,0);
  background: linear-gradient(90deg, rgba(2,142,0,1) 0%, rgba(0,204,78,1) 100%);
}
.page-header{
  width: 100%;
  margin-top: 4.5rem;
  font-size: 1.25rem;
  color: #ffff;

}
.main-form {
  margin: auto;
  width: 450px;
  margin-top: 10rem;
}
.headertext{
  margin-top: 200px;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0.3)
}
.htekst{
  margin-left: 7rem;
}
.about h3{
  color: #ffff;
}
.about p{
  color: #ffff;
}
.woods{
  background-image: url(../img/background.jpg);

min-height: 500px;

  background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bi-carrot-down{
  width: 200px;
}
.sendform{
  margin-top: 20px;
}
.imgreview {
  margin-top: 50px;
}
.imgreview1{
  margin-top: 30px;
}



@media screen and (max-width: 1000px) {
  .htekst {
    margin-left: 2rem;
  }
}
@media screen and (max-width:375px) {
#phoneN{
  width: 20%;
}
}
@media screen and (max-width: 764px) {
.imgreview{
  margin-bottom: 100px;
}
}
