@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Black+Ops+One&family=Lato&display=swap");

body {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  color: #505962;
}

.section-banner {
  text-align: center;
  background-color: #f1efef;
  padding: 10px;
  color: white;
  font-family: "Black Ops One";
  color: #2c2c2b;
  font-size: x-large;
}

iframe {
  max-width: 700px;
  margin: auto;
  display: block;
}

.xxltext {
  font-size: xx-large;
}
.army-font {
  font-display: swap;
  font-family: "Black Ops One";
}

.btn-primary {
  background-color: #0053b3 !important;
}

.hidden {
  display: none;
}

.article-img {
  margin: auto;
  display: block;
  margin-bottom: 10px;
  max-width: 400px;
  width: 100%;
}

@media (min-width: 600px) {
  .article-img {
    max-width: 700px;
  }
}

/*============= NAV BAR =============*/
.navbar-brand {
  padding: 0px;
}

.navbar-brand img {
  width: 270px;
  max-width: calc(100vw - 105px);
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  color: #fff;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 200 !important;
  font-size: 14px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-nav .active {
  border-bottom: 4px solid #fff;
}

.navbar {
  background: rgba(0, 0, 0, 0.6);
  padding-bottom: 0px !important;
  min-height: 45px;
}
@media (min-width: 500px) {
  .navbar-brand {
    color: white;
    font-size: 40px;
    font-family: "Black Ops One", cursive;
  }
}
@media (min-width: 720px) {
  .href-hero {
    display: none;
  }
}

/*============= END NAV BAR =============*/

/* =============== LANDING SECTION START ==================*/

.video-background {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* min-height: calc(100vh - 73px); */
  /* background-color: rgba(0, 0, 0, 0); */
}

#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../images/fraserview-vancouver-building-pressure-wash.jpg) top center;
  background-size: cover;
  background-attachment: fixed;
}

#hero .hero-logo {
  margin: 20px;
}

#hero .hero-logo img {
  width: 60%;
  max-width: 300px;
}

#hero .hero-container {
  background: rgba(0, 0, 0, 0.3);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  line-height: 48px;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero .hero-logo {
    margin-top: 220px;
  }
}

#hero h2 {
  color: #ccc;
  margin-bottom: 50px;
}

#hero h2 span {
  color: #fff;
  transition: 0.3s;
  border-bottom: 2px solid #03c4eb;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  #hero h2 .rotating {
    display: block;
  }
}

#hero .rotating > .animated {
  display: inline-block;
}

#hero .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#hero-banner {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  background-color: white;
}

#hero-banner span {
  display: block;
  font-size: smaller;
}

.google-rating {
  display: flex;
  justify-content: center;
}

.stars {
  font-size: small !important;
}

#hero-banner button {
  margin-bottom: 5px;
}

#hero-banner .location {
  font-size: 1rem;
  position: relative;
}

#about-text h3,
#about-text h4,
#about-text h5 {
  margin: auto;
  text-align: center;
  max-width: 700px;
  margin-top: 25px;
}

#article h2 {
  text-align: center;
}

#article h3,
#article h4,
#article h5 {
  margin-top: 25px;
  text-align: center;
}

#about-text p {
  max-width: 700px;
  margin: auto;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

#article p {
  max-width: 700px;
  margin: auto;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

#article {
  max-width: 700px;
  margin: auto;
}

#article ul {
  margin: auto;
  max-width: 700px;
  margin-right: 10px;
}

@media (max-width: 420px) {
  #about-text h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 720px) {
  .href-about {
    display: none;
  }
}

/* ======== LANDING SECTION END =============== */

/* ============== BEGIN GALLERY SECTION ==========   */
#gallery {
  height: calc(100vh - 110px);
  /* width: 99vw; */
  /* background-color: black; */
  background-color: black;
}

.items {
  width: 90%;
  margin: 0px auto;
  height: 15vh;
  margin-top: 30px;
}

.slick-slide {
  margin: 10px;
}

.slick-slide img {
  width: 100%;
  border: 0px solid #fff;
  height: 15vh;
  object-fit: cover;
}

