/*
 * Globals
 */
/* .body {
   background : linear-gradient(3deg, #CAECFF 0%, rgba(255, 255, 255, 0.74) 78%, rgba(255, 238, 237, 0.21) 100%);
} */

.navbar {
    padding-left: 50px;
    padding-top: 25px;
}

.navbar-nav {
    padding-left: 30px;
    font-weight: bold;
    font-size: 1.2rem !important;
}

.nav-item button {
    padding-left: 10px;
    margin-left: 30px;
    height: 40px;
}
.main {
    text-align: center;
    padding-top: 30px;
    background: linear-gradient(3deg, #CAECFF 0%, rgba(255, 255, 255, 0.74) 78%, rgba(255, 238, 237, 0.21) 100%);
}

.title {
    font-size: 3.625rem;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.75rem;
}

.introduce {
    font-size: 2.375rem;
    font-weight: 400;
    color: #666666;
    padding-top: 20px;
}

.click {
    padding-top: 30px;
}


.products img {
    width: 38%;
    border-radius: 20px;
    border: 2px solid #000;
}

.row{
    padding-top: 10px;
     justify-content: center;
}
.products {
    padding-top: 40px;
}

.container {
    text-align: center;
}

.coenter {
    margin-top: 3.125rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0%, #EFFAFF 100%);
    border-radius: 10px 10px 10px 10px;
}

.tips {
    padding-top: 20px;
    color: #AAD6FF;
    font-weight: bold;
}

.feature img {
    width: 30%;
}

.feature h2 {
    font-size: 1.25rem;
    font-weight: bold;
    padding-top: 30px;
}

.feature p {
    font-size: 0.8rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #999999;
}
.comingsoon {
 /* border: 1px solid rgba(0, 162, 154, .1); */
  border-radius: 20px; 
  padding: 2em;
  position: relative;
  overflow: hidden;
}

.comingsoon::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color:#77848A;
  filter: blur(20px) brightness(200%) contrast(.5);
  opacity: .1;
}
 /* #00a29a */
.comingsoon h1 {
  vertical-align: middle;
}

.small-font {
  color: #00a29a;
  font-size: .6em;
  display: inline-block;
  padding: 2px 6px;
  border: 2px solid #00a29a;
  border-radius: 10px;
  vertical-align: middle;
}

.footer{
    background: #000000;
}
.copyright{
    color:#fff
}
a{
    text-decoration: none;
}
a:hover {
    color: #61C8FF !important;
}

.ShAdow2 {
    background: #000;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 3;
}



