* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}

@media screen and (max-width: 1366px) {
  body {
    background: #000;
  }
}
@media screen and (min-width: 1440px) {
  body {
    background-color: white;
    margin: 0 auto;
    max-width: 1440px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 760px) {
  body {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url("../../src/img/service-maintenance-worker-repairing.png"), lightgray -181.516px 0px/211.953% 100% no-repeat;
    background-position-x: 40%;
    background-repeat: no-repeat;
    background-size: 200vh;
  }
}
:root {
  --color-white: #fff;
  --color-black: #000;
  --font-family-tama: "./src/fonts/BalooTamma-Regular.ttf", serif-sans;
}

header {
  width: 100%;
  height: 7rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  font-family: var(--font-family-tama);
  background: #fff;
}
@media screen and (max-width: 760px) {
  header {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url("../../src/img/service-maintenance-worker-repairing.png"), lightgray -181.516px 0px/211.953% 100% no-repeat;
    background-position-x: 40%;
    background-repeat: no-repeat;
    background-size: 200vh;
  }
}
@media screen and (max-height: 560px) {
  header {
    font-size: 1rem;
  }
}
header .img-mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  header .img-mobile {
    order: 1;
    display: flex;
    padding-top: 3rem;
    padding-bottom: 1rem;
    width: 2.9rem;
    height: 2.2rem;
  }
}
header .title-mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  header .title-mobile {
    order: 2;
    display: flex;
    color: #fff;
    font-family: "Baloo Paaji 2", cursive;
    font-weight: 700;
    text-align: center;
    font-size: 1.3rem;
    padding-top: 2rem;
    padding: 1rem 5rem 1rem 5rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-height: 560px) {
  header .title-mobile {
    padding-top: 1.2rem;
    padding: 0.5rem;
  }
}
header .description-mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  header .description-mobile {
    order: 6;
    display: flex;
    color: #fff;
    font-family: "Baloo Paaji 2", cursive;
    font-weight: 400;
    text-align: center;
    font-size: 1.5rem;
    padding-top: 3rem;
    padding: 1rem 1rem 1rem 1rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 520px) {
  header .description-mobile {
    font-size: 1.1rem;
  }
}
header .doubledown-mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  header .doubledown-mobile {
    order: 7;
    display: flex;
  }
}
header .or-mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  header .or-mobile {
    display: flex;
    order: 4;
    text-align: center;
    font-size: 1.6rem;
    color: #FFF;
    text-decoration-color: #FFF;
    text-transform: uppercase;
    padding-top: 0.5rem;
  }
}
header div.container-tel {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  text-decoration-color: #000;
  font-family: var(--font-family-tama);
}
@media screen and (max-width: 760px) {
  header div.container-tel {
    order: 5;
    color: #fff;
    text-decoration-color: #fff;
    padding-bottom: 1rem;
  }
}
header div.container-tel p {
  padding: 0.3rem;
  font-weight: 500;
}
header div.container-tel a {
  color: var(--font-color-black);
  border-top: solid black 2px;
  padding: 0.3rem;
}
@media screen and (max-width: 760px) {
  header div.container-tel a {
    color: white;
    border-top: solid white 2px;
  }
}
header div.container-datetime {
  flex-direction: column;
}
@media screen and (max-width: 760px) {
  header div.container-datetime {
    order: 0;
    color: #FFF;
    background: rgba(7, 7, 7, 0.5);
    width: 100%;
  }
}
header div.container-datetime p {
  font-weight: 700;
  font-size: 1.6rem;
}
header div.container-datetime span {
  font-size: 1.1rem;
}
header .wpp-link div.button-wpp {
  font-family: "Balsamiq Sans", cursive;
  display: flex;
  flex-direction: row;
  color: var(--color-white);
  background-color: #25D366;
  align-items: center;
  font-size: 1.2rem;
  padding: 0.5rem 1.1rem;
  border-radius: 24px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 760px) {
  header .wpp-link {
    background-color: #4AE700;
    order: 3;
    border-radius: 24px;
  }
}
header .wpp-link div.button-wpp:hover {
  background-color: #1ca355;
  cursor: pointer;
  border-radius: 24px;
}
header .wpp-link div.button-wpp:active {
  animation: clickAnimation 0.4s ease;
}
@keyframes clickAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

