/* 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;
  color: black ;
}

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("https://picsum.photos/1920"); */
    background-image: url("../asset/coming-soon.jpg"); 
   /* background-color: #2b2a29;  */
  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-top: 30px;
  text-align: center;
}

.main .contact-details .box {
  background-color: #ffffff;
  padding: 10px;
}

.main .contact-details .box .title {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
  color: black;
}

.main .contact-details .box p {
  margin-bottom: 0;
}

.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: 80px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  
}

.main .coming-details p {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
}

.main .coming-details * {
  color: #ffffff;
}

.main .logo {
  z-index: 2;
  text-align: center;
}

.main .logo img {
  max-width: 270px;
  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: rgba(0, 0, 0, 0.8);
}

.designby {
    margin-top: 30px !important;
}
.designby .box p{
	text-align: center;
	margin-bottom: 0px;
}
.designby .box{
    padding: 10px;
    background-color: #fff;
	z-index: 999;
}
.main .details {
  
  
  text-align: center;
  z-index: 2;
}

.main .details .box {
	background-color: #fff;
	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: 200px;
  }
  .main .coming-details {
    padding-top: 50px ;
    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 .logo {
    padding-top: 30px;
  }
  .main .logo img {
    max-width: 150px;
  }
  .main .details i {
    display: block !important;
    font-size: 30px !important;
  }
  .main .contact-details {
    padding-bottom: 30px;
  }
  .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;
  }
}