@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap");
* {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: all 0.2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding: 6rem;
}
html::-webkit-scrollbar {
  width: 1rem;
}
html::-webkit-scrollbar-track {
  background: #fff;
}
html::-webkit-scrollbar-thumb {
  background: #2597f4;
  border-radius: 5rem;
}

section {
  padding: 5rem 10%;
}

.heading {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 4rem;
  text-transform: capitalize;
  color: #696868;
}
.heading span {
  color: #2597f4;
}

.btn {
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2rem;
  background: #2597f4;
  font-size: 1.8rem;
  text-transform: capitalize;
  color: #696868;
  color: #fff;
  border: 0.2rem solid #696868;
  border-radius: 5%;
}
.btn:hover {
  background: #696868;
  border-color: #2597f4;
}

.header .contact-info {
  padding: 2rem 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2597f4;
}
.header .contact-info p {
  font-size: 1.5rem;
  color: #fff;
}
.header .contact-info p i {
  padding-right: 0.5rem;
  color: #696868;
}
.header .navbar {
  padding: 2rem 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 0.2rem solid #696868;
  position: relative;
  z-index: 1000;
}
.header .navbar.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.header .navbar .logo {
  font-size: 2.5rem;
  text-transform: capitalize;
  color: #696868;
  font-weight: bolder;
}
.header .navbar .logo i {
  color: #2597f4;
}
.header .navbar .links a {
  margin-right: 2rem;
  font-size: 2rem;
  text-transform: capitalize;
  color: #696868;
  color: #696868;
  font-weight: bold;
}
.header .navbar .links a:hover {
  text-decoration: underline;
  color: #2597f4;
}
.header .navbar .links a.active {
  color: #2597f4;
  text-decoration: underline;
}
.header #menu-btn {
  font-size: 3rem;
  cursor: pointer;
  color: #696868;
  display: none;
}

.home {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.home .image {
  flex: 1 1 42rem;
}
.home .image img {
  width: 100%;
}

.content {
  flex: 1 1 42rem;
}
.content h3 {
  font-size: 4.5rem;
  text-transform: capitalize;
  color: #696868;
}
.content p {
  font-size: 1.8rem;
  line-height: 2;
  color: #999;
  padding: 1rem 0;
}

.fun-fact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
  background: #dbd5d5;
  gap: 3.5rem;
}
.fun-fact .box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.fun-fact .box img {
  height: 10rem;
}
.fun-fact .box h3 {
  font-size: 2.5rem;
  text-transform: capitalize;
  color: #696868;
  color: #696868;
}
.fun-fact .box p {
  font-size: 1.8rem;
  line-height: 2;
  color: #999;
  color: #2597f4;
  padding-top: 0.5rem;
}

.about {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 3rem;
}
.about .image {
  flex: 1 1 42rem;
}
.about .image img {
  width: 100%;
}
.about .content {
  flex: 1 1 42rem;
}
.about .content h3 {
  font-size: 3rem;
  text-transform: capitalize;
  color: #696868;
  padding-bottom: 0.5rem;
}
.about .content p {
  font-size: 1.5rem;
  line-height: 2;
  color: #999;
  padding: 1rem 0;
}

.mission .content {
  text-align: center;
}
.mission .content h3 {
  margin-bottom: 2rem;
}
.mission .content hr {
  margin-bottom: 2rem;
  color: #2597f4;
  width: 5%;
  margin-left: 48%;
  border: 3px solid #2597f4;
  opacity: 0.5;
  margin-top: 15px;
}
.mission .content .div_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
  gap: 5rem;
}
.mission .content .div_grid p {
  text-align: left;
  margin: 3rem 0;
}
.mission .content .div_grid h5 {
  text-align: center;
  color: #2597f4;
  font-size: 20px;
  font-weight: bold;
}
.mission .content1 .u_list {
  margin: 5rem 45rem;
  list-style-type: circle;
}
.mission .content1 .u_list li {
  position: relative;
  display: flex;
  font-size: 2rem;
  line-height: 2;
  color: #999;
}
.mission .content1 .u_list li::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 1.2rem;
  width: 10px;
  height: 10px;
  background-color: #2597f4;
  margin-top: 0.5%;
}
.mission .content1 p {
  font-size: 2rem;
  text-transform: capitalize;
  color: #696868;
  font-style: oblique;
  text-align: center;
  font-size: 2rem;
}

