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

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #000), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #000 29%, hsla(0, 0%, 100%, 0));
}

.navigation.static {
  position: static;
  background-color: #000;
  background-image: none;
}

.container {
  width: 85%;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
}

.container.nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.nav-link {
  padding: 21px 15px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.logo {
  margin-right: 25px;
  color: #fff;
  text-decoration: none;
}

.btn {
  padding: 20px 30px;
  border-radius: 100px;
  background-color: #438333;
  font-size: 16px;
  font-weight: 700;
}

.btn.nav {
  margin-left: 20px;
  padding: 15px 20px;
  border: 2px none #378120;
  border-radius: 100px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.btn.white {
  background-color: #fff;
  color: #333;
  text-transform: capitalize;
}

.btn.mtm {
  margin-top: 25px;
}

.section {
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.t-blend {
  margin-top: -4em;
  padding-top: 12em;
  padding-bottom: 8em;
  background-color: #f7f7f7;
}

.section.mbn {
  padding-bottom: 0em;
}

.section.center {
  padding-top: 10em;
  padding-bottom: 10em;
  text-align: center;
}

.section.center.grey {
  background-color: #f7f7f7;
  color: #333;
}

.section.center.mbs {
  padding-bottom: 6em;
}

.section.black {
  background-color: #000;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  text-align: center;
}

.hero-title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.hero-text {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 1px;
}

.hero-top-text {
  display: none;
  margin-bottom: 12px;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.s-heading {
  margin-top: 0px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}

.lg-text {
  color: #787878;
  font-size: 24px;
  line-height: 38px;
}

.process-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-block {
  width: 31%;
  padding: 65px 50px;
  background-color: #333;
  color: #fff;
  text-align: center;
}

.step-title {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 900;
  letter-spacing: 1px;
}

.step-text {
  color: #eee;
  font-size: 14px;
  line-height: 24px;
}

.step-number {
  margin-bottom: 3px;
  color: #eee;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.s-heading2 {
  margin-top: 0px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}

.service-text {
  margin-bottom: 25px;
  color: #787878;
  font-size: 18px;
  line-height: 32px;
}

.service-text-div {
  width: 40%;
}

.service-image {
  width: 45%;
  height: 500px;
  background-color: #333;
  background-image: url('../images/auto-detail-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image._2 {
  background-image: url('../images/boat-detail-img.jpg');
}

.service-image.mobile {
  display: none;
}

.service-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-div.mtl {
  margin-top: 8em;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.hours-div {
  width: 87%;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  padding: 75px;
  border: 1px solid #333;
}

.contact-text {
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 48px;
  font-weight: 800;
}

.contact-text.mbn {
  margin-bottom: 0px;
}

.map {
  margin-top: 30px;
}

.contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 87%;
  max-width: 850px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  padding: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #438333;
  color: #fff;
}

.email {
  font-size: 28px;
}

.disclaimer-text {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  text-align: center;
}

.icon {
  margin-right: 10px;
}

.contact-link {
  color: #fff;
  text-decoration: none;
}

.pricing-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.package {
  width: 24%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.11);
  text-align: center;
}

.package._50 {
  width: 48%;
}

.package-title-text {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 900;
}

.package-title-price {
  font-size: 18px;
  font-weight: 700;
}

.package-detail {
  padding: 15px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.11) #000 rgba(51, 51, 51, 0.15);
  border-top-style: solid;
  border-bottom-style: none;
}

.package-title {
  padding: 25px 45px 20px;
  background-color: #438333;
  color: #fff;
}

.featured-box {
  margin-top: 60px;
  padding: 75px;
  background-color: #438333;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
}

.text-block {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 16px;
  text-align: center;
}

.mobile-nav {
  display: none;
}

.div-block {
  margin-bottom: 15px;
}

.slider {
  overflow: hidden;
  height: 350px;
  background-color: transparent;
}

.slide {
  width: 25%;
  height: 100%;
}

.slide._1 {
  background-image: url('../images/autodetailing1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._2 {
  background-image: url('../images/autodetailing2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._3 {
  background-image: url('../images/autodetailing3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._4 {
  background-image: url('../images/autodetailing4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._5 {
  background-image: url('../images/autodetailing5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._6 {
  background-image: url('../images/autodetailing6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._1-1 {
  background-image: url('../images/boatdetailing1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._2-2 {
  background-image: url('../images/boatdetailing2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._3-3 {
  background-image: url('../images/boatdetailing3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._4-4 {
  background-image: url('../images/boatdetailing4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._5-5 {
  background-image: url('../images/boatdetailing5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._6-6 {
  background-image: url('../images/boatdetailing6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._7 {
  background-image: url('../images/car-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._8 {
  background-image: url('../images/boat-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide._9 {
  background-image: url('../images/plane-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._10 {
  background-image: url('../images/boat-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-2 {
  background-color: #438333;
}

.icon-3 {
  background-color: #438333;
}

.slide-nav {
  display: none;
}

.right-arrow {
  background-color: rgba(0, 0, 0, 0.7);
}

.left-arrow {
  background-color: rgba(0, 0, 0, 0.69);
}

.mask {
  overflow: visible;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .navigation {
    display: none;
  }

  .section.t-blend {
    margin-top: -6em;
  }

  .hero {
    padding-top: 0px;
  }

  .process-div {
    position: relative;
    z-index: 1;
    display: block;
  }

  .step-block {
    width: 100%;
    margin-bottom: 25px;
  }

  .service-text-div {
    width: 100%;
    margin-bottom: 45px;
  }

  .service-image {
    width: 100%;
    margin-bottom: 45px;
  }

  .service-image.mobile {
    display: block;
  }

  .service-image.desktop {
    display: none;
  }

  .service-div {
    display: block;
  }

  .service-div.mtl {
    margin-top: 6em;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hours-div {
    padding: 45px;
  }

  .contact-div {
    display: block;
  }

  .pricing-div {
    display: block;
  }

  .package {
    width: 100%;
    margin-bottom: 35px;
  }

  .package._50 {
    width: 100%;
  }

  .mobile-nav {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #000;
  }

  .brand {
    margin-top: 18px;
  }

  .menu-button {
    background-color: #fff;
  }

  .mobile-link {
    width: 100%;
    color: #fff;
  }

  .mobile-link.w--current {
    color: #fff;
  }

  .nav-menu-mobile {
    background-color: #333;
  }

  .slide {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    display: block;
    padding-left: 0px;
  }

  .logo {
    margin-bottom: 15px;
  }

  .btn.nav {
    margin-top: 10px;
    margin-left: 0px;
  }

  .section {
    padding-top: 6em;
  }

  .hero {
    height: auto;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .hero-title {
    font-size: 52px;
    line-height: 62px;
  }

  .hero-text {
    font-size: 18px;
    line-height: 32px;
  }

  .hero-top-text {
    font-size: 15px;
  }

  .lg-text {
    font-size: 20px;
    line-height: 34px;
  }

  .footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hours-div {
    padding: 45px;
  }

  .contact-text {
    font-size: 32px;
    line-height: 42px;
  }

  .disclaimer-text {
    font-size: 14px;
  }

  .featured-box {
    padding: 35px;
  }

  .slide {
    width: 100%;
  }

  .mask {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 86%;
  }

  .logo {
    margin-right: 0px;
  }

  .btn.white._2 {
    padding: 20px;
    font-size: 12px;
  }

  .section.t-blend {
    padding-bottom: 6em;
  }

  .section.center {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .hero-title {
    font-size: 42px;
    line-height: 52px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-top-text {
    font-size: 12px;
  }

  .s-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .lg-text {
    font-size: 16px;
    line-height: 32px;
  }

  .step-block {
    padding: 40px 25px;
  }

  .step-title {
    font-size: 20px;
    line-height: 24px;
  }

  .step-number {
    font-size: 12px;
    line-height: 18px;
  }

  .s-heading2 {
    font-size: 32px;
    line-height: 42px;
  }

  .service-text {
    font-size: 16px;
    line-height: 32px;
  }

  .service-image {
    height: 350px;
  }

  .hours-div {
    padding: 35px 25px;
  }

  .contact-text {
    font-size: 22px;
    line-height: 32px;
  }

  .contact-div {
    padding: 35px 25px;
  }

  .email {
    font-size: 18px;
  }

  .package-title-text.featured {
    font-size: 18px;
    line-height: 28px;
  }

  .featured-box {
    padding-right: 25px;
    padding-left: 25px;
  }

  .mobile-nav {
    padding-right: 5px;
    padding-left: 5px;
  }

  .right-arrow {
    display: block;
    background-color: transparent;
  }

  .left-arrow {
    display: block;
    background-color: transparent;
  }

  .icon-4 {
    background-color: #000;
  }

  .icon-5 {
    background-color: #000;
  }
}