@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.flex-start {
  align-items: flex-start;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.f-col {
  flex-direction: column;
}

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

.p-bot {
  padding-bottom: 20px;
}

.w20 {
  width: calc(20% - 10px);
}

.w30 {
  width: calc(30% - 10px);
}

.w33 {
  width: calc(33% - 10px);
}

.w40 {
  width: calc(40% - 10px);
}

.w50 {
  width: calc(50% - 10px);
}

.w60 {
  width: calc(60% - 10px);
}

.w100 {
  width: 100%;
}

.pad {
  padding: 50px 4rem;
}
@media screen and (max-width: 768px) {
  .pad {
    padding: 50px 2rem !important;
  }
}

.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-1 {
  margin: 0.5rem;
}

.m-2 {
  margin: 1.5rem;
}

.m-3 {
  margin: 2rem;
}

.m-4 {
  margin: 2.5rem;
}

.m-5 {
  margin: 3rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1.5rem;
}

.mt-3 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 2.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1.5rem;
}

.mb-3 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 2.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.ml-2 {
  margin-left: 1.5rem;
}

.ml-3 {
  margin-left: 2rem;
}

.ml-4 {
  margin-left: 2.5rem;
}

.ml-5 {
  margin-left: 3rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 1.5rem;
}

.mr-3 {
  margin-right: 2rem;
}

.mr-4 {
  margin-right: 2.5rem;
}

.mr-5 {
  margin-right: 3rem;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-4 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 2rem;
}

.p-4 {
  padding: 2.5rem;
}

.p-5 {
  padding: 3rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pt-2 {
  padding-top: 1.5rem;
}

.pt-3 {
  padding-top: 2rem;
}

.pt-4 {
  padding-top: 2.5rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1.5rem;
}

.pb-3 {
  padding-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 2.5rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.pl-1 {
  padding-left: 0.5rem;
}

.pl-2 {
  padding-left: 1.5rem;
}

.pl-3 {
  padding-left: 2rem;
}

.pl-4 {
  padding-left: 2.5rem;
}

.pl-5 {
  padding-left: 3rem;
}

.pr-1 {
  padding-right: 0.5rem;
}

.pr-2 {
  padding-right: 1.5rem;
}

.pr-3 {
  padding-right: 2rem;
}

.pr-4 {
  padding-right: 2.5rem;
}

.pr-5 {
  padding-right: 3rem;
}

.btn-primary {
  background-color: #42372F;
  padding: 15px 30px;
  border: none;
  color: white;
  font-size: 16px;
}

.dNone {
  display: none !important;
}

h2 {
  font-size: 3rem !important;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5rem !important;
  }
}

/* Common classes <--*/
@media screen and (max-width: 576px) {
  h1 {
    font-size: 1rem;
  }
}

.height210 {
  height: 210px !important;
}

.header {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 20px 4rem;
  width: 100%;
  background-color: #FFF5ED;
  justify-content: space-between;
  transition: all ease 0.5s;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .header .logo {
    width: 100%;
    text-align: center;
  }
}
.header .rightNav {
  display: flex;
  align-items: center;
  transition: all ease 0.5s;
}
.header .rightNav ul {
  list-style: none;
}
.header .rightNav ul li a {
  text-decoration: none;
  color: #42372F;
  padding: 10px 20px;
}
@media screen and (max-width: 992px) {
  .header .rightNav ul li {
    margin: 15px 0px;
  }
}
@media screen and (max-width: 992px) {
  .header .rightNav ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .header .rightNav {
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    text-align: center;
    height: 0px;
  }
}
@media screen and (max-width: 992px) {
  .header {
    flex-direction: column;
    align-items: center;
    overflow: hidden !important;
  }
}

#ham {
  position: absolute;
  right: 10%;
  top: 20px;
  z-index: 9999;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  #ham {
    display: block;
    transition: display 0.5s;
  }
}

.line {
  background-color: #42372F;
  margin: 5px;
  height: 3px;
  width: 25px;
}

