* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: matter-bold;
  src: url(../font/Matter-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: matter-heavy;
  src: url(../font/Matter-Heavy.ttf);
  font-display: swap;
}

@font-face {
  font-family: matter-light;
  src: url(../font/Matter-Light.ttf);
  font-display: swap;
}

@font-face {
  font-family: matter-medium;
  src: url(../font/Matter-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: matter-regular;
  src: url(../font/Matter-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: matter-semi;
  src: url(../font/Matter-SemiBold.ttf);
  font-display: swap;
}

body {
  color: #202020;
  font-family: matter-regular;
}

.header-inner {
  padding: 1rem 0;
}

.theme-button {
  background-color: #202020 !important;
  font-family: matter-regular !important;
  color: #fff !important;
  font-size: 14px !important;
  border-radius: 4px;
  padding: 10px 35px !important;
  border: 1px solid #202020 !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
}

.theme-button:hover {
  color: #202020 !important;
  background-color: #fff !important;
  border: 1px solid #202020 !important;
}

h5 {
  font-size: 22px !important;
  font-family: matter-medium !important;
}

h2 {
  font-size: 48px !important;
  font-family: matter-medium !important;
}

h4 {
  font-size: 30px !important;
  font-family: matter-medium !important;
}

a {
  text-decoration: none !important;
}

p,
a {
  font-size: 16px !important;
  font-family: matter-regular !important;
}

.sec-title {
  max-width: 920px;
  margin: auto;
  margin-bottom: 50px;
  text-transform: capitalize;
}

.brand-logo {
  width: 200px;
}

.hero-content h1 {
  font-size: 66px;
  padding: 100px 190px;
  font-family: matter-semi !important;
  text-transform: capitalize;
}

.hero-content h5 {
  position: relative;
  margin-bottom: 0px;
}

.hero-content h5:last-child::after {
  display: none;
}

.hero-content h5::after {
  position: relative;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #de8a29;
  border-radius: 50%;
  margin: 0px 10px;
  top: 2px;
}

.hero-bg {
  background-image: url("../images/background.webp");
  height: 512px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 100px;
}

.gap-50 {
  margin-top: 50px;
}

.bg-gray {
  background-color: #f3f3f3;
  border-radius: 120px;
}

.partner-logo .logos {
  padding: 34px;
}

.div-img:first-child {
  margin-right: 20px;
}

.div-img:first-child img:first-child {
  margin-bottom: 20px;
}

.div-img:nth-child(2) img:first-child {
  margin-bottom: 20px;
}

.vertical-img {
  height: 311px;
  object-fit: cover;
}

.horizontal-img {
  height: 163px;
  object-fit: cover;
}

.our-services {
  background-color: #f3f3f3;
  padding: 50px 0;
}

.service-blk {
  height: 366px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.service-blk a {
  position: absolute;
  bottom: 0;
  transition: transform 0.5s ease;
  left: 50%;
  transform: translate(-50%, 50px);
  display: flex;
  align-items: center;
  gap: 6px;
}

.service-blk a i {
  margin-top: 4px;
}

.service-blk h5 {
  transition: all 0.5s ease;
  position: relative;
  display: block;
}

.service-blk:hover a {
  transform: translate(-50%, -10px);
  border-bottom: 1px solid #fff;
}

.service-blk a:hover {
  color: #fff !important;
}

.service-blk:hover h5 {
  transform: translateY(-30px);
}

.home-reno {
  background-image: url(../images/home-reno.webp);
  /* background-attachment: fixed; */
  background-size: cover;
  /* background-size: contain; */
  background-position-x: center;
}

.basement-reno {
  background-image: url(../images/basement-reno.webp);
  /* background-attachment: fixed; */
  background-size: cover;
  /* background-size: contain; */
  background-position-x: center;
}

.kitchen-reno {
  background-image: url(../images/kitchen-reno.webp);
  /* background-attachment: fixed; */
  background-size: cover;
  /* background-size: contain; */
  background-position-x: center;
}

.washroom-reno {
  background-image: url(../images/washroom.webp);
  background-size: cover;
  background-position-x: center;
}

.service-title h5,
.service-title a {
  color: #fff;
}

.service-title {
  bottom: 0px;
  left: 0;
  right: 0;
}

.gray-1 {
  color: #4d4d4d;
}

.gray-2 {
  color: #202020;
}

.how-work-img {
  background-color: #f3f3f3;
  padding: 20px;
}

.showcase-points ol {
  list-style: none;
  padding-left: 0;
}

.showcase-points h5 {
  position: relative;
}

.showcase-points h5::before {
  content: attr(list-number);
  padding-right: 8px;
}

.showcase-points ol p {
  padding-left: 26px;
}

.footer-links {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.services-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
}

.services-wrapper .page-header {
  padding-bottom: 40px;
}

.services-wrapper .service-image {
  margin-bottom: 1.5rem;
}

.service-image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.other-services {
  padding-bottom: 80px;
}

.other-services h2 {
  margin-bottom: 2rem;
}

.other-services .service-image::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.service-text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  padding: 30px;
}

.service-text a {
  color: inherit;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-text i {
  margin-top: 4px;
}

input:focus,
textarea:focus {
  box-shadow: none !important;
}

#top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  animation: bounce 0.6s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #202020;
  color: #202020;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px 0 #e9e9e9;
}

#top:hover {
  background-color: #202020;
  color: #fff;
}

@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 10px, 0);
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .theme-button {
    font-size: 12px !important;
    padding: 10px 25px !important;
  }

  .partner-logo .logos {
    flex-direction: column;
  }

  .partner-logo .logos img {
    width: 100%;
  }

  .hero-content h1 {
    font-size: 35px;
    padding: 50px 0px;
  }

  .services-row {
    flex-direction: column;
  }

  .hero-content h5 {
    flex-direction: column;
    color: #de8a29;
  }

  .hero-content h5::after {
    display: none;
  }

  .hero-bg {
    height: 217px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 50px;
  }

  h2 {
    font-size: 30px !important;
  }

  h4 {
    font-size: 25px !important;
  }

  h5 {
    font-size: 20px !important;
  }

  .showcase-points {
    margin-top: 0px;
  }

  .vertical-img {
    height: 163px;
  }

  .horizontal-img {
    height: 100px;
  }

  .service-blk {
    height: 300px;
  }

  .footer-links {
    flex-direction: column;
  }

  .brand-logo {
    width: 100px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .theme-button {
    font-size: 12px !important;
    padding: 10px 25px !important;
  }

  .partner-logo .logos {
    flex-direction: column;
  }

  .partner-logo .logos img {
    width: 100%;
  }

  .hero-content h1 {
    font-size: 35px;
    padding: 50px 0px;
  }

  .services-row {
    flex-direction: column;
  }

  .hero-content h5 {
    flex-direction: column;
  }

  .hero-content h5::after {
    display: none;
  }

  .hero-bg {
    height: 217px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 50px;
  }

  h2 {
    font-size: 30px !important;
  }

  h4 {
    font-size: 25px !important;
  }

  h5 {
    font-size: 20px !important;
  }

  .showcase-points {
    margin-top: 0px;
  }

  .vertical-img {
    height: 163px;
  }

  .horizontal-img {
    height: 100px;
  }

  .service-blk {
    height: 300px;
  }

  .footer-links {
    flex-direction: column;
  }

  .brand-logo {
    width: 100px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  .partner-logo img {
    width: 100%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
  .partner-logo img {
    width: 100%;
  }
}

.tns-nav {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.tns-nav button {
  height: 10px;
  width: 20px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f3f3f3;
  border-radius: 20px;
  border: 0;
  outline: 0;
}

.tns-nav button.tns-nav-active {
  width: 50px;
  background-color: #2c2c2c;
}

@media (min-width: 320px) {
  .services-wrapper .service-image {
    max-height: 300px;
  }
}

@media (min-width: 576px) {
  .services-wrapper .service-image {
    max-height: 305px;
  }
}

@media (min-width: 786px) {
  .services-wrapper .service-image {
    max-height: 225px;
  }
}

@media (min-width: 992px) {
  .services-wrapper .service-image {
    max-height: 198px;
  }
}

@media (min-width: 1200px) {
  .services-wrapper .service-image {
    max-height: 240px;
  }
}

@media (min-width: 1400px) {
  .services-wrapper .service-image {
    max-height: 260px;
  }
}

body .sk-ww-google-reviews .sk-post__date {
  display: none !important;
}