#banner {
  background-color: var(--color-black);
  color: var(--color-white);
  width: 100%;
  height: 13rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  justify-items: center;
  text-align: center;
  gap: 3rem;
}
@media screen and (max-width: 960px) {
  #banner {
    flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 760px) {
  #banner {
    display: none;
  }
}
#banner div.desc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#banner div.desc h1 {
  font-family: "Baloo Chettan 2", sans-serif;
  padding-top: 0.3rem;
  font-size: 1.5rem;
  text-transform: uppercase;
}
#banner div.desc p {
  font-family: "Baloo Paaji 2", cursive;
  font-size: 1.1rem;
  line-height: 1rem;
  white-space: pre-line;
}
#banner img {
  padding: 0.5rem;
  align-self: center;
}

#services {
  background-color: #E3E3E3;
  padding: 1.81rem 5.2rem;
  font-family: "Baloo Paaji 2", sans-serif;
  line-height: 1.2rem;
}
@media screen and (max-width: 1335px) {
  #services {
    padding: 1.5rem 5rem;
  }
}
@media screen and (max-width: 760px) {
  #services {
    padding: 0rem;
    background: black;
  }
}
@media screen and (max-height: 600px) {
  #services {
    margin-top: 4rem;
  }
}
@media screen and (max-height: 560px) {
  #services {
    margin-top: 8rem;
  }
}
#services h3.only-mobile {
  display: none;
  font-weight: 600;
  text-align: left;
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  #services h3.only-mobile {
    display: block;
    position: relative;
    color: white;
    z-index: 10;
    background: #FD5203;
    padding-left: 1rem;
  }
  #services h3.only-mobile::before {
    position: absolute;
    color: #fff;
    content: "";
    top: 0;
    left: 0;
    z-index: 11;
  }
}
#services h2 {
  font-weight: 600;
  text-align: left;
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  #services h2 {
    display: flex;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 0.1rem;
  }
  #services h2::before {
    position: absolute;
    color: #fff;
    content: "";
    width: 100vw;
    height: 8rem;
    top: -5.5rem;
    left: 0;
    background: #FD5203;
    -webkit-mask-image: url("../../src/img/services.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    z-index: 0;
  }
}
#services div.complete-container {
  padding-top: 1rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 1335px) {
  #services div.complete-container {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 760px) {
  #services div.complete-container {
    background-color: #FD5203;
    padding: 0rem;
    margin: 0;
  }
}
#services div.complete-container div.container-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 1015px) {
  #services div.complete-container div.container-left {
    display: none;
  }
}
#services div.complete-container div.container-left img {
  border-radius: 16px;
  width: 100%;
}
#services div.complete-container div.container-left div.minicard {
  background-color: var(--color-black);
  color: var(--color-white);
  width: 78%;
  font-size: 1.2rem;
  padding: 0.4rem;
  border-radius: 8px;
}
#services div.complete-container div.container-right {
  padding-top: 0rem;
}
@media screen and (max-width: 1015px) {
  #services div.complete-container div.container-right {
    padding-top: 1rem;
  }
}
@media screen and (max-wdith: 760px) {
  #services div.complete-container div.container-right {
    width: 100%;
    height: 40vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: hidden;
  }
  #services div.complete-container div.container-right::-webkit-scrollbar {
    display: none;
  }
}
#services div.complete-container div.container-right ul {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1335px) {
  #services div.complete-container div.container-right ul {
    display: flex;
    gap: 1rem;
  }
}
@media screen and (max-width: 960px) {
  #services div.complete-container div.container-right ul {
    gap: 0.7rem;
  }
}
@media screen and (max-width: 760px) {
  #services div.complete-container div.container-right ul {
    padding: 0.5rem;
    width: 96vw;
    max-height: 40vh;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 4rem;
    justify-content: flex-start;
  }
  #services div.complete-container div.container-right ul::-webkit-scrollbar {
    display: none;
  }
}
#services div.complete-container div.container-right ul li {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--color-white);
  width: 9rem;
  height: 10rem;
  padding: 1.75rem 1.18rem;
  border-radius: 16px;
  border: 0.5px solid #9A8686;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 1.1rem;
}
@media screen and (max-width: 1335px) {
  #services div.complete-container div.container-right ul li {
    height: 11rem;
    width: 9rem;
  }
}
@media screen and (max-width: 960px) {
  #services div.complete-container div.container-right ul li {
    height: 9rem;
    width: 7rem;
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media screen and (max-width: 760px) {
  #services div.complete-container div.container-right ul li {
    white-space: normal;
    height: 9rem;
    width: 7rem;
    min-width: 7rem;
  }
}
#services div.complete-container div.container-right ul li img {
  width: 3.25rem;
  height: 3.25rem;
}
@media screen and (max-width: 960px) {
  #services div.complete-container div.container-right ul li img {
    width: 2.75rem;
    height: 2.75rem;
  }
}
#services div.complete-container div.container-right ul li p {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  #services div.complete-container div.container-right ul li p {
    font-size: 1rem;
  }
}

