@import url("https://use.typekit.net/szi0njj.css");
:root {
  --blue: #276bea;
  --white: #fff;
}

body {
  margin: 0px;
  font-family: "interstate", sans-serif;
  font-size: 1.5rem;
}

.bgwcare-uppercase {
  text-transform: uppercase;
}

.bgwcare-text-white {
  color: var(--white);
}

.bgwcare-text-blue {
  color: var(--blue);
}

.bg-blue {
  background-color: var(--blue);
}

.bgwcare-width {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.bgwcare-white-logo {
  width: 100%;
  max-width: 450px;
}

.bgwcare-tradie {
  width: 100%;
  max-width: 800px;
}

.bgwcare-heading {
  font-size: 3.5rem;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
}

.bgwcare-caption {
  font-size: 2rem;
  margin-top: 25px;
  margin-bottom: 30px;
  font-weight: 400;
}

.bgwcare-subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.bgcwcare-circle-1 {
  height: 80px;
  width: 80px;
  background-color: var(--white);
  border-radius: 100%;
}

.bgcwcare-circle-2 {
  height: 30px;
  width: 30px;
  background-color: var(--white);
  border-radius: 100%;
}

.bgwcare-2-circle {
  margin-top: -130px;
  z-index: 9;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: end;
}

.bgwcare-circle-white {
  right: -30px;
}

.bgwcare-circle-white img {
  width: 100%;
  max-width: 600px;
}

.bgwcare-top-margin {
  margin-top: 100px;
}

.bgwcare-s1 {
  padding-top: 40px;
}

.bgwcare-s2 {
  background-image: url("/images/bgw-care-house.webp");
  background-color: var(--blue);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgwcare-s3 {
  background-image: url("/images/bgw-care-location.webp");
  background-color: var(--blue);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-height: 130vh;
  position: relative;
}

.bgwcare-s5 {
  position: relative;
}

.bgwcare-container {
  max-width: 1300px;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  z-index: 5;
}

.bgwcare-container-limit {
  max-width: 900px;
  width: 100%;
}

.bgwcare-s5-caption {
  max-width: 850px;
}

.bgwcare-row {
  display: flex;
  flex-direction: row;
}

.bgwcare-link-white {
  color: var(--white);
  text-decoration: none;
}

.bgwcare-link-white:hover {
  color: var(--white);
  text-decoration: underline;
}

.bgwcare-link-blue {
  color: var(--blue);
  text-decoration: none;
}

.bgwcare-link-blue:hover {
  color: var(--blue);
  text-decoration: underline;
}

.bgwcare-fw-500 {
  font-weight: 500;
}

.bgwcare-footer {
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}

.bgwcare-footer div {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: center;
}

.bgwcare-footer a {
  color: var(--blue);
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.bgwcare-footer a:hover {
  text-decoration: underline;
}

.bgwcare-coming-soon {
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.bgwcare-coming-soon > div {
  align-content: center;
}

.custom-shape-divider-bottom-1738123285 {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  font-weight: 600;
  z-index: 1;
}

.custom-shape-divider-bottom-1738123285 svg {
  position: relative;
  display: block;
  width: calc(110% + 1.3px);
  height: 374px;
}

.custom-shape-divider-bottom-1738123285 .shape-fill {
  fill: #276BEA;
}

.custom-shape-divider-top-1738124367 {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 1;
}

.custom-shape-divider-top-1738124367 svg {
  position: relative;
  display: block;
  width: calc(110% + 1.3px);
  height: 374px;
}

.custom-shape-divider-top-1738124367 .shape-fill {
  fill: #276BEA;
}

@media screen and (max-width: 851px) {
  .bgwcare-row {
    flex-direction: column;
  }
  .bgwcare-heading {
    font-size: 3rem;
  }
  .bgwcare-caption {
    font-size: 1.7rem;
  }
  body {
    font-size: 1.2rem;
  }
  .bgwcare-white-logo, .bgwcare-circle-white img {
    max-width: 300px;
  }
  .custom-shape-divider-bottom-1738123285 svg, .custom-shape-divider-top-1738124367 svg {
    height: 180px;
  }
  .bgwcare-s3 {
    min-height: 80vh;
  }
  .bgwcare-footer div {
    flex-direction: column;
    gap: 20px;
  }
}
/*nav*/
.bgwcare-menu {
  text-align: right;
  background-color: #276BEA;
  color: #fff;
  padding-top: 10px;
  padding-right: 20px;
}

.bgwsidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}

.bgwsidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 2.5rem;
  color: #276BEA;
  display: block;
  transition: 0.3s;
}

.bgwsidenav a:hover {
  color: #1b4ba3;
}

.bgwsidenav .closebtn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 46px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .bgwsidenav {
    padding-top: 15px;
  }
  .bgwsidenav a {
    font-size: 18px;
  }
}
/*end nav*//*# sourceMappingURL=style.css.map */