* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: roboto;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0px 0px 20px #0000009c;
}

nav {
  width: 100%;
  display: flex;
  height: 100px;
  font-size: 30px;
  font-weight: 200;
  align-items: center;
  justify-content: center;
  position: fixed;
  color: #ffffff;
  z-index: 5;
}

.nav-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 80px;
  background-color: #ffffff11;
  border-radius: 100px;
  border-top: 1px solid #ffffff50;
  border-left: 1px solid #ffffff30;
  border-right: 1px solid #ffffff30;

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0px 2px 20px #00000021;
}

.logo {
  width: 300px;
  margin-left: 40px;
}

.logo-text {
  color: #00000075;
}

ul {
  width: 67%;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav {
  color: #00000075;
  text-decoration: none;
  margin: 0px 20px 0px 20px;
  transition: text-shadow .2s;
  padding: 12px 20px;
  border-radius: 100px;

  border-top: 1px solid #ffffff00;
  border-left: 1px solid #ffffff00;
  border-right: 1px solid #ffffff00;
  border-bottom: 1px solid #00000000;
  transition:
    border-top .2s,
    border-left .2s,
    border-left .2s,
    border-left .2s,
    backdrop-filter .2s,
    -webkit-backdrop-filter 0.2s,
    box-shadow 0.2s;
}

.nav:hover {
  background-color: #ffffff00;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0px 4px 10px #00000021;

  border-top: 1px solid #ffffff50;
  border-left: 1px solid #ffffff25;
  border-right: 1px solid #ffffff25;
  border-bottom: 1px solid #00000000;
}

.nav:active {
  background-color: #ffffff36;
}

.main {
  font-size: 100px;
  font-weight: 1000;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 0px 20px #00000079;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  letter-spacing: 4px;
  background-image: url("images/grass white.jpg");
  text-align: center;
  flex-direction: column;
  background-size: cover;
  background-position: top;
}

.contact-main {
  font-size: 100px;
  font-weight: 1000;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 0px 20px #00000079;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  letter-spacing: 4px;
  background-image: url("images/grasses.jpg");
  text-align: center;
  flex-direction: column;
  background-size: cover;
  background-position: top;
}

.contact-box {
  padding: 100px;
  background-color: #ffffff11;
  border-radius: 100px;
  border-top: 1px solid #ffffff50;
  border-left: 1px solid #ffffff30;
  border-right: 1px solid #ffffff30;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0px 2px 20px #00000021;
}

.contact-us {
  margin-bottom: 30px;
  text-align: center;
}

.contact-text {
  font-size: 50px;
  font-weight: 200;
  padding: 20px;
}

.contact-box> :nth-child(2) {
  border-top: solid 1px #ffffff;
}

.about-main {
  font-size: 100px;
  font-weight: 1000;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 0px 20px #00000079;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160vh;
  width: 100%;
  letter-spacing: 4px;
  background: radial-gradient(#a0afa3, #b9d6b9);
  background-image: url("images/grass.jpg");
  text-align: center;
  flex-direction: column;
  background-size: cover;
  background-position: top;
}

.about-box {
  padding: 100px;
  background-color: #ffffff11;
  border-radius: 100px;
  border-top: 1px solid #ffffff50;
  border-left: 1px solid #ffffff30;
  border-right: 1px solid #ffffff30;

  width: 800px;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0px 2px 20px #00000021;
}

.about {
  margin-bottom: 30px;
}

.about-text {
  font-size: 40px;
  font-weight: 200;
}

.gallery {
  background: radial-gradient(#f0fcf2, #3a473a);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.gallery-text {
  color: #ffffff;
  font-size: 70px;
  font-weight: 200;
  margin: 50px;
}

.images {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

}

.about-img {
  width: 600px;
  margin-bottom: 50px;
  border-radius: 30px;

  border-top: 1px solid #ffffff50;
  border-left: 1px solid #ffffff30;
  border-right: 1px solid #ffffff30;

  box-shadow: 0px 2px 20px #000000;
}

p {
  text-align: left;
}

.main-text {
  max-width: 1200px;
}

.button-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.contact-button {
  font-weight: 200;
  color: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 100px;
  font-size: 32px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  padding: 38px;
  letter-spacing: 0px;

  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0px 8px 30px #00000085;
  background-color: #00000011;
  border-top: 1px solid #ffffff50;
  border-left: 1px solid #ffffff25;
  border-right: 1px solid #ffffff25;
  border-bottom: 1px solid #00000000;

  transition: backdrop-filter 0.2s, -webkit-backdrop-filter 0.2s, padding 0.2s, font-size 0.2s;
}

.contact-button:hover {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 40px;
  font-size: 31px;
}

.contact-button:active {
  padding: 36px;
  font-size: 28px;
}

.map {
  background: radial-gradient(#bad4bf, #27471d);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-border {
  display: flex;
  justify-content: center;
  padding: 30px;
  border-radius: 30px;

  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: 0px 8px 30px #0000007c;
  background: radial-gradient(#0000000c, #00000023);
  border-top: 1px solid #ffffff50;
  border-left: 1px solid #ffffff25;
  border-right: 1px solid #ffffff25;
  border-bottom: 1px solid #00000000;
}

.map-info {
  font-size: 50px;
  font-weight: 200;
  color: #ffffff;
  width: 240px;
  margin: 70px;
}

iframe {
  width: 400px;
  border: 50px solid #ffffff;
  border-radius: 10px;
  display: block;
  box-shadow: 0px 8px 30px #0000007c;
}

.services-text {
  margin-top: 30px;
  font-size: 80px;
  font-weight: 200;
  color: #000000;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 10vh;
  width: 100%;
  letter-spacing: 4px;
  color: #ffffff;
}

.services {
  font-size: 40px;
  font-weight: 200;
  color: #000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 80vh;
  width: 100%;
  letter-spacing: 4px;
}

.glass {
  background: radial-gradient(#0000000c, #00000023);
  width: 900px;
  height: 600px;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 8px 30px #0000007c;
  border-top: 1px solid #ffffff50;
  border-left: 1px solid #ffffff25;
  border-right: 1px solid #ffffff25;
  border-bottom: 1px solid #00000000;
  border-radius: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  color: #ffffff;
}

.lawn {
  text-align: center;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.footer {
  background-color: #5a745b;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 200;
  flex-direction: column;
}

.logo-footer {
  margin: 20px;
  width: 40%;
  border-bottom: solid 1px #ffffff;
  text-align: center;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 200;
}

.footer-ul {
  width: 67%;
  margin: 0 20px 0 20px;
  list-style: none;
  display: block;
  padding: 0;
}

.footer-li {
  margin: 10px;
  text-align: center;
}

.footer-nav {
  padding: 0;
  text-align: center;
}

.socials {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons {
  margin: 20px;
}

#bgVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  object-fit: cover;
}

@media screen and (max-width: 767px) {

  body {
    overflow-x: hidden;
  }

  nav {
    height: auto;
    padding-top: 10px;
  }

  .nav-bar {
    width: 95%;
    height: auto;
    padding: 15px 0;
    border-radius: 30px;

    flex-direction: column;
  }

  .logo {
    width: auto;
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 28px;
  }

  ul {
    width: 100%;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
  }

  .nav {
    margin: 5px;
    padding: 10px 14px;
    font-size: 18px;
  }

  .main,
  .contact-main,
  .about-main {
    height: auto;
    min-height: 100vh;
    padding: 140px 20px 80px 20px;
    box-sizing: border-box;
  }

  .main-text {
    font-size: 48px;
    width: 100%;
    letter-spacing: 1px;
  }

  .contact-box,
  .about-box {
    width: 90%;
    padding: 40px 20px;
    border-radius: 40px;
  }

  .contact-us,
  .about {
    font-size: 48px;
  }

  .contact-text {
    font-size: 28px;
    word-break: break-word;
  }

  .about-text {
    font-size: 22px;
  }

  .button-div {
    height: auto;
    margin-top: 40px;
  }

  .contact-button {
    font-size: 24px;
    padding: 22px 28px;
  }

  .map {
    height: auto;
    padding: 40px 15px;
  }

  .map-border {
    width: 100%;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
  }

  iframe {
    width: 100%;
    height: 300px;
    border: 10px solid #ffffff;
    box-sizing: border-box;
  }

  .map-info {
    width: 100%;
    margin: 30px 0 0 0;
    font-size: 28px;
    text-align: center;
  }

  .services-text {
    font-size: 50px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
  }

  .services {
    height: auto;
    padding: 20px;
    box-sizing: border-box;
  }

  .glass {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    box-sizing: border-box;
  }

  .lawn {
    font-size: 28px;
  }

  .gallery-text {
    font-size: 50px;
    text-align: center;
  }

  .about-img {
    width: 90%;
  }

  .footer {
    height: auto;
    padding: 40px 20px;
    box-sizing: border-box;
  }

  .logo-footer {
    width: 90%;
    font-size: 24px;
  }

  .footer-ul {
    width: 100%;
    margin: 0;
  }

  .socials {
    width: 100%;
    flex-wrap: wrap;
  }

  .icons {
    margin: 10px;
  }

  #bgVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}