#rating {
  background: black;
  height: 32rem;
}
@media screen and (max-width: 760px) {
  #rating {
    background: #FD5203;
    position: relative;
    height: 25rem;
  }
}
#rating h2 {
  font-family: "Baloo Paaji 2", sans-serif;
  color: white;
  text-transform: uppercase;
  padding: 2rem;
}
@media screen and (max-width: 760px) {
  #rating h2 {
    border-radius: 12px;
    background: #FD5203;
    position: absolute;
    padding: 0.5rem;
    top: -2rem;
    left: 2rem;
    font-size: 1.5rem;
  }
}
#rating .gallery {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 760px) {
  #rating .gallery .control {
    display: none;
    align-self: center;
    justify-self: center;
  }
}
#rating .gallery .control .back {
  padding: 0.1rem;
}
#rating .gallery .control .front {
  padding: 0.1rem;
}
#rating .gallery .card-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  overflow: hidden;
  padding: 1rem;
  padding-top: 2rem;
}
@media screen and (max-width: 760px) {
  #rating .gallery .card-wrapper {
    padding: 0.5rem;
    width: 100vw;
    max-height: 30rem;
    display: inline-flex;
    flex-direction: row;
    padding-top: 2rem;
    overflow-x: scroll;
  }
  #rating .gallery .card-wrapper::-webkit-scrollbar {
    display: none;
  }
}
#rating .gallery .card-wrapper .card {
  background-color: white;
  height: 14rem;
  width: 18rem;
  padding: 2rem;
  border-radius: 24px;
}
#rating .gallery .card-wrapper .card .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.5rem;
  grid-template-areas: "avatar name name name" "avatar stars stars stars" "comment comment comment comment";
}
@media screen and (max-width: 760px) {
  #rating .gallery .card-wrapper .card .wrapper {
    height: 8rem;
    width: 12rem;
  }
}
#rating .gallery .card-wrapper .card .wrapper .avatar {
  display: flex;
  grid-area: avatar;
  align-items: flex-end;
  justify-content: left;
}
#rating .gallery .card-wrapper .card .wrapper .avatar img {
  height: 4rem;
  width: 4rem;
  border-radius: 6rem;
}
#rating .gallery .card-wrapper .card .wrapper .name {
  grid-area: name;
  font-weight: 700;
  align-self: flex-end;
  justify-self: left;
  padding-left: 0.3rem;
}
@media screen and (max-width: 960px) {
  #rating .gallery .card-wrapper .card .wrapper .name {
    font-size: 0.9rem;
  }
}
#rating .gallery .card-wrapper .card .wrapper .stars {
  grid-area: stars;
  align-self: flex-start;
  justify-self: left;
  padding-left: 0.3rem;
}
#rating .gallery .card-wrapper .card .wrapper .comment {
  grid-area: comment;
  text-align: justify;
  padding-top: 0.5rem;
}
#rating .gallery .card-wrapper .card--scaled {
  transform: scale(1.1);
  z-index: 1;
}

