h1{
  display:flex;
  justify-content: center;
  margin:0px;
  color:white;
  text-align:center;
  padding-top:280px;
  text-shadow: 0px 5px 5px  #000;
}

.sect{
  height: 800px;
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.sectOne{
  margin:0px;
  background-image: url("https://wallpaperaccess.com/full/2593068.jpg");
  background-position:center;
}
.subSection{
  height:auto;
  
  background-color: darkcyan;
  background-position:center;
  padding-bottom: 40px;
}
.subSectiontwo{
  height:auto;
  background-color: white;
  background-position:center;
}
.subSectiontitle {
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  
}
.subSectiontitle h2{
  display: flex;
  justify-content: center;
  margin-top:20px;
  color: white;
  align-self: center;
  text-align: center;
}
.boarder {
  padding :20px;
  border-radius: 5px;
}
.bold {
  
  border-radius: 5px;
  font-weight: bold;
}
.subSectiontitle p {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top:5px;
  font-size: 25px;
  color:white;
}


  .cardLink:hover{
    text-decoration: none;
  }

  .elemCard:hover{
    background-color: #d8d8d8;
  }
  body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
    margin-left: 0px;
  }
 

.card {
    position: relative;
    border-radius: 10px;
    width: 100%;
}

.card .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #008b8b;
    transition: 0.7s;
    z-index: 1;
    text-align: center;
    

}




 .card .icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.7s;
    color: #fff;
}



 .card .face {
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

 .card .face.face1 {
    position: relative;
    background: #008b8b;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
    
    
}

.card:hover .face.face1{
    background: #008b8b;
    transform: translateY(0px);
}

.card .face.face1 .content {
    opacity: 1;
    transition: 0.5s;
}

.card:hover .face.face1 .content {
    opacity: 1;
}

.card .face.face1 .content i{
    max-width: 100px;
}

.card .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0,0,0,0.8);
    transform: translateY(-100px);
  
}

 .card:hover .face.face2{
    transform: translateY(0);
}

 .card .face.face2 .content p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #414141;
}

.card .face.face2 .content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    justify-content: center;
    text-align: center;
    color: #414141;
} 

a {
    text-decoration: none;
    color: #414141;
}
.text{
  margin-top: 70px;
}
/* Adjustments to existing styles */
.subSectiontitle {
  text-align: center;
}

.bold {
  font-weight: bold;
}
 
.api{
  margin-top:40px;
}
 .about{
  margin-top:40px;
}
.how{
  margin-top:40px;
}
 .why{
  margin-top:40px;
}

.animate-section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-section.active {
  opacity: 1;
  transform: translateY(0);
}
.animate-section.fade-out {
  opacity: 0;
  transform: translateY(-50px);
}
.animate-element {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-element.active {
  opacity: 1;
  transform: translateY(0);
}
.animate-element.fade-out {
  opacity: 0;
  transform: translateY(-50px);
}
.card1{
  width: fit-content;
}

.box{
  width:290px;
  height: 76px;
}


