.coming-soon {
  background: #ebe6ec;
	padding:5rem 0 17rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Futura Bk BT";
  position: relative;
}
.coming-soon > img {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  top: 0;
  opacity: 0.1;
  display: block;
}
.coming-soon h2 {
  font-size: 7rem !important;
	line-height:normal !important;
  color: #36013F;
  text-align: center;
}
.coming-soon .tx {
  position: relative;
  z-index: 2;
}
.coming-soon h6 {
	font-family:Caroline;
  color: #36013F;
  font-size: 2rem;
  text-align: right;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.coming-soon h6::before {
  content: "";
  display: inline-block;
  height: 0.08rem;
  width: 20%;
  background: #36013F;
  position: relative;
  top: 0.1rem;
}
.coming-soon h6::after {
  content: "";
  display: inline-block;
  height: 0.08rem;
  width: 20%;
  background: #36013F;
  position: relative;
  top: 0.1rem;
}
.coming-soon p {
  color: #36013F;
  text-align: center;
  font-size: 1.5rem;
}
.coming-soon .social-cs {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 1.5rem;
}
.coming-soon .social-cs li a {
  font-size: 1.5rem;
  color: #36013F;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background: #fff;
  text-decoration: none;
  transition: all ease 1s 0s;
}
.coming-soon .social-cs li a:hover {
  background: #36013F;
  color: #fff;
}
.coming-soon .cs-btn {
  display: inline-flex;
  border-radius: 30px;
  background: var(--Purple, #36013F);
  border: 1px solid #36013F;
  padding: 16px 36.4px;
  color: var(--White, #FFF);
  font-family: "Futura Bk BT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.4s;
  text-decoration: none;
  margin-top: 1rem;
  font-size: 1.2rem;
}

.error {
  text-align: center;
}
.error h2 {
  font-size: 15rem;
}
.error p{
	margin-bottom:1rem;
}

header .menu-area .totl_head .main_logo.for_mobileimg {
    display: none;
}


@media (max-width: 767px) {
  .error h2, .coming-soon h2 {
    font-size: 4rem !important;
  }
	.coming-soon{
		height:auto;
		padding:5rem 0;
	}
}/*# sourceMappingURL=style.css.map */

@media (max-width: 767px) {
  header .menu-area .main_logo.for_mobileimg {
    display: block !important;
		width:auto;
		max-width:120px;
  }

  header .menu-area .main_logo.for_desktopimg {
    display: none;
  }
}

