@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body {
	background:#FFF;
	margin:0 !important;
	padding: 0px !important;
  font-family: "DM Sans", sans-serif;
    -webkit-animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    -ms-animation: fadein 1.5s;
    -o-animation: fadein 1.5s;
    animation: fadein 1.5s;
}

a, button{ transition: all ease 0.5s;  }

body, html {
	height:100%;
}

html, body, p, h1, h2, h3, h4, h5, h6, img, form, input, select, textarea, ul, li {
	margin: 0;
	padding: 0;
}

ul li{
    list-style: none;
}

:focus{  outline: none; }

img {
    border: none;
    width: 100%;

}

a {
	transition: all ease 0.5s;
	text-decoration:none !important;
}

a:hover { text-decoration:none; }

a, a:link, a:visited, input { outline: none; }

.clear {
    height: 0;
		margin: 0;
		padding: 0;
		clear: both;
		font-size: 0;
		line-height: 0;
}

.btn:focus {
    outline: 0;
    box-shadow: inherit;
}
    
    
section.commingsoon {
    background-image: url('../img/bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* fill, keep aspect */
    height: 100vh;
}
.Brand-logo img {
    width: 233px;
}
h2.main_Heading {
    color: #fff;
    text-align: center;
font-family: "IBM Plex Sans";
font-size: 70px;
font-style: normal;
font-weight: 100; 
}
p.description {
    color: #fff;
    text-align: center;
font-family: "IBM Plex Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
.company_copyright {
    display: flex;
}
.company_copyright span {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    background: #ffffff54;
    padding: 14px 32px;
    border: 1px solid #e2e2e2;
}
.commingsoon .container, 
.commingsoon .row,
.commingsoon col-lg-12{
    height: 100%;
}
.main-commingsoon {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.Details_co {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
h2.main_Heading b {
    font-weight: 700;
}
button.notify-btn {
    display: flex;
    padding: 24px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    text-transform: uppercase;
    border: 0;
    font-size: 16px;
font-style: normal;
font-weight: 400;
}
button.btn.btn-primary.submit-btn {
    border: 0 !important;
    border-radius: 0px;
    padding: 10px 50px;
    background: #1a1a1a;
}
.form-floating textarea {
    height: 150px !important;
}
.modal-content {
    border-radius: 0px !important;
}
.modal-body input, .modal-body textarea {
    border-radius: 0px;
}

.form-control:focus {
    border-color: inherit;
    outline: none;
    box-shadow: none;
}

h1.modal-title {
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
  h2.main_Heading {
    font-size: 46px;
}  
    
 p.description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}   
 button.notify-btn {
    width: 100%;
}   
    
 section.commingsoon.p-5 {
    padding: 30px 15px !important;
}   
 button.btn.btn-primary.submit-btn {
    width: 100%;
    padding: 14px 20px !important;
}   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}



























    
    
}