.gallery-preview {
  background-color: black;
  height: calc(77vh - 110px);
  background-image: url("../images/gallery/cleaning-concrete-roof-in-west-vancouver.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.slick-next {
  right: -16px !important;
}

.slick-prev {
  left: -15px !important;
}

/* ============== END GALLERY SECTION ==========   */

/* ============== BEGIN SERVICE AREA CAROUSEL ==========   */
#service-area-carousel {
  height: calc(100vh);
  width: 99vw;
  /* background-color: black; */
  background-color: rgb(255, 255, 255);
}

#service-area-carousel .items {
  width: 90%;
  margin: 0px auto;
  height: 15vh;
  margin-top: 0px;
}

#service-area-carousel .slick-slide {
  margin: 10px;
}
#service-area-carousel .slick-next {
  top: 65px !important;
}

#service-area-carousel .slick-prev {
  top: 65px !important;
}

#service-area-carousel .slick-slide img {
  width: 100%;
  border: 0px solid #fff;
  height: 15vh;
  object-fit: cover;
}

#service-area-carousel h3 {
  text-align: center;
  color: white;
}
#service-area-carousel .slick-next {
  right: -16px !important;
  color: #000 !important;
}

#service-area-carousel .slick-prev {
  left: -15px !important;
  color: #000 !important;
}

#service-area-carousel h3 {
  color: black;
  font-size: 22px;
}

.map-container {
  height: calc(77vh - 110px);
}

.map-container iframe {
  max-width: 1000px;
}

/* ============== END SERVICE AREA CAROUSEL ==========   */

/* ============== BEGIN SERVICES CAROUSEL ==========   */
.services {
  width: 90%;
  margin: 0px auto;
  height: 15vh;
  margin-top: 0px;
}

#services-carousel {
  margin-bottom: 60px;
}

#services-carousel h3 {
  color: black;
  font-size: 18px;
  text-align: center;
}

#services-carousel .slick-slide img {
  width: 100%;
  border: 0px solid #fff;
  height: 15vh;
  object-fit: cover;
}
/* ============== END SERVICES CAROUSEL ==========   */

/* =========== SERVICES SECTION START ================ */

#services .card-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* 
#services .card-container::after {
  content: "";
  flex: auto;
} */

#services .card {
  width: 350px;
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  #services .card {
    width: 100%;
  }
}

/* =========== SERVICES SECTION END ================ */

/* ============ BEGIN CONTACT SECTION ==================== */

.social-media-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 576px) {
  #contact-info h3 {
    display: none;
  }
}

@media (min-width: 576px) {
  .call-btn {
    display: none;
  }
}
#contact-us-btn {
  margin-top: 10px;
}

#contact-us-h1 {
  text-align: center;
  background-color: #a1a1a1;
  padding: 10px;
  color: white;
}

#info-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.call-btn .btn {
  width: 279px;
}

.business-hours {
  font-weight: bolder;
  margin-top: 8px;
}

#info-container .logo {
  width: 350px;
}

#service-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#service-area h3 {
  text-align: center;
}

#service-area .wrapper {
  display: flex;
}

#contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 576px) {
  #contact-info {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* =============END CONTACT SECTION ============== */

/* ============START LAZY YOUTUBE================= */
.lazy-yt-wrapper {
  max-width: 700px;
  margin: 0px auto;
  padding: 0px;
  display: contents;
}

.lazy-youtube {
  height: 315px;
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lazy-youtube .lazy-play-btn {
  width: 80px;
  height: 55px;
  background-color: red;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: 6px;
}
.lazy-youtube .lazy-play-btn:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.lazy-youtube .lazy-play-btn {
  cursor: pointer;
}

.lazy-youtube iframe,
.lazy-youtube .lazy-play-btn,
.lazy-youtube .lazy-play-btn:before {
  position: absolute;
}
.lazy-youtube .lazy-play-btn,
.lazy-youtube .lazy-play-btn:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.lazy-youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/* ============END LAZY YOUTUBE=================== */

/* ============BEGIN  ESTIMATE MODAL============ */

#estimate-modal .modal-content {
  max-height: 100vh;
}
#estimate-modal .modal-body {
  overflow-y: auto;
}

@media (max-width: 576px) {
  .modal-header {
  }
}

.error {
  background-color: red;
}
/* ============END ESTIMATE MODAL============ */

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
