@font-face {
  font-family: "Font awesome 6 free 400";
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 6 free solid 900";
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 6 brands 400";
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --royal-blue: #18588f;
}

.body {
  font-family: Montserrat, sans-serif;
}

.coming-soon-1 {
  height: 100vh;
}

.coming-soon-wrapper.display-flex {
  height: 100%;
  display: flex;
}

.coming-soon-w-l {
  width: 50%;
}

.coming-soon-w-l.bg-color {
  background-color: #fff;
}

.coming-soon-w-l.bg-color.flex {
  background-color: #000;
  align-items: center;
  display: flex;
}

.coming-soon-w-r {
  width: 50%;
}

.coming-soon-w-r.bg-img {
  background-image: linear-gradient(#00000080, #00000080), url('../images/silvia-brazzoduro-YSxcf6C_SEg-unsplash.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.coming-soon-w-r.bg-img.p-40px {
  padding: 40px;
}

.coming-soon-w-r.bg-img.flex {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_563864859.webp');
  background-position: 0 0, 29%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.coming-soon-1-header {
  position: fixed;
  inset: 0% 0% auto;
}

.coming-soon-1-header.p-20px {
  padding: 20px 20px 20px 0;
}

.coming-soon-1-header-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #0000;
}

.coming-soon-1-inner-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-1-inner-content.p-40px {
  height: 90%;
  padding: 40px;
}

.coming-soon-1-inner-content.p-40px.flex {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.h1 {
  color: #707070;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.h1.white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 220px;
  font-size: 5em;
  line-height: 1.2;
}

.coming-soon-1-para {
  color: var(--white);
  font-size: 1em;
  line-height: 1.75;
}

.logo {
  text-align: left;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 20px;
  padding-left: 0;
  font-size: 2em;
  font-weight: 500;
  position: relative;
  inset: 0% 0% auto;
}

.accent {
  color: #3971e0;
}

.coming-soon-social.flex {
  align-items: center;
  padding: 0 40px 0 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.social-media-text {
  color: var(--white);
  font-size: 1em;
  font-weight: 300;
}

.social-media-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  margin-right: 10px;
  padding: 0;
  font-family: "Font awesome 6 brands 400", sans-serif;
  font-size: 1em;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.social-media-link:hover {
  color: var(--royal-blue);
  background-color: #fff;
  border-radius: 0;
  font-size: 1.3em;
}

.social-media-link._2 {
  color: var(--white);
  margin-left: 10px;
}

.social-media-link._2:hover {
  border-bottom-color: #e1306c;
}

.social-media-link._3 {
  color: var(--white);
  margin-left: 10px;
}

.social-media-link._4 {
  color: var(--white);
  margin-left: 10px;
  margin-right: 0;
}

.coming-soon-contact-info {
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 20px;
}

.contact-info {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.contact-block-1 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.font-icon {
  color: var(--white);
  border-right: 1px solid #00000017;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  margin-right: 10px;
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.contact-link {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.count-down-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.count-down-block._4 {
  margin-bottom: 0;
}

.countdown-text {
  color: #fffcfc;
  text-align: center;
  margin-left: 0;
  font-family: PT Serif, serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1;
}

.counter-text-type {
  color: #dadada;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.75;
}

.count-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.count-wrapper.display-desktop-none, .count-wrapper.display-mobile-none {
  display: none;
}

.image {
  width: 500px;
}

.text-block {
  color: var(--royal-blue);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 36px;
  display: flex;
}

.text-span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.link {
  font-weight: 800;
  text-decoration: none;
  display: block;
}

.link._2 {
  color: var(--royal-blue);
  font-weight: 800;
}

.link-1 {
  color: var(--royal-blue);
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.div-block {
  background-color: var(--white);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.text-block-2 {
  border-bottom: 1px solid var(--royal-blue);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.text-block-3 {
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.hyperlink {
  color: #fff;
  font-style: italic;
  font-weight: 700;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.img.home {
  background-image: url('../images/white-marble.webp');
  width: 100%;
  height: 100%;
}

.line {
  filter: contrast(51%);
  background-color: #f8f8f84d;
  border-radius: 16px;
  width: 100%;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.line._0 {
  margin-top: 0;
  margin-bottom: 20px;
}

.content-heading {
  color: #fff;
  border-top: 1px #000;
  border-bottom: 5px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 45px;
  display: flex;
}

.txt {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
}

.button-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.ct-button-2 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f8f8f812;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 10px;
  font-weight: 500;
  overflow: hidden;
}

.ct-button-2._20l {
  margin-right: 20px;
}

.body-container {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #888888d1;
  border: 2px solid #fff;
  border-radius: 40px;
  width: 100%;
  max-width: 1300px;
  padding: 40px;
  box-shadow: -9px 12px 14px #00000054;
}

.top-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.h1-small {
  color: #fff;
  margin-top: 15px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.bold-text {
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.link-2 {
  color: var(--royal-blue);
  font-size: 22px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .coming-soon-w-l.bg-color.flex {
    width: 80%;
  }

  .coming-soon-1-inner-content.p-40px.flex {
    padding-bottom: 0;
  }

  .h1 {
    font-size: 2.5em;
  }

  .logo {
    padding-top: 0;
  }

  .social-media-text {
    flex: none;
  }

  .contact-info-1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .img {
    min-height: 350px;
  }

  .img.home {
    margin-bottom: 0;
  }

  .content-heading {
    margin-top: 0;
  }

  .ct-button-2 {
    margin-top: 10px;
  }

  .body-container {
    width: 100%;
    max-width: none;
  }

  .top-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .h1-small {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .coming-soon-wrapper.display-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    grid-template-rows: 15vh 85vh;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    display: grid;
  }

  .coming-soon-w-l.bg-color.flex {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .coming-soon-w-r.bg-img.flex {
    background-image: linear-gradient(#000000c7, #000000c7), url('../images/Colourful-Glass-Samples---Kitchen-Splashback.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    display: block;
  }

  .coming-soon-1-inner-content.p-40px.flex {
    height: 78%;
    padding-top: 0;
  }

  .coming-soon-1-inner-content.p-40px.flex.padding-none {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1 {
    margin-top: 0;
  }

  .logo {
    z-index: 100;
    color: #2c2c2c;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 3em;
    display: block;
    position: relative;
  }

  .coming-soon-contact-info {
    margin-top: 0;
  }

  .count-down-block {
    height: auto;
    line-height: 2;
  }

  .countdown-text {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 2.5em;
  }

  .counter-text-type {
    padding-bottom: 10px;
  }

  .count-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .count-wrapper.display-mobile-none {
    align-content: center;
    place-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

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

@media screen and (max-width: 479px) {
  .coming-soon-wrapper.display-flex {
    grid-template-rows: 125px auto;
  }

  .coming-soon-w-l.bg-color.flex {
    height: 100%;
  }

  .coming-soon-1-inner-content.p-40px.flex {
    justify-content: flex-start;
    padding: 0;
  }

  .coming-soon-1-inner-content.p-40px.flex.padding-none {
    height: 100%;
    padding: 10px;
  }

  .h1 {
    margin-top: 10px;
    line-height: 1.2;
  }

  .logo {
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .coming-soon-social.flex {
    padding-left: 0;
    padding-right: 0;
  }

  .social-media-text {
    flex: none;
  }

  .coming-soon-contact-info {
    padding-top: 0;
  }

  .contact-info-1 {
    padding-bottom: 0;
  }

  .contact-link {
    width: 100%;
  }

  .count-down-block {
    padding: 0;
  }

  .countdown-text {
    font-size: 1.8em;
  }

  .counter-text-type {
    font-size: .9em;
  }

  .count-wrapper.display-mobile-none {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img {
    min-height: 250px;
  }

  .line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .content-heading {
    text-align: center;
    align-items: center;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 33px;
  }

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

  .button-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .ct-button-2 {
    width: 100%;
    margin-top: 5px;
  }

  .ct-button-2._20l {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .body-container {
    border-radius: 20px;
    width: 100%;
    padding: 20px;
  }

  .h1-small {
    margin-top: 10px;
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6251741f-832a-b2e8-62d7-084aa4e4019b-0a3af123 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-ec3fabcc-567d-3cf6-4df9-f8f9790d12da-0a3af123 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6251741f-832a-b2e8-62d7-084aa4e4019b-0a3af123, #w-node-ec3fabcc-567d-3cf6-4df9-f8f9790d12da-0a3af123 {
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Font awesome 6 free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}