* {
  padding: 0;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  box-sizing: border-box;
}
.hero {
  height: 100vh;
  width: 100%;
  background-image: url("Home.png");
  background-size: cover;
  background-position: center;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-left: 8%;
  padding-right: 8%;
}
.logo {
  color: #2ad71c;
  font-size: 30px;
  letter-spacing: 1px;
  cursor: pointer;
}
.logo span {
  color: white;
  font-size: 50px;
}
nav ul li {
  display: inline-block;
  list-style: none;
  padding: 10px 20px;
}
nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
}
nav ul li a:hover {
  color: #2ad71c;
  transition: 0.4s;
}
.btn {
  background-color: #2ad71c;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 35px;
  transition: transform 0.4s;
}
.btn:hover {
  background-color: transparent;
  border: 2px solid #21f312;
  transform: scale(1.1);
  box-shadow: 0px 0px 5px yellowgreen, 0px 0px 5px white;
}
.content {
  position: absolute;
  top: 30%;
  left: 10%;
  transform: translateY(20%);
}
h1 {
  color: white;
  margin: 20px 0px 20px;
  font-size: 78px;
}
h3 {
  color: #2ad71c;

  font-size: 30px;
  margin-bottom: 50px;
}
h4 {
  color: #2ad71c;
  letter-spacing: 2px;
  font-size: 28px;
}
.newsletter form {
  width: 360px;
  max-width: 100%;
  position: relative;
}
.newsletter form input:first-child {
  display: inline-block;
  width: 100%;
  padding: 10px 120px 10px 15px;
  border: 2px solid #2ad71c;
  outline: none;
  border-radius: 30px;
}
span {
  color: white;
  font-size: 35px;
}
.newsletter form input:last-child {
  position: absolute;
  display: inline-block;
  outline: none;
  border: none;
  padding: 6px 35px;
  border-radius: 35px;
  background-color: #2ad71c;
  color: white;
  top: 5px;
  right: 5px;
  transition: transform 0.4s;
  font-weight: bold;
  box-shadow: 0px 0px 5px yellowgreen, 0px 0px 5px white;
}
.newsletter form input:last-child:hover {
  transform: scale(1.02);
  background-color: transparent;
  border: 2px solid #21f312;
  color: #21f312;
}
.about {
  width: 100%;
  padding: 50px 0px;
  background: url("abt\ bg.png") no-repeat;
  background-position: center;
  background-size: cover;
}
.about img {
  padding: 20px 20px;
  height: auto;
  width: 270px;
}
.about text {
  width: 600px;
}
.main {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.about h2 {
  color: white;
  font-size: 60px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.about h4 {
  color: #2ad71c;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-size: 30px;
  text-transform: capitalize;
}
.about p {
  color: #21f312;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 45px;
}
.abt-btn {
  background-color: #21f312;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 13px 23px;
  border-radius: 30px;
  transition: 0.4s;
}
.abt-btn:hover {
  background-color: transparent;
  border: 2px solid #21f312;
  cursor: pointer;
  box-shadow: 0px 0px 15px #21f312;
}
.service {
  background: url("bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  width: 100%;
}

.service h4 {
  font-size: 39px;
  color: white;
}
.service p {
  text-align: center;
  color: rgb(94, 212, 26);
  font-weight: bold;
  font-size: 20px;
}
.service i {
  color: #21f312;
  font-size: 30px;
  text-align: center;
  margin: 25px 0px;
}
.service h2 {
  color: white;
  font-size: 70px;
  width: 1200px;
  margin: 30px auto;
  text-align: center;
}
.box {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 400px; */
}
.card {
  height: 100%;
  width: 330px;
  background-color: rgb(22 73 85);
  padding: 20px 35px;
  border-radius: 20px;
  margin: 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.pra p a {
  color: white;
  font-size: 15px;
  text-decoration: none;
  transition: 0.4s;
}
.pra p a:hover {
  color: rgb(94, 212, 26);
  cursor: pointer;
}
.card .button {
  background-color: #21f312;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 1px 15px;
  border-radius: 30px;
  transition: 0.4s;
}
.card .button:hover {
  background-color: transparent;
  color: white;
  cursor: pointer;
  box-shadow: 0px 0px 15px #21f312;
}
.contact {
  width: 100%;
  height: 200px;
  background: url("abt\ bg.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.contact p {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.contact p span {
  color: #21f312;
}
.contact .button-2 {
  background-color: #21f312;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  padding: 13px 40px;
  border-radius: 30px;
  transition: 0.4s;
}
.contact .button-2:hover {
  background-color: transparent;
  color: white;
  cursor: pointer;
  box-shadow: 0px 0px 15px #21f312;
}
footer {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("bg.png") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer p:nth-child(1) {
  font-size: 30px;
  color: #21f312;
  margin-bottom: 20px;
  font-weight: bold;
}
footer p:nth-child(2) {
  color: white;
  font-size: 23px;
  width: 500px;
  text-align: center;
  line-height: 29px;
}
.social {
  display: flex;
}
.social a {
  width: 45px;
  height: 45px;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  margin: 22px 10px;
  color: #21f312;
  transition: 0.4s;
  text-decoration: none;
  font-size: 20px;
}
.social a:hover {
  transform: scale(1.4);
  transition: 0.3s;
}
.social .fb {
  color: blue;
}
.social .link {
  color: rgb(36, 148, 212);
}
.end {
  position: absolute;
  color: #21f312;
  bottom: 35px;
  font-size: 23px;
}
