@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
body {
  line-height: 1.8em;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  min-height: 100vh;
  background-image: radial-gradient(circle, #cbc6b2, #cbc6b2, #cbc6b2, #cbc6b2, #cbc6b2);
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

.no-padding {
  padding: 0px !important;
}

.logo-wrapper {
  text-align: center;
  margin-bottom: 90px;
  padding-top: 50px;
}
@media (max-width: 1440px) {
  .logo-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .logo-wrapper {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }
}
.logo-wrapper img {
  transform: rotate(-1deg);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .logo-wrapper img {
    width: 100%;
    max-width: 100%;
  }
}

.coming-soon-wrapper {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 1440px) {
  .coming-soon-wrapper {
    margin-bottom: 20px;
  }
}
.coming-soon-wrapper h1 {
  text-transform: uppercase;
  font-size: 60px;
  font-family: "DM Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .coming-soon-wrapper h1 {
    font-size: 40px;
  }
}
.coming-soon-wrapper h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333333;
  font-style: italic;
  text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .coming-soon-wrapper h3 {
    font-size: 17px;
  }
}
.coming-soon-wrapper::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 2px;
  width: 150px;
}

.details-wrapper {
  padding-top: 30px;
  margin-bottom: 90px;
}
@media (max-width: 1440px) {
  .details-wrapper {
    padding-top: 20px;
    margin-bottom: 50px;
  }
}
.details-wrapper p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  line-height: 24px;
}

.contact-services-wrapper {
  padding-bottom: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
@media (max-width: 1440px) {
  .contact-services-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contact-services-wrapper {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }
}
.address{
    text-align: center;
}

.contact-services-wrapper .address {
  text-align: center;
}
.contact-services-wrapper .contact-wrapper {
  text-align: center;
}
.contact-services-wrapper .contact-wrapper a {
  color: #333333;
  font-family: "Poppins", sans-serif;
}
.contact-services-wrapper .contact-wrapper a:hover {
  text-decoration: underline;
}
.contact-services-wrapper .service-wrapper {
  text-align: center;
}
.contact-services-wrapper h3 {
  font-family: "DM Sans", sans-serif;
  color: #6F342F;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .contact-services-wrapper h3 {
    font-size: 20px;
  }
}
.contact-services-wrapper h6 {
  color: #333333;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .contact-services-wrapper h6 {
    font-size: 16px;
  }
}
.contact-services-wrapper h6 span {
  color: #222222;
  font-weight: 600;
}

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