

/*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.html);
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 100;
 }

  #particles-js:before{
    content: " ";
    background-color: #e5a00b;
    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{
  font-size: 7.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;
 }

 .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*/

/*email-data section*/
#email-data{
  width: 100%;
  height: 100%;
}

.email-data{
  .width: 100%;
  min-height: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.email-data .abc{
  width: 100%;
  display: flex;
  align-items: center;
}

.email-data-head{
  flex-direction: column;
}

.email-data-head{
  margin-top: 5rem;
}

.email-data-head h2{
  font-size: 3.4rem;
}

.email-data-head h2 span{
  color: #e5a00b;
  border-bottom: 2px solid #e5a00b;
}

.email-data-head p{
  width: 70%;
  margin-top: 2rem;
  font-size: 1.5rem;
  
}


/*email-data cont section*/
.email-data-cont{
  width: 40%;
  display: flex;
flex-direction:row;
align-items: center;
justify-content: center;
padding: 10rem;
}

.email-data-cont .cont-left,.email-data-cont .cont-right{
  width: 50%;
  min-height: 25rem;
  height: 100%;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 10rem;
}

/*.data-cont .cont-top .datac{
  width: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  text-align: center;
}*/

.email-data-cont .cont-left h2{
 font-size: 2.5rem;

}

.email-data-cont .cont-left ul h2{
  margin-top: 1.5rem;
}

.email-data-cont .cont-left p{
  width: 50%;
 margin-top: 1.2rem;
 font-size: 1.3rem;
}

.email-data-cont .cont-left li{
  font-size: 1.5rem;
  margin-top: 1rem;
}



.email-data-cont .cont-right{
  margin: 2rem;
}

.email-data-cont .cont-right img{
  width: 70rem;
}







/*end contact section*/
