@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*html{
    font-size: 62.5%;
}*/
* {

  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  list-style: none;
  color: #000000;

}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1280px !important;
}


/* -------------------------------------------------------- */
.commingSoon{
    padding-top: 85px;
    padding-bottom: 202px;
    background-image: url(../images/Coimgsoonpage.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-height: 100vh;
    z-index: -1;
}

.top-logo{
    text-align: center;
}
.top-logo img{
    width: 371px;
    height: 64px;
}
.law-logo{
    padding-top: 40px;
    text-align: center;
}
.commingSoon-title h2{
    font-family: Inter;
    font-size: 60px;
    font-weight: 500;
    line-height: 86px;
    letter-spacing: 0em;
    text-align: center;
    color: #1F1F1F;
    padding-top: 40px;
}
.commingSoon-title span{
    font-family: Inter;
    font-size: 60px;
    font-weight: 500;
    line-height: 86px;
    letter-spacing: 0em;
    text-align: center;
    color: #2D9B8E;
}
.commingSoon-title p{
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 24px;
    color: #6B6B6B;
}
.commingSooninput{
    width: 100%;
    max-width: 455px;
    padding-top: 40px;
    text-align: center;
    margin: auto;
    position: relative;
}

.TaoClass{
    width: 100%;
    max-width: 455px;
    padding-top: 40px;
    text-align: center;
    margin: auto;
    position: relative;
}

#mc_embed_signup_scroll{
    width: 100%;
    max-width: 455px;
    padding-top: 40px;
    text-align: center;
    margin: auto;
    position: relative;
}

.mce_inline_error {
    background-color: rgb(0,0,0,0);
}

.commingSooninput .error-message{
    position: absolute;
    content: '';
    bottom: 56px;
    left: 0;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}
.commingSooninput input{
    max-width: 455px;
    width: 100%;
    height: 60px;
    border: 1px solid #2D9B8E;
    border-radius: 6px;
    padding-left: 16px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;

}

.TaoClass input{
    max-width: 455px;
    width: 100%;
    height: 60px;
    border: 1px solid #2D9B8E;
    border-radius: 76px;
    padding-left: 16px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;

}
.commingSooninput input::placeholder{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #B4B4B4;
}

.TaoClass input::placeholder{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #B4B4B4;
}
.commingSooninput button{
    margin-top: 40px;
    width: 135px;
    height: 47px;
    background-color: #2D9B8E !important;
    border-radius: 6px;
    color: #FCFCFC;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    border: none;
}




#mc-embedded-subscribe{
    display: flex;
    margin-top: 40px;
    width: 135px;
    height: 40px !important;
    background-color: #2D9B8E !important;
    border-radius: 6px;
    color: #FCFCFC;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    border: none;
}
.error-message {
    color: red !important;
    font-size: 14px;
    display: none; /* Hide error message initially */
  }
  .custom-confirm-button-class {
    background-color: #2D9B8E !important; /* Set the desired background color */
    color: #fff; /* Set the desired text color */
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    width: 100px;
  }
  div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #2D9B8E; /* Set the desired background color */
    color: #fff; /* Set the desired text color */
    outline: none; /* Remove the outline or border */
  }
  



@media screen and (max-width: 350px) {}
