* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s !important;
  font-family: "Poppins", sans-serif;
}
.logo {
  height: 2.5em;
  transition: all 0.5s !important;
}
.nav-link {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  margin: 0 1em;
}
.nav-link:hover {
  color: #be0000;
}
.contact-btn {
  padding-left: 2em !important;
  padding-right: 2em !important;
  border: 2px solid #a00;
  background: #fff;
  color: #a00;
  border-radius: 5px;
}
.contact-btn:hover {
  background-color: #a00;
  color: #fff;
}
.banner {
  padding: 4em 0;
}
.banner-span {
  border-top: 8px solid #a00;
  padding-top: 0.5em;
}
.banner-h1 {
  font-size: 4em;
  color: #a00;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 0.3em;
}
.banner-h2 {
  font-size: 2.5em;
  color: #555;
  font-weight: 600;
  margin-bottom: 1.5em;
}
.banner-btn {
  padding: 1em 2em;
  border: 2px solid #a00;
  background: #a00;
  color: #fff;
  text-decoration: none !important;
  font-weight: 600;
  border-radius: 5px;
  font-size: 16px;
}
.banner-btn:hover {
  background: #fff;
  color: #a00;
}
.about {
  padding: 4em 0;
  margin-bottom: 5em;
}
.about-h1 {
  font-size: 4em;
  font-weight: 700;
  margin-bottom: 1em;
  color: #555;
}
.about p {
  font-size: 16px;
  color: #555;
  line-height: 2em;
  margin-bottom: 2em;
}

.about-img {
  border-radius: 1em;
  width: 85%;
  position: relative;
  z-index: 10;
}
.about-grid-img {
  position: absolute;
  bottom: -2em;
  right: 0;
}
.about-video-container {
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.about-video {
  width: 100%;
  height: 100vh;
}
.services {
  padding: 4em 0;
}
.services-h1 {
  font-size: 4em;
  font-weight: 700;
  margin-bottom: 1em;
  color: #555;
}
.services ul {
  font-size: 20px;
  font-weight: 600;
  color: #555;
  line-height: 2em;
  margin-bottom: 2em;
  margin-left: 2em;
}
.services ul li {
  line-height: 2em;
}
.services-img-container {
  position: relative;
  width: 100%;
  min-height: 20em;
}
.services-img {
  border-radius: 1em;
  width: 100%;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 3em;
}
.services-grid-img {
  position: absolute;
  top: 0;
  left: 0;
}
.portfolio {
  padding: 4em 0;
}
.portfolio-card {
  height: 30em;
}
.portfolio-card h3 {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}
.portfolio-img {
  height: 20em;
  background-position: center;
  background-size: cover;
  margin-bottom: 2em;
  border-radius: 1em;
  border: 1px solid #efefef;
}
.footer {
  padding: 4em 0;
  background-color: #2d2d2d;
  color: #fff;
}
.footer-h1 {
  font-size: 4em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1em;
}
.footer h4 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1em;
}
.footer ul,
.footer p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2em;
}
.footer ul {
  list-style: none;
}
.footer ul a {
  text-decoration: none;
  color: #fff;
}
.footer ul a:hover {
  color: #a00;
}
.red {
  color: #a00;
}
@media screen and (max-width: 600px) {
  .navbar-nav {
    background-color: rgba(255, 255, 255, 1);
    padding: 2em 0;
    text-align: center;
  }
  .nav-link {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    margin: 0 1em;
  }
  .banner {
    text-align: center;
  }
  .banner-h1 {
    font-size: 3em;
    margin-top: 2em;
    margin-bottom: 0.3em;
  }
  .banner-h2 {
    font-size: 1.7em;
    margin-bottom: 1.5em;
  }
  .banner-btn {
    font-size: 14px;
  }
  .about-img-container {
    margin-bottom: 8em;
  }
  .about-h1 {
    font-size: 2.5em;
  }
  .about p {
    font-size: 14px;
  }
  .about-video-container {
    height: 40vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .about-video {
    width: 100%;
    height: 40vh;
  }
  .services-h1 {
    font-size: 2.5em;
  }
  .services ul {
    font-size: 17px;
  }
  .footer {
    text-align: center;
  }
  .footer ul,
  .footer p {
    font-size: 12px;
    font-weight: 500;
    line-height: 2em;
  }
  .footer-h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 820px) {
  .navbar-nav {
    background-color: rgba(255, 255, 255, 1);
    padding: 2em 0;
    text-align: center;
  }
  .nav-link {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    margin: 0 1em;
  }

  .banner-h1 {
    font-size: 3em;
    margin-top: 2em;
    margin-bottom: 0.3em;
  }
  .banner-h2 {
    font-size: 1.7em;
    margin-bottom: 1.5em;
  }
  .banner-btn {
    font-size: 14px;
  }
  .about-img-container {
    margin-bottom: 8em;
  }
  .about-h1 {
    font-size: 2.5em;
  }
  .about p {
    font-size: 14px;
  }
  .about-video-container {
    height: 40vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .about-video {
    width: 100%;
    height: 40vh;
  }
  .services-h1 {
    font-size: 2.5em;
  }
  .services ul {
    font-size: 14px;
  }
  .portfolio-card {
    height: 20em;
  }
  .portfolio-img {
    height: 18em;
  }
  .footer ul,
  .footer p {
    font-size: 12px;
    font-weight: 500;
    line-height: 2em;
  }
}
