/* Google font  */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700&display=swap");
/* Remix Icon */
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");
/* Bootstrap */
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
*, *, *:after, *:before {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  color: #29282C;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

div, header, nav, footer, section, aside, article {
  display: block;
}

a {
  color: #29282C;
  text-decoration: none;
}

a i {
  vertical-align: middle;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

img {
  width: 100%;
}

.main {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    /* background-image: url("../img/coming-soon.jpg"); */
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}


.main .credit {
  text-align: center;
  z-index: 2;
  padding-top: 50px;
}

.main .credit p {
  color: #ffffff;
}

.main .credit a {
  color: #ffffff;
  text-decoration: underline;
}

.main .contact-details {
  z-index: 2;
  margin-bottom: 30px;
  text-align: center;
}

.main .contact-details .box {
  background-color: #f1f1f1;
  padding: 10px;
}

.main .contact-details .box .title {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
  color: #1e1e1e;
}

.main .contact-details .box p {
  margin-bottom: 0;
}
.main .contact-details .box p a:hover {
  color: #1e1e1e;
}

.main .coming-details {
  padding-top: 70px;
  padding-bottom: 20px;
  text-align: center;
  z-index: 2;
}

.main .coming-details h1, .main .coming-details h2, .main .coming-details h3, .main .coming-details h4 {
  font-size: 65px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;

}

.main .coming-details p {
  font-size: 20px;
  font-weight: 500;
  opacity: 0.9;
	margin-bottom: 30px;
}

.main .coming-details * {
  color: #1e1e1e;
}

.main .logo {
  z-index: 2;
  text-align: center;
}

.main .logo img {
  max-width: 340px;
  width: 100%;
  /* padding: 5px; */
  /* background-color: #ef7f1a; */
}

.main::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  background-color: #fff;
}

.designby {
    margin-top: 30px !important;
}
.designby .box p{
	text-align: center;
	margin-bottom: 0px;
}
.designby .box{
    padding: 10px;
    background-color: #f1f1f1;
	z-index: 999;
}
.main .details {


  text-align: center;
  z-index: 2;
}

.main .details .box {
	background-color: #f1f1f1;
	padding: 20px;
}
.main .details .box i {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}

.main .details .box p {
  margin-bottom: 0;
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .main .logo img {
    max-width: 290px;
  }
  .main .coming-details {
    padding-top: 35px ;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .main .coming-details h1, .main .coming-details h2, .main .coming-details h3, .main .coming-details h4 {
    font-size: 62px;
    font-weight: 600;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
	/* .main {
  	min-height: 100%;
		padding-top: 60px;
		padding-bottom: 60px;
	} */
  .main .logo {
    padding-top: 30px;
  }
  .main .logo img {
    max-width: 200px;
  }
	.main .contact-details .box {
		padding-left: 0;
		padding-right: 0;
	}
	.designby .box p,
	.main .details .box p,
	.main .contact-details .box p,
	.main .contact-details .box .title {
		font-size: 13px;
	}
  .main .details i {
    display: block !important;
    font-size: 30px !important;
  }
  .main .contact-details {
    padding-bottom: 0px;
  }
  .main .coming-details {
    padding-top: 50px;
  }
  .main .coming-details p>br {
    display: none;
  }
  .main .coming-details h1, .main .coming-details h2, .main .coming-details h3, .main .coming-details h4 {
    font-size: 32px !important;
  }
}
