* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.side-left {
  margin-left: auto;
}
nav,
.banner-section,
#services {
  background-color: skyblue;
}

.banner-img {
  height: 600px;
}

.nav-logo {
  font-size: 2rem;
  font-weight: bolder;
}

.link-text {
  font-size: 1.4rem;
  margin-right: 1rem;
}

.link-text:hover {
  text-decoration: underline;
}

.section-heading {
  font-size: 3.5rem;
  text-align: left;
  padding: 2rem;
}

.banner-text {
  text-align: left;
  padding: 0 2rem;
}

.card-item {
  position: relative;
  bottom: 120px;
}

.banner-card-content {
  font-size: 1.4rem;
}

.service-img {
  height: 500px;
}

.box-shadow {
  box-shadow: 0.1rem 0.2rem 0.8rem rgba(205, 202, 202, 1);
}

input,
textarea {
  border: none;
  width: 100%;
  padding: 0.8rem;
  margin-bottom: 1rem;
}

textarea {
  resize: none;
  justify-content: center;
  align-items: center;
}

iframe {
  height: 275px;
  width: 100%;
}

footer {
  background-color: rgb(23, 23, 62);
  color: white;
}
