:root {
  --bee-black: #070707;
  --bee-yellow: #fecb55cc;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--bee-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 110px;
  font-weight: 600;
  line-height: 120px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.hero-section {
  width: auto;
  height: auto;
  padding: 40px;
}

.nav-wrapper {
  justify-content: space-between;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Untitled-243.PNG');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  padding: 20px;
  display: flex;
}

.hero-content.cleaning-image {
  background-image: url('../images/Untitled-248.PNG');
  background-position: 0 0;
  background-size: cover;
}

.hero-content.jet-wash-image {
  background-image: url('../images/Untitled-249.PNG');
  background-size: cover;
}

.hero-content.organized-image {
  background-image: linear-gradient(#f7f2f280, #f7f2f280), url('../images/Untitled-246.PNG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-content.smart-image {
  background-image: linear-gradient(#f8f5f580, #f8f5f580), url('../images/Untitled-250.PNG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-content.carpet-image {
  background-image: linear-gradient(#f8f2f280, #f8f2f280), url('../images/Untitled-253.PNG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-content.detailing-image {
  background-image: linear-gradient(#f3eded80, #f3eded80), url('../images/Untitled-254.PNG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.about-content {
  background-color: var(--bee-yellow);
  padding: 20px 100px 40px;
}

.about-content.grey {
  color: var(--bee-black);
  text-align: center;
  background-color: #f2f2f2;
}

.nav-buttons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--bee-yellow);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 200px;
  padding: 10px 20px;
  display: flex;
}

.logo {
  width: 60px;
  height: 50px;
}

.body {
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.nav-link {
  color: var(--bee-black);
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #faf7f7;
  text-decoration: none;
}

.nav-link:focus {
  border: 1px #000;
}

.nav-link.w--current {
  color: var(--bee-black);
}

.nav-link.w--current:hover {
  color: #fcf8f8;
  text-decoration: none;
}

.hero-image {
  aspect-ratio: auto;
  background-image: url('../images/Untitled-3.PNG');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  width: 40%;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 20px;
  position: relative;
  overflow: auto;
}

.hero-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  min-width: auto;
  max-width: none;
  padding: 20px;
  display: flex;
}

.heading {
  color: var(--bee-yellow);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2 {
  flex: 0 auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 70px;
  overflow: hidden;
}

.heading-2.bold-yellow, .heading-2.jet-wash-text {
  color: var(--bee-yellow);
}

.more-button {
  background-color: var(--bee-yellow);
  opacity: .74;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--bee-black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 200px;
  width: 175px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
}

.more-button:hover {
  opacity: 100;
  color: var(--bee-yellow);
  background-color: #f2f2f2;
}

.more-button.small {
  width: 150px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 14px;
}

.image {
  width: 100%;
  max-width: none;
  height: auto;
}

.section-title {
  color: var(--bee-black);
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 42px;
}

.section-title.yellow {
  color: var(--bee-yellow);
}

.services-content {
  text-align: center;
  padding: 20px 20px 40px;
}

.services-content.grey {
  background-color: #f2f2f2;
}

.card {
  float: none;
  text-align: center;
  width: auto;
  padding: 10px;
}

.heading-3 {
  text-align: center;
  font-weight: 500;
}

.services-image {
  width: 70%;
  height: 50%;
}

.columns {
  text-align: center;
}

.about-text {
  font-size: 18px;
  line-height: 25px;
}

.card-text {
  text-align: center;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  width: auto;
  height: auto;
  max-height: 200px;
  font-size: 18px;
  line-height: 25px;
  position: static;
  overflow: hidden;
}

.paragraph {
  text-align: center;
  font-weight: 500;
}

.list {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}

.list-2 {
  text-align: left;
}

.image-text {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f1ebeb87;
  border-radius: 12px;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 25px;
}

.text-container {
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  height: auto;
  position: static;
  overflow: hidden;
}

.navbar {
  background-color: #dddddd03;
  width: auto;
  height: 90px;
  padding-left: 0;
  display: flex;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.column-5 {
  text-align: center;
}

.column-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: auto;
}

.columns-3 {
  text-align: center;
}

.column-6 {
  display: block;
}

.email {
  color: var(--bee-black);
  font-weight: 600;
  text-decoration: none;
}

.email:hover {
  color: var(--bee-yellow);
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-buttons-wrapper {
    padding: 0;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    width: 50%;
  }

  .column-2, .column-4, .column-image {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    width: 100%;
    padding: 14px 0 0;
  }

  .nav-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-content {
    width: 100%;
  }

  .hero-content.cleaning-image, .hero-content.jet-wash-image, .hero-content.organized-image {
    text-align: center;
  }

  .hero-content.smart-image {
    text-align: center;
    width: auto;
  }

  .about-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-buttons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    align-items: center;
    padding: 0 10px;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-top: 10px;
  }

  .hero-info {
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 60px;
  }

  .image {
    width: 75%;
  }

  .paragraph-2 {
    overflow: visible;
  }

  .column {
    padding-left: 10px;
  }

  .column-2 {
    text-align: center;
  }

  .columns-2 {
    text-align: center;
    width: 100%;
  }

  .nav-menu {
    background-color: var(--bee-yellow);
    color: var(--bee-black);
    padding: 10px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 5px;
    display: flex;
  }

  .icon {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-3 {
    white-space: normal;
  }
}