.areas {
  margin: 16rem;
}
.areas h4 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #696868;
  color: #2597f4;
  padding-bottom: 1rem;
  margin: 8rem 0;
}

.services .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.services .box-container .box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  padding: 3rem 2rem;
}
.services .box-container .box:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.services .box-container .box:hover .info {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.services .box-container .box:hover .info h3 {
  color: #696868;
}
.services .box-container .box:hover .info .btn {
  background: #696868;
  color: #fff;
}
.services .box-container .box .image img {
  height: 25rem;
  width: 100%;
  border-radius: 10%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.services .box-container .box .info {
  background: #2597f4;
  color: #fff;
  border-radius: 5%;
  padding: 3rem;
}
.services .box-container .box .info h3 {
  font-size: 2.2rem;
  text-transform: capitalize;
  color: #696868;
  padding-bottom: 0.5rem;
  color: #fff;
}
.services .box-container .box .info p {
  font-size: 1.5rem;
  line-height: 2;
  color: #999;
  color: #fff;
}
.services .box-container .box .info .btn {
  background: #fff;
  color: #2597f4;
  border: none;
}
.services .box-containers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  gap: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.services .box-containers .boxs .images {
  transition: transform 0.5s ease;
}
.services .box-containers .boxs .images img {
  width: 100%;
  margin-bottom: 3rem;
  margin-left: 0;
}
.services .box-containers .boxs .images h3 {
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  text-transform: capitalize;
  color: #696868;
  color: #2597f4;
  margin-bottom: 3rem;
}
.services .box-containers .boxs .images:hover {
  transform: scale(0.9);
}
.services .box-containers .boxs .images:hover img {
  opacity: 0.5;
}
.services .box-containers .boxs .images:hover h3 {
  color: #696868;
}

.washing-machine {
  display: grid;
  grid-template-columns: repeat(2, 70% 30%);
}
.washing-machine .sider {
  margin-top: 4.7rem;
}
.washing-machine .content h3 {
  font-size: 3rem;
  text-transform: capitalize;
  color: #696868;
  color: #2597f4;
  margin: 3rem 0;
}
.washing-machine .content .v {
  border: 0.2rem solid #696868;
  margin: 3rem 0;
}
.washing-machine .content a {
  text-decoration: none;
  font-size: 2.5rem;
  line-height: 2;
  color: #999;
  color: #696868;
  text-transform: capitalize;
  line-height: 53px;
}
.washing-machine .content a:hover {
  color: #2597f4;
}
.washing-machine .content h4 {
  font-size: 1.8rem;
  text-transform: capitalize;
  color: #696868;
  text-align: justify;
  line-height: 33px;
}
.washing-machine .content .ul {
  margin-left: 10%;
  list-style-type: square;
  padding: 0;
  line-height: 43px;
}
.washing-machine .content .ul li {
  font-size: 2rem;
  line-height: 2;
  color: #999;
  position: relative;
  padding-left: 20px;
  line-height: 43px;
}
.washing-machine .content .ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 10px;
  height: 10px;
  background-color: #72138f;
  margin-top: 2%;
}
.washing-machine .content .image {
  display: flex;
}
.washing-machine .content .image img {
  height: 50vh;
  width: 50%;
  object-fit: cover;
}
.washing-machine .content .styled-list {
  padding-left: 0; /* Remove default padding */
  text-align: left; /* Align text to the left */
  margin-top: 5rem;
}
.washing-machine .content .styled-list span {
  font-size: 2rem;
  text-transform: capitalize;
  color: #696868;
  font-weight: bolder;
  padding-left: 20px; /* Indent for list items */
  margin: 0;
  line-height: 40px;
}
.washing-machine .content .styled-list .circle-list {
  list-style-type: circle; /* Use circle bullets for unordered lists */
  padding-left: 20px; /* Indent for nested list */
  text-align: left; /* Remove default margin from ul to maintain spacing */
  margin-left: 18%;
  margin-top: 2%;
}
.washing-machine .content .styled-list .circle-list li {
  margin-bottom: 5px; /* Add space between list items */
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #696868;
}
.washing-machine .content h5 {
  text-align: center;
  color: #2597f4;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px 15px;
}
.washing-machine .div_grid {
  display: flex;
}

.our-services {
  width: 100%;
  background-image: url("https://media.istockphoto.com/id/815594930/photo/computer-service-work-tool-icon.jpg?s=612x612&w=0&k=20&c=S6K0Pp9PenrrFf4irLzeR9KxSmdZ1j_x_hznz2u4b3M=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30vh;
}
.our-services .heading {
  font-size: 6rem;
  text-transform: capitalize;
  color: #696868;
  color: #fff;
}

.our-services1 {
  width: 100%;
  background-image: url("https://media.istockphoto.com/id/182853013/photo/leaflet-about-our-services-with-ballpoint-pen.webp?a=1&b=1&s=612x612&w=0&k=20&c=z6xF64My5bO_ECKKDz-02sobq5eZ1v6_OhQQ3vtMOpU=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 20vh;
}

.our-services2 {
  width: 100%;
  background-image: url("/Images/machines2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
}
.our-services2 h1 {
  color: #fff;
  text-align: left;
}
.our-services2 h5 {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #696868;
  color: #fff;
  font-size: large;
}

.our-services3 {
  width: 100%;
  background-image: url("https://media.istockphoto.com/id/591415644/photo/handyman-repairing-refrigerator-at-home.jpg?s=612x612&w=0&k=20&c=PmL8ZgkW6bvJ02273f3qjHM_-8_dJhza-uGOuMwS4Vs=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
}
.our-services3 h1 {
  color: #2597f4;
  text-align: left;
}
.our-services3 h5 {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #696868;
  color: #2597f4;
  font-size: large;
}

.our-services4 {
  width: 100%;
  background-image: url("https://media.istockphoto.com/id/1149875710/photo/dishwasher-broken.jpg?s=612x612&w=0&k=20&c=c3tHcFKwXfJYGBwLE3y7LzX2Or-RsdQwzlN6UwHIj2w=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
}
.our-services4 h1 {
  color: #fff;
  text-align: left;
}
.our-services4 h5 {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #696868;
  color: #fff;
  font-size: large;
}

.our-services5 {
  width: 100%;
  background-image: url("https://media.istockphoto.com/id/2086062515/photo/technician-is-checking-air-conditioner-air-conditioning-hvac-service-technician-using-gauges.jpg?s=612x612&w=0&k=20&c=01FnRRsdf4EZRrkXj_famg0St0cjr4_rQlJmDAcA1SQ=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
}
.our-services5 h1 {
  color: #fff;
  text-align: left;
}
.our-services5 h5 {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #696868;
  color: #fff;
  font-size: large;
}

.our-services6 {
  width: 100%;
  background-image: url("https://media.istockphoto.com/id/2154051161/photo/the-handyman-detects-the-problem-and-repairs-the-oven.jpg?s=612x612&w=0&k=20&c=cuDOrt9t5FB_pAzDvFjcqe1901fSRziF6SfM_OcJaho=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
}
.our-services6 h1 {
  color: #2597f4;
  text-align: left;
}
.our-services6 h5 {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #696868;
  color: #fff;
  font-size: large;
}

.gallery .gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}
.gallery .gallery-container .box {
  height: 25rem;
  overflow: hidden;
}
.gallery .gallery-container .box:hover img {
  transform: scale(1.1);
}
.gallery .gallery-container .box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.get-in-touch {
  height: 40vh;
  width: 100%;
  background-image: url("https://media.istockphoto.com/id/2172494039/photo/business-help-desk.jpg?s=612x612&w=0&k=20&c=_Iay3_NildwBpTJK0SXEcrXPhoaf7r8lBwYwo9VU9vE=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.get-in-touch h3 {
  font-size: 3rem;
  text-transform: capitalize;
  color: #696868;
  color: #fff;
  max-width: 600px;
  top: 50%;
  left: 50%;
}
.get-in-touch .row .content p {
  font-size: 1.5rem;
  line-height: 2;
  color: #999;
  color: #fff;
  max-width: 400px;
  margin-top: 2rem;
}
.get-in-touch .row .content .btn {
  background: #fff;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  text-transform: capitalize;
  color: #696868;
  color: #2597f4;
  border-radius: 5%;
  border: 2px solid #2597f4;
  margin-top: 2rem;
}
.get-in-touch .row .content .btn:hover {
  background: #696868;
  color: #fff;
}

.get-in-touch1 {
  height: 40vh;
  width: 100%;
  background-image: url("https://media.istockphoto.com/id/1202843504/photo/business-technology-internet-and-network-concept-technical-support-center-customer-service.jpg?s=612x612&w=0&k=20&c=E0cRrrLXV71xYzAtNgNYs4e8-XE12Nob9DGiJPp5DX8=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.get-in-touch1 h3 {
  font-size: 3rem;
  text-transform: capitalize;
  color: #696868;
  color: #fff;
  max-width: 600px;
  top: 50%;
  left: 50%;
}
.get-in-touch1 .row .content p {
  font-size: 1.5rem;
  line-height: 2;
  color: #999;
  color: #fff;
  max-width: 400px;
  margin-top: 2rem;
}
.get-in-touch1 .row .content .btn {
  background: #fff;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  text-transform: capitalize;
  color: #696868;
  color: #2597f4;
  border-radius: 5%;
  border: 2px solid #2597f4;
  margin-top: 2rem;
}
.get-in-touch1 .row .content .btn:hover {
  background: #696868;
  color: #fff;
}

.reviews {
  background: #dbd5d5;
}
.reviews .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}
.reviews .box-container .box {
  text-align: center;
  padding: 3rem;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: 0.2rem solid #696868;
}
.reviews .box-container .box:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  background: #696868;
}
.reviews .box-container .box:hover .text p {
  color: #fff;
}
.reviews .box-container .box:hover .user h3 {
  color: #fff;
}
.reviews .box-container .box .star {
  color: #2597f4;
  font-size: 2rem;
}
.reviews .box-container .text {
  position: relative;
  z-index: 0;
  padding: 1.5rem 0;
}
.reviews .box-container .text i {
  font-size: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.3;
  color: #2597f4;
}
.reviews .box-container .text p {
  font-size: 1.5rem;
  line-height: 2;
  color: #999;
}
.reviews .box-container .user h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #696868;
  color: #696868;
  padding: 0.5rem 0;
  margin-top: 1rem;
}

.blog .slide {
  width: 35rem;
  text-align: center;
}
.blog .slide:hover .image img {
  transform: scale(1.1);
}
.blog .slide .image {
  height: 25rem;
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: -3rem;
}
.blog .slide .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.2s linear;
}
.blog .slide .content {
  padding: 2rem;
  padding-top: 5rem;
  background: var(--white);
  box-shadow: 0 0 1.5rem rgba(179, 192, 216, 0.2);
}
.blog .slide .content h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #696868;
}
.blog .slide .content p {
  padding: 1rem 0;
  font-size: 1.4rem;
  line-height: 2;
  color: #999;
}

.our-blog {
  width: 100%;
  background-image: url("https://media.istockphoto.com/id/1924137135/photo/online-blog-search-learning-work-internet-freelance-business-post-website-online-homepage.jpg?s=612x612&w=0&k=20&c=kzmDarljUaSpYSxO4MzDbqRWTT-3qVcVtthJDYzy6qo=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
}
.our-blog h1 {
  font-size: 6rem;
  text-transform: capitalize;
  color: #696868;
  color: #fff;
  padding: 2rem 0;
}

.blogs {
  display: grid;
  grid-template-columns: repeat(2, 80% 20%);
  gap: 0.1rem;
}
.blogs .blog-head .blog-menu {
  text-transform: uppercase;
}
.blogs .blog-head .blog-menu a {
  text-decoration: none;
  color: rgb(245, 165, 136);
  font-size: medium;
}
.blogs .blog-head .blog-menu a:hover {
  color: #2597f4;
}
.blogs .blog-head h1 {
  font-size: 2.5rem;
  text-transform: capitalize;
  color: #696868;
  color: #2597f4;
  padding: 1rem 0;
}
.blogs .blog-head h1:hover a {
  color: #696868;
}
.blogs .blog-head .blog-date {
  display: flex;
  text-transform: uppercase;
  font-size: medium;
  color: #696868;
}
.blogs .blog-head .blog-date a {
  text-decoration: none;
  color: rgb(245, 165, 136);
}
.blogs .blog-head .blog-date a:hover {
  color: #2597f4;
}
.blogs .blog-head .post1 .disclosure {
  font-size: 1.2rem;
  text-transform: capitalize;
  color: #696868;
  color: var(--black);
}
.blogs .blog-head .post1 .image img {
  width: 100%;
  height: 55vh;
  object-fit: cover;
}
.blogs .blog-head .post1 .content {
  margin-top: 2rem;
  font-size: medium;
}
.blogs .blog-head .post1 .content p {
  margin-bottom: 2rem;
}
.blogs .blog-head .post1 .content a {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--secondary-color);
}
.blogs .blog-head hr {
  width: 100%;
  border: 0.1rem solid var(--secondary-color);
  margin-top: 5rem;
  opacity: 0.3;
}
.blogs .blog-head .posts {
  display: flex;
  gap: 3rem;
  padding-left: 0;
}
.blogs .blog-head .posts .image img {
  width: 50vh;
  height: 35vh;
  object-fit: cover;
}
.blogs .blog-head .posts .content {
  margin-top: 2rem;
  font-size: medium;
}
.blogs .blog-head .posts .content p {
  margin-bottom: 2rem;
  color: black;
}
.blogs .blog-head .posts .content a {
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(245, 165, 136);
}
.blogs .blog-head .posts .content a:hover {
  color: #2597f4;
}
.blogs .blog-side {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}
.blogs .blog-side .form {
  width: 100%;
}
.blogs .blog-side .form label {
  font-size: medium;
}
.blogs .blog-side .form .search {
  display: flex;
  margin: 1.5rem 0;
}
.blogs .blog-side .form .search input {
  height: 4rem;
  border: 1px solid #dbd5d5;
}
.blogs .blog-side .form .search .btny {
  background: #2597f4;
  color: #fff;
  text-transform: uppercase;
  width: 50%;
  font-size: larger;
  padding: 1rem;
  border-radius: 0.5rem;
  font-weight: bold;
}
.blogs .blog-side .form .search .btny:hover {
  background: #999;
}
.blogs .blog-side .form h5 {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #696868;
  color: var(--black);
  text-transform: uppercase;
  width: 100%;
  padding: 2rem 0;
  opacity: 0.7;
}
.blogs .blog-side .form .emails {
  width: 100%;
  height: 4.5rem;
  border: 1px solid #999;
}
.blogs .blog-side .form .submit {
  border: 1px solid #2597f4;
  width: 100%;
  padding: 0.3rem;
  background: #2597f4;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.blogs .blog-side .form .submit:hover {
  background: #999;
}
.blogs .blog-side .recents {
  display: flex;
  gap: 0.5rem;
  margin: 3rem 0;
}
.blogs .blog-side .recents .content h1 {
  font-size: 1.7rem;
  text-transform: capitalize;
  color: #696868;
}
.blogs .blog-side .recents .content h1:hover a {
  color: var(--secondary-color);
}
.blogs .blog-side .recents .content h6 {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: var(--light-color);
}
.blogs .blog-side .recents .image img {
  width: 6vw;
  height: 8vh;
}
.blogs .blog-side h1 {
  font-size: 3rem;
  text-transform: capitalize;
  color: #696868;
}

.contact {
  background: #2597f4;
}
.contact span {
  color: #fff;
}
.contact .row {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.contact .row .map {
  flex: 1 1 42rem;
  width: 100%;
}
.contact .row form {
  flex: 1 1 42rem;
  padding: 2rem;
  border: none;
  background: #999;
}
.contact .row form h3 {
  font-size: 3rem;
  text-transform: capitalize;
  color: #696868;
  padding-bottom: 1rem;
  color: #fff;
}
.contact .row form .inputBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .row form .inputBox input {
  width: 49%;
}
.contact .row form .inputBox input, .contact .row form textarea {
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  color: #dbd5d5;
  margin: 0.7rem 0;
  border-bottom: 0.2rem solid #696868;
}
.contact .row form .inputBox input:focus, .contact .row form textarea:focus {
  background: #dbd5d5;
  color: #696868;
}
.contact .row form .inputBox input:focus::placeholder, .contact .row form textarea:focus::placeholder {
  color: #696868;
}
.contact .row form textarea {
  width: 100%;
  height: 15rem;
  resize: none;
}
.contact .row form .btn {
  background: #fff;
  color: #2597f4;
  border: 2px solid #fff;
}
.contact .row form .btn:hover {
  background: #2597f4;
  color: #fff;
  border: 2px solid #2597f4;
}
.contact .quote {
  text-align: center;
}
.contact .quote h3 {
  font-size: 2.5rem;
  text-transform: capitalize;
  color: #696868;
  color: #fff;
}
.contact .quote h1 {
  font-size: 6rem;
  text-transform: capitalize;
  color: #696868;
  color: #fff;
}
.contact .quote p {
  font-size: 1.8rem;
  line-height: 2;
  color: #999;
  margin-bottom: 3rem;
  color: #fff;
}

.contact-us {
  width: 100%;
  background-image: url("/Images/contact4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-us h1 {
  font-size: 6rem;
  text-transform: capitalize;
  color: #696868;
  color: #fff;
  padding: 2rem 0;
  margin-left: -115rem;
}

.info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}
.info .time {
  margin: 10rem;
  border: 0.5rem solid #696868;
  text-align: center;
  display: inline-block;
  transition: 0.3sec linear;
}
.info .time i {
  color: #2597f4;
  font-size: 2rem;
  padding: 0.5rem;
}
.info .time p {
  padding: 2rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #2597f4;
}
.info .time a {
  text-decoration: none;
  padding: 2rem 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.info .time h4 {
  padding: 0.5rem;
  font-size: 1.5rem;
}

.footer {
  background: #696868;
}
.footer .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}
.footer .box-container .box h3 {
  font-size: 2.2rem;
  text-transform: capitalize;
  color: #696868;
  color: #fff;
  padding: 1rem 0;
}
.footer .box-container .box .link {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #999;
  color: #999;
}
.footer .box-container .box .link:hover {
  color: #fff;
}
.footer .box-container .box .link i {
  padding-right: 0.5rem;
  color: #2597f4;
}
.footer .box-container .box p {
  padding: 0.5rem 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #999;
  color: #999;
}
.footer .box-container .box p span {
  color: #2597f4;
}
.footer .box-container .box .email {
  width: 100%;
  border: 0.2rem solid #696868;
  padding: 1.6rem 1.3rem;
  font-size: 1.6rem;
  color: #999;
  margin: 1rem 0;
}
.footer .box-container .box .share {
  margin-top: 2rem;
}
.footer .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.7rem;
  background: #dbd5d5;
  color: #696868;
  margin-right: 0.3rem;
  text-align: center;
}
.footer .box-container .box .share a:hover {
  background: #2597f4;
  color: #fff;
}

.legal {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #696868;
  text-align: center;
  padding: 1rem;
  background: #2597f4;
  width: 100%;
  color: #fff;
  gap: 1rem;
}
.legal .credit .span {
  color: #696868;
}

.scrollToTopBtn {
  position: fixed;
  bottom: 9rem;
  right: 3.6rem;
  height: 3rem;
  width: 3rem;
  background: #2597f4;
  color: #fff;
  border-radius: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  cursor: pointer;
  z-index: 1000;
}
.scrollToTopBtn:hover {
  background: #696868;
  color: #fff;
}

@media (max-width: 1200px) {
  .header .contact-info {
    padding: 2rem 5%;
  }
  .header .navbar {
    padding: 2rem 5%;
  }
  section {
    padding: 3rem 5%;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header .contact-info {
    padding: 2rem;
  }
  .header .navbar {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
  .washing-machine .content .image {
    margin-left: 0;
  }
  .washing-machine .content .image img {
    width: 100%;
    height: 30vh;
  }
  .washing-machine .content .div_grid {
    display: block;
  }
  .washing-machine .content .div_grid ul .list {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .header .contact-info {
    display: block;
    text-align: center;
  }
  .header #menu-btn {
    display: inline-block;
  }
  .header #menu-btn.fa-times {
    transform: rotate(180deg);
  }
  .header .navbar .links {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
    border-top: 0.2rem solid #696868;
    border-bottom: 0.2rem solid #696868;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .navbar .links.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .navbar .links a {
    display: block;
    margin: 2.5rem 2rem;
    font-size: 2.5rem;
  }
  .fun-fact {
    padding: 5rem 2rem;
  }
  .fun-fact .box {
    flex-flow: column;
    text-align: center;
  }
  .washing-machine {
    display: block;
  }
  .washing-machine .content .image {
    margin-left: 0;
  }
  .washing-machine .content .image img {
    width: 100%;
    height: 30vh;
  }
  .washing-machine .content .div_grid {
    display: block;
  }
  .washing-machine .content .div_grid ul .list {
    margin-left: 0;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .home .content h3 {
    font-size: 3rem;
  }
  .about .content {
    margin-left: 0;
    margin-right: 0;
  }
  .mission .content1 .u_list {
    width: 100%;
  }
  .mission .content1 .u_list li {
    left: -40rem;
  }
  .homes .contents .item img {
    width: 100%;
    object-fit: cover;
  }
  .contact .row form .inputBox input {
    width: 100%;
  }
  .legal {
    flex-direction: column;
    gap: 0.5rem;
  }
  .legal .credit {
    font-size: 1.4rem;
  }
  .scrollToTopBtn {
    bottom: 12rem;
    right: 4.5rem;
  }
  .blogs {
    display: block;
  }
  .blogs .blog-head .posts {
    flex-direction: column;
    gap: 0.5rem;
  }
  .blogs .blog-head .posts .image img {
    height: 30vh;
    width: 100%;
    object-fit: cover;
  }
  .blogs .blog-head h1 {
    font-size: 1.8rem;
  }
  .blogs .blog-head p {
    font-size: 1.5rem;
    text-transform: capitalize;
    color: #696868;
    color: var(--black);
  }
  .blogs .blog-head .post1 .content h1 {
    font-size: 1rem;
  }
  .blogs .blog-head .post1 .image img {
    height: 30vh;
  }
  .blogs .posts {
    display: block;
  }
  .blogs .posts .content h1 {
    font-size: 1rem;
  }
  .blogs .posts .image img {
    height: 30vh;
  }
  .blogs .blog-side .recents .image img {
    width: 30vw;
  }
  .faq .container .faq-question {
    font-size: 1.5rem;
  }
  .contact-us {
    height: 30vh;
  }
  .contact-us h1 {
    margin: -5rem -10rem;
  }
  .washing-machine {
    display: block;
  }
  .washing-machine .content .image {
    display: block;
    margin-left: 0;
  }
  .washing-machine .content .image img {
    width: 100%;
    height: 30vh;
  }
  .washing-machine .content .div_grid {
    display: block;
  }
  .washing-machine .content .div_grid ul .list {
    margin-left: 0;
  }
  .washing-machine .content .div_grid ul .list img {
    width: 100%;
    object-fit: cover;
  }
  .services .box-containers .boxs .images img {
    left: -5%;
  }
}

/*# sourceMappingURL=style.css.map */
