
.hidden{
  display: none!important;
}

.navbar{
  background-color: #FFFFFF;
}

.nav-link{
  color: black;
}

.dropdown-item:hover{
  color: #12C6D5!important;
}

.nav-link:hover{
  font-size: 25px;
  color: #12C6D5;
}

body{
  background-color: #F5F3F3;
}

#banner{
  height: 500px;
  background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,100,121,1) 0%, rgba(8,109,132,1) 35%, rgba(0,224,255,1) 100%);
margin-bottom: 100px;
}

.banner-txt{
  width: 50%;
  position: relative;
  bottom: 270px;
  left: 650px;
  font-size: 60px!important;
  font-family: 'PT Sans Narrow', sans-serif;
}

.product-card{
  padding: 10px 20px 0 20px!important;
  width: 80%;
  height: 300px!important;
  border-radius: 10px;
  z-index: 2;
  position: relative;
}

.product-des{
  border-radius: 10px;
  line-height: 2;
  padding: 5px;
  display: none;
}

.product-text{
  margin-top: 60px;
}

/* .bottom-row{
  position: absolute!important;
  top:500px!important;
} */

.product-header{
  background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,100,121,1) 0%, rgba(8,109,132,1) 35%, rgba(0,224,255,1) 100%);
margin-bottom: 120px;
}




.p-header{
  font-size: 30px!important;
  margin-top: 50px!important;
  margin-bottom: 100px;
}

.learn-link{
  background-color: transparent;
  position: relative;
  bottom: 30px;
  padding: 5px;
  border-radius: 20px;
  border: 1px solid #12C6D5;
  color: #12C6D5;
  transition: 0.8s;
  margin-bottom: 40px!important;
}

.btn-pos{
  bottom: 65px!important;
}

.learn-link:hover{
  background-color: #16C3D2;
  color: white;
  text-decoration: none;
}

#about-header{
  margin-bottom: 100px;
}



#about-section{
  font-family: 'Mada', sans-serif;
  font-size: 20px;
}

.about-para{
  margin-top: 50px;
  margin-bottom: 50px;
  color: #787777;
}

.contact-header-text{
  width: 60%;
  z-index: 2;
  position: relative;
  left: 230px;
}

.contact-banner{
border-radius: 5px;
display: none;
}
/* #5769FB */
.banner-small-text{
  font-weight: 400!important;
}

.contact-form{
  border-left: 0.5px solid #16C3D2;
}


.header-text{
  width: 74%;
  left: 175px;
  bottom: 400px;
  position: relative;
  background-color: rgba(0,0,0,0.5);
  display: none;
}

.contact-body-container{
  width: 70%!important;
}

.self-list{
  padding-left: 130px;
}


.interest-list{
  font-family: sans-serif;
  width: 50%;
  margin-left: 330px;
}



footer{
  padding: 40px;
  background-color: black;
  color: white;
}

.power-link{
  font-family: 'Poiret One', cursive;
}


@media (max-width: 991px){
  .self-list{
      padding-left: 0!important;
  }

  .interest-list{
    margin-left: 150px;
    width: 60%;
  }

  .header-text{
    width: 100%;
    left: 0;
  }

  .contact-det{
    margin-bottom: 100px;
    border-bottom: 0.5px solid #16C3D2;
  }

  .contact-form{
    border: 0;
  }

  .banner-txt{
    left: 550px;
    width: 40%;
  }

}