.heroScreen {
  min-height: 90vh;
  background-image: url(../images/heroScreen.webp);
  background-size: cover;
  background-position: center center;
}
.heroScreen .heroScreenTextContainer {
  width: 90%;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.65) 35%, rgba(255, 255, 255, 0.29) 71%, rgba(125, 185, 232, 0) 100%);
  padding: 100px;
  border-radius: 50px;
}
.heroScreen .heroScreenTextContainer h1 {
  color: #42372F;
  font-size: 3.5rem;
  font-weight: 400;
}
.heroScreen .heroScreenTextContainer h1 span {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .heroScreen .heroScreenTextContainer h1 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .heroScreen .heroScreenTextContainer h1 span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .heroScreen .heroScreenTextContainer h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .heroScreen .heroScreenTextContainer h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .heroScreen .heroScreenTextContainer {
    width: 100%;
    padding: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .heroScreen .heroScreenTextContainer {
    background-color: rgba(255, 255, 255, 0.51);
  }
}
@media screen and (max-width: 576px) {
  .heroScreen {
    padding: 20px;
  }
}

.servicesContainer {
  width: 100%;
  background-color: #FFF5ED;
}
.servicesContainer h2 {
  font-size: 35px;
}
@media screen and (max-width: 992px) {
  .servicesContainer .services {
    justify-content: flex-start;
  }
}
.servicesContainer .services .serviceBox {
  width: 16%;
  background-color: #42372F;
  border-radius: 25px;
  color: White;
  min-height: 180px;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 992px) {
  .servicesContainer .services .serviceBox {
    width: 30%;
    margin-bottom: 40px;
  }
  .servicesContainer .services .serviceBox:nth-child(3n-1) {
    margin-left: 3.3%;
  }
  .servicesContainer .services .serviceBox:nth-child(3n) {
    margin-left: 3.3%;
  }
}
@media screen and (max-width: 768px) {
  .servicesContainer .services .serviceBox {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .servicesContainer .services .serviceBox:nth-child(3n) {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .servicesContainer .services .serviceBox:nth-child(3n-1) {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.ourWorksContainer {
  padding-bottom: 8rem;
}
.ourWorksContainer .leftImagesSection {
  gap: 20px;
  position: relative;
}
.ourWorksContainer .leftImagesSection #house {
  position: absolute;
  top: 105%;
}
@media screen and (max-width: 992px) {
  .ourWorksContainer .leftImagesSection #house {
    position: relative;
  }
}
.ourWorksContainer .leftImagesSection #washroom {
  position: absolute;
  left: 61%;
  top: 85%;
}
@media screen and (max-width: 992px) {
  .ourWorksContainer .leftImagesSection #washroom {
    position: relative;
    margin-top: -60px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ourWorksContainer .leftImagesSection #washroom {
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ourWorksContainer .leftImagesSection {
    width: 100% !important;
  }
}
.ourWorksContainer .workImages {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ourWorksContainer .workImages::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(66, 55, 47, 0) 0%, rgba(66, 55, 47, 0) 50%, rgb(66, 55, 47) 100%);
  height: 100%;
  width: 100%;
  transition: all ease 0.3s;
  z-index: 3;
}
.ourWorksContainer .workImages:hover::before {
  bottom: -30%;
}
.ourWorksContainer .workImages:hover .workImagesText {
  bottom: -50%;
}
.ourWorksContainer .workImages:hover img {
  transform: scale(1.1);
}
.ourWorksContainer .workImages img {
  transition: all ease 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ourWorksContainer .workImages {
    width: 100%;
  }
}
.ourWorksContainer .workImages .workImagesText {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: white;
  z-index: 5;
  transition: all ease 0.5s;
}
.ourWorksContainer #stairs {
  display: flex;
}
.ourWorksContainer #stairs img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .ourWorksContainer #stairs {
    display: none;
  }
}

.btn {
  background-color: transparent;
  border: 3px solid #42372F;
  color: #42372F;
  padding: 15px 30px;
  font-size: 16px;
  cursor: pointer;
}

.aboutUs {
  background-color: #FFF5ED;
}
.aboutUs .cardImage img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aboutUs .cardImage {
    width: 100%;
  }
}
.aboutUs .aboutUsText p {
  line-height: 30px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUsText {
    width: 100%;
  }
}

.contactUs .contactUsText {
  background-color: #42372F;
  color: white !important;
  padding: 50px;
}
.contactUs .contactUsText ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}
.contactUs .contactUsText ul li .image {
  background-color: #FFF5ED;
  padding: 10px;
  border-radius: 10px;
  height: 40px;
  width: 40px;
}
.contactUs .contactUsText ul li img {
  width: 100%;
}
.contactUs .contactUsText ul li span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contactUs .contactUsText ul li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contactUs .contactUsText ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .contactUs .contactUsText {
    width: 100%;
    padding: 10px;
  }
}
.contactUs .contactUsImage {
  padding: 0px 30px;
}
.contactUs .contactUsImage img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .contactUs .contactUsImage {
    width: 100%;
    margin-top: 15px;
    padding: 0px;
  }
}

.footer h1 {
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .footer h1 {
    text-align: center;
  }
}
.footer ul li {
  list-style: none;
  margin: 15px 0;
}
.footer ul li a {
  padding: 10px 20px;
  text-decoration: none;
  color: #42372F;
}
.footer ul hr {
  height: 15px;
  width: 2px;
  background-color: #42372F;
  border: none;
}
@media screen and (max-width: 992px) {
  .footer ul hr {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .footer ul {
    flex-direction: column !important;
  }
}
.footer img {
  max-width: 30px;
}/*# sourceMappingURL=style.css.map */