* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .hero {
    height: 100vh;
    width: 100%;
    background-color: #101010;
  }
  
  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 8% 0 8%;
  }
  
  .logo {
    color: white;
    font-size: 35px;
    letter-spacing: 1px;
    cursor: pointer;
  }
  
  span {
    color: lightseagreen;
  }
  
  nav ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 25px;
  }
  
  nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
  }
  
  nav ul li a:hover {
    color: lightseagreen;
  }
  
  .btn {
    background-color: lightseagreen;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 25px;
    transition: all 0.3s;
  }
  
  .btn:hover {
    transform: scale(1.2);
    border-radius: 20px;
  }
  
  .content {
    padding-top: 230px;
  }
  
  .content .body {
    display: flex;
    justify-content: space-evenly;
    padding-right: 50px;
    padding-left: 270px;
  }
  
  .content .body img {
    width: 1080px;
    height: 720px;
    margin-top: -150px;
  }
  
  h1 {
    color: white;
    margin: 20px 0 20px;
    font-size: 75px;
  }
  
  h3 {
    color: white;
    font-size: 25px;
    margin-bottom: 50px;
  }
  
  h4 {
    color: #fcfc;
    letter-spacing: 2px;
    font-size: 20px;
  }
  
  .newslatter form {
    width: 380px;
    max-width: 100%;
    position: relative;
  }
  
  .newslatter form input:first-child {
    display: inline-block;
    width: 100%;
    padding: 15px 130px 15px 15px;
    border: 2px solid lightseagreen;
    outline: none;
    border-radius: 30px;
  }
  
  .newslatter form input:last-child {
    position: absolute;
    display: inline-block;
    outline: none;
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: lightseagreen;
    color: white;
    box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
    top: 5px;
    right: 6px;
    cursor: pointer;
  }
  
  .about {
    width: 100%;
    padding: 100px 0;
    background-color: #191919;
  }
  
  .about img {
    height: auto;
    width: 430px;
  }
  
  .about-text {
    width: 550px;
  }
  
  .main {
    width: 1130px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  
  .about-text h2 {
    color: white;
    font-size: 75px;
    margin-bottom: 20px;
  }
  
  .about-text h5 {
    color: white;
    letter-spacing: 1px;
    font-size: 22px;
    margin-bottom: 25px;
  }
  
  .about-text p {
    color: white;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;
  }
  
  button {
    background-color: lightseagreen;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 30px;
    transition: 0.3s;
  }
  
  button:hover {
    background-color: transparent;
    border: 2px solid green;
    cursor: pointer;
  }
  
  .service {
    background: #101010;
    width: 100%;
    padding: 100px 0px;
  }
  
  .title h2 {
    color: white;
    font-size: 75px;
    margin: 30px auto;
    text-align: center;
  }
  
  .box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
  }
  
  .card {
    height: 390px;
    width: 365px;
    background-color: #191919;
    padding: 20px 35px;
    border-radius: 20px;
    margin: 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  
  .card i {
    font-size: 50px;
    display: block;
    text-align: center;
    margin: 25px 0px;
    color: lightseagreen;
  }
  
  h5 {
    color: white;
    font-size: 23px;
    margin-bottom: 15px;
  }
  
  .pra p {
    color: #fcfc;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  
  .card .button {
    background-color: lightseagreen;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 9px 22px;
    border-radius: 30px;
    transition: 0.3s;
  }
  
  .card .button:hover {
    background-color: transparent;
    border: 2px solid green;
    cursor: pointer;
  }
  
  .contact {
    width: 100%;
    height: 290px;
    background: #191919;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  
  .contact p {
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  
  .contact .button-two {
    background-color: lightseagreen;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 9px 22px;
    border-radius: 30px;
    transition: 0.3s;
  }
  
  .contact .button-two:hover {
    background-color: transparent;
    border: 2px solid green;
    cursor: pointer;
  }
  
  footer {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #101010;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  footer p:nth-child(1) {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  footer p:nth-child(2) {
    color: white;
    font-size: 17px;
    width: 500px;
    text-align: center;
    line-height: 26px;
  }
  
  .social {
    display: flex;
  }
  
  .social a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: lightseagreen;
    border-radius: 50%;
    margin: 22px 10px;
    color: white;
    text-decoration: none;
    font-size: 20px;
  }
  
  .social a:hover {
    transform: scale(1.3);
    transition: 0.3s;
  }
  
  .end {
    color: white;
    margin-top: 100px;
    font-size: 16px;
  }