@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
:root {
  --light: #129900;
  --dark: #000000;
  --lblue: #ddf0ff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  text-decoration: none;
}

*::selection {
  background: var(--light);
  color: #fff;
}

body {
  background: var(--lblue);
}

html {
  font-size: 100%;
  overflow-x: hidden;
}

header img {
  height: 40px;
}

.heading {
  font-size: 3rem;
  color: var(--light);
  text-align: center;
  padding: 2rem 1rem;
  padding-top: 3rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
}

.title {
  padding: 0 1rem;
  font-size: 1.5rem;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  color: #555;
  margin-bottom: 2rem;
}

header {
  width: 96%;
  background: #129900;
  position: fixed;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  z-index: 999;
  transition: 0.2s;
}
header .navbar {
  width: 100%;
}
header ul {
  display: flex;
  justify-content: end;
  align-items: center;
  list-style: none;
}
header ul li {
  margin: 0rem;
}
header ul li a {
  font-size: 1.2rem;
  color: #fff;
  transition: 0.5s;
  padding: 16px;
}
header ul li a:hover {
  color: #fff;
  background: var(--light);
  border-radius: 0.6rem;
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.6);
  transition: 0.5s ease-in-out;
}
header .logo {
  font-size: 1.6rem;
  color: var(--dark);
  text-transform: uppercase;
}
header .logo i {
  color: var(--light);
  padding: 0 0.2rem;
}
header .fa-bars {
  font-size: 3rem;
  color: var(--light);
  cursor: pointer;
  display: none;
  transition: 0.2s linear;
}
header .fa-times {
  transform: rotate(180deg);
  color: var(--dark);
}

.header-active {
  top: 0;
  width: 100%;
  border-radius: 0;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
}

.home {
  min-height: 100vh;
  background: linear-gradient(rgba(82, 142, 255, 0.4), rgba(0, 0, 0, 0.5)), url(../img/slide2.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  z-index: 99;
  overflow: hidden;
  position: relative;
}
.home .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding-top: 14rem;
  padding-bottom: 8rem;
  text-align: center;
}
.home .content h1 {
  font-size: 4rem;
  color: #fff;
  padding: 0 1rem;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.home .content p {
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.3);
  padding: 1rem 25rem;
}
.home .content button {
  height: 4rem;
  width: 20rem;
  border-radius: 4rem;
  background: var(--light);
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  transition: 0.2s;
  border: none;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.6);
}
.home .content button:hover {
  letter-spacing: 0.2rem;
}
.home .box-container {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home .box-container .box {
  height: 280px;
  width: 250px;
  background: rgb(255, 255, 255);
  text-align: center;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  margin: 1rem;
  border-radius: 1rem;
  cursor: pointer;
}
.home .box-container .box .overlay {
  position: relative;
  bottom: 58px;
  left: 5px;
  width: 240px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 1rem 1rem;
}
.home .box-container .box .overlay p {
  color: #fff;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.3);
  font-size: 1rem;
}
.home .box-container .box .box-title {
  margin: -10rem auto;
  color: var(--lblue);
  font-weight: 500;
  font-size: 1.5rem;
}
.home .box-container .box img {
  height: 270px;
  width: 240px;
  line-height: 5rem;
  text-align: center;
  font-size: 2.5rem;
  margin: 5px auto;
  border-radius: 1rem;
  color: #fff;
  background: var(--dark);
  transition: 0.2s;
}
.home .box-container .box h3 {
  font-size: 1.5rem;
  color: var(--light);
  transition: 0.2s;
}
.home .box-container .box p {
  font-size: 1rem;
  padding: 0.6rem 2rem;
  color: #333;
}

.home::before {
  content: "";
  position: absolute;
  bottom: -33rem;
  left: 50%;
  transform: translateX(-50%);
  border-top: 80vh solid var(--lblue);
  width: 140%;
  border-radius: 50%;
  z-index: -1;
}

.help {
  max-width: 1500px;
  margin: 10px auto;
}
.help .line {
  margin: auto;
  width: 75%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.about {
  max-width: 1500px;
  margin: 10px auto;
  background: var(--lblue);
}
.about .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .row .content {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 1rem 2rem;
  border-radius: 1rem;
  background: rgb(255, 255, 255);
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}
.about .row .content h3 {
  margin-top: 1rem;
}
.about .row .content h3 ul {
  list-style: none;
}
.about .row .content h3 ul a {
  color: var(--light);
}
.about .row .content h3 ul a:hover {
  color: var(--dark);
}
.about .row .content img {
  margin: 0.5rem;
  width: 280px;
  height: 280px;
}
.about .row .content button {
  height: 2rem;
  width: 8rem;
  margin: 1rem;
  border-radius: 1rem;
  background: var(--light);
  color: #fff;
  font-size: 0.8rem;
  cursor: pointer;
  transition: 0.2s;
  border: none;
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
}
.about .row .content button:hover {
  letter-spacing: 0.1rem;
}

.cat {
  max-width: 1500px;
  margin: 100px auto;
}
.cat .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cat .row .content {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 1rem 2rem;
  background: #fff;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}
.cat .row .content h3 {
  margin-top: 0.4rem;
}
.cat .row .content h3 ul {
  list-style: none;
}
.cat .row .content h3 ul a {
  color: var(--light);
}
.cat .row .content h3 ul a:hover {
  color: var(--dark);
}
.cat .row .content img {
  margin: 0.5rem;
  width: 280px;
  height: 280px;
}
.cat .row .content button {
  height: 2rem;
  width: 8rem;
  margin: 1rem;
  border-radius: 1rem;
  background: var(--light);
  color: #fff;
  font-size: 0.8rem;
  cursor: pointer;
  transition: 0.2s;
  border: none;
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
}
.cat .row .content button:hover {
  letter-spacing: 0.1rem;
}
.cat ul {
  list-style: none;
}
.cat ul a {
  color: var(--light);
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  min-height: 4rem;
}
footer p {
  color: #333;
}

@media (max-width: 768px) {
  html {
    font-size: 60%;
  }
  header .fa-bars {
    display: block;
  }
  header .navbar {
    position: fixed;
    top: -100rem;
    left: 0;
    background: #fff;
    border-radius: 1rem;
    width: 100%;
    opacity: 0;
    transition: 0.8s;
    z-index: -1;
  }
  header .navbar ul {
    flex-flow: column;
    padding: 2rem 0;
  }
  header .navbar ul li {
    margin: 1rem 0;
    width: 100%;
    text-align: center;
  }
  header .navbar ul li a {
    font-size: 2.5rem;
    display: block;
  }
  header .logo {
    font-size: 2rem;
  }
  header .logo i {
    font-size: 2rem;
  }
  header .nav-toggle {
    top: 8rem;
    opacity: 1;
  }
  .home .content p {
    padding: 1.5rem 2rem;
  }
  .home::before {
    display: none;
  }
  .about button {
    display: none;
  }
  .about .content h3 {
    font-size: 2rem;
  }
}/*# sourceMappingURL=main.css.map */