#about-us {
  background-image: url("../../src/img/about-us-background.png");
  width: 100%;
  height: 34rem;
  color: var(--color-white);
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media screen and (max-width: 1365px) {
  #about-us {
    height: 34rem;
  }
}
@media screen and (max-width: 760px) {
  #about-us {
    background: black;
    height: auto;
  }
}
#about-us div.left-side {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 2rem;
  padding-left: 3rem;
  gap: 2rem;
  font-family: "Baloo Chettan 2", sans-serif;
  line-height: 1.5rem;
}
@media screen and (max-width: 1365px) {
  #about-us div.left-side {
    gap: 1rem;
    padding: 1rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 960px) {
  #about-us div.left-side {
    gap: 0.5rem;
    padding: 0.5rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 760px) {
  #about-us div.left-side {
    position: relative;
  }
}
#about-us div.left-side h2 {
  font-size: 2.3rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1365px) {
  #about-us div.left-side h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 760px) {
  #about-us div.left-side h2 {
    position: absolute;
    background: #000;
    top: -1rem;
    padding: 0.5rem;
    border-radius: 12px;
  }
}
#about-us div.left-side p {
  font-size: 2rem;
  line-height: 2rem;
}
@media screen and (max-width: 1365px) {
  #about-us div.left-side p {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
}
@media screen and (max-width: 760px) {
  #about-us div.left-side p {
    padding-top: 2rem;
    font-weight: 600;
  }
}
#about-us div.left-side ul {
  display: flex;
  flex-flow: column wrap;
  gap: 0.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 760px) {
  #about-us div.left-side ul {
    padding-bottom: 4rem;
  }
}
#about-us div.left-side ul li {
  line-height: 1.5rem;
  list-style-type: disc;
}
@media screen and (max-width: 960px) {
  #about-us div.left-side ul li {
    line-height: 1.2rem;
  }
}
#about-us div.right-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 8rem;
}
@media screen and (max-width: 1365px) {
  #about-us div.right-side {
    padding: 2rem 7rem;
  }
}
@media screen and (max-width: 960px) {
  #about-us div.right-side {
    padding: 1rem 5rem;
  }
}
@media screen and (max-width: 760px) {
  #about-us div.right-side {
    display: none;
  }
}
#about-us div.right-side div.img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about-us div.right-side div.img-container img {
  width: 27rem;
  height: 26rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  border-top: 8px solid #FF8D4D;
  z-index: 1;
}
@media screen and (max-width: 1365px) {
  #about-us div.right-side div.img-container img {
    width: 24rem;
    height: 23rem;
  }
}
@media screen and (max-width: 960px) {
  #about-us div.right-side div.img-container img {
    width: 21rem;
    height: 22rem;
  }
}
#about-us div.right-side div.img-container .wpp-link-about {
  z-index: 50;
}
#about-us div.right-side div.img-container .wpp-link-about div.button-wpp {
  background-color: #25D366;
  text-align: center;
  font-family: "Baloo Chettan 2", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
  margin-top: -1.5rem;
  color: var(--color-white);
  padding: 0.7rem 2rem;
  border-radius: 24px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out;
}
#about-us div.right-side div.img-container .wpp-link-about div.button-wpp p {
  font-size: 1.2rem;
  font-weight: 700;
  z-index: 40;
}
#about-us div.right-side div.img-container .wpp-link-about div.button-wpp:hover {
  background-color: #1ca355;
  cursor: pointer;
  z-index: 40;
}
#about-us div.right-side div.img-container .wpp-link-about div.button-wpp:active {
  animation: clickAnimation 0.4s ease;
}
@keyframes clickAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

footer {
  background: #D9D9D9;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  padding: 1rem;
}
footer img {
  width: 4rem;
  height: 5rem;
}
footer p {
  font-family: "Baloo Tamma 2", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 960px) {
  footer p {
    font-size: 1.2rem;
  }
}
footer p a {
  color: #000;
}/*# sourceMappingURL=style.css.map */