
.coming-soon{
/*  width: 100%;*/
margin-top: 5rem;
  padding: 10rem;
  padding-top: 2rem;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.coming-soon h2{
  margin-top: 4rem;
}
/*main section*/
#main{
width: 102%;
position: relative;
}

.main{
 width: 100%;
 height: 60rem;
color: black;
/*background-color: #222;*/
}

/*particles*/
 #particles-js{
  background-color: #1f1f2e;
  background-image: url(../../images/star.jpg);
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 100;
 }

  #particles-js:before{
    content: " ";
    background-color: #41898C;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    right:0;
    bottom: 0;
    top:0;
     z-index: -1;
  }
/*end particles*/

/*main top*/
 .main-top{
  width: 75%;
  position: absolute;
  z-index: 10000;
  color: white;
  top: 50%;
  left: 14%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
 }


 .main-top .m-head h2{
  width: 70%;
  font-size: 5.8rem;
 }

 .main-top .main-top-right a{
  font-size: 1.5rem;
  color: #b3b3b3;
 }

 .main-top .main-top-right span a{
  color: white;
 }

 .main-top .m-head h4{
  font-size: 2rem;
  margin-top: 2rem;
 }

 .main-top .m-para{
  margin-top: 2rem;
  font-size: 1.7rem;
  text-align: center;
 }

 .main-top .m-para span{
 background-color: #131339;
 padding: 0.2rem 1rem;
 border-radius: 20px;
 font-weight: 800;
 text-transform: uppercase;
 }

 .main-top .btn{
  display: flex;
  margin-top: 2rem;
 }

 .main-top .btn button{
  margin-left: 1rem;
  padding: 2rem;
  font-size: 1.6rem;
  border-radius: 20px;
  transition: 0.3s ease;
 }

  .main-top .btn button:hover{
     background-color: #33334d;
  color: white;
  }
/*end main top*/

/*end main section*/

/*data section*/
#data{
  width: 100%;
  height: 100%;
}

.data{
  .width: 100%;
  min-height: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.data .abc{
  width: 100%;
  display: flex;
}

.data-head{
  flex-direction: column;
  margin-top: 5rem;
}

.data-head h2{
  font-size: 3.4rem;
  justify-content: center;
  text-align: center;
}

.data-head h2 span{
  color: #41898C;
  border-bottom: 2px solid #41898C;
}

.data-head p{
  width: 70%;
  margin-top: 2rem;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}


.data-head .dh{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.data-head .dul{
  width: 50%;
  display: flex;
  justify-content: space-evenly ;
}

.data-head ul{
/*  list-style: none;*/
  font-size: 1.5rem;
}


/*data cont section*/
.data-cont{
  display: flex;
flex-direction:column;
align-items: center;
justify-content: center;
background-color: #f2f2f2;
margin-top: 2rem;
}

.data-cont .cont-top{
  width: 60%;
  min-height: 26rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
 justify-content: center;
  align-items: center;
  margin-left: 20rem;
}

.data-cont .cont-top .datac{}

.data-cont .cont-top .datac1{
  width: 50%;
 border-right: 2px solid #cccccc;
}

.data-cont .cont-top .datac2{
  margin-left: 2.5rem;
}

.data-cont .cont-top {
  justify-content: center;
  align-items: center;
}

.data-cont .cont-top .datac ul{
  list-style: none;
  font-size: 1.3rem;
  margin-top: 1rem;
}

.data-cont .cont-top .datac li{
  margin-top: 0.5rem;
}

.data-cont .cont-top .datac h2{
 font-size:2rem;
 color: black;
}

.data-cont .cont-top .datac p{
  width: 100%;
 margin-top: 1.2rem;
 font-size: 1.3rem;
 color: black;
}

.data-cont .cont-top img{
  width: 30px;
}

.data-mid{
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin: 5rem;
  padding: 1rem;
}


.data-mid img{
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem;
  margin-left: 18rem;
}



/*end contact section*/
