#section1
{
    padding:50px 0px;
    text-align: center;
}

#section1 img
{
    width:100%;
    height:300px;
    margin:10px;
    box-shadow: 1px 1px 1px 2px rgb(219, 219, 219);
}

h2{
    padding:0px;
   
    
}

.buttonMoreDetails
{
    padding:15px 40px;
    animation-duration: 4s;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    border-radius: 25px;
    margin-left:20px;
    
    color:white;
    font-family: 700;
    /* box-shadow: 1px 1px 2px 2px  #3498DB; */
}

.buttonMoreDetails:hover
{
text-decoration: none;
    color:white;
    
    background: linear-gradient(-45deg, rgba(45,112,253,0.6) 0%, rgba(45,112,253,0.6) 100%);
}
#button
{
    text-align: center;
}

/* .section h2
{
    margin:0px;
    padding-top:100px;
} */

footer
{
    margin-top:100px;
}

#section6
{
    background-color: rgb(240, 240, 240);
}


















.frame {
    width: 100%;
    
    text-align: center;
  }

 
  .frame button {
    margin: 20px;
  }
  .custom-btn {
    width: 100%;
    height: 80px;
	line-height: 80px;
	
    color: #fff;
    border-radius: 5px;
   font-size:17px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  

.btn-12{
 
  
    border:none;
    box-shadow: none;
    width: 100%;
    height: 40px;
    line-height: 42px;
   
  }
  .btn-12 span {
      background: #e2ae05;
      background: linear-gradient(0deg, #e2ae05 0%, #e7b307 100%);
    display: block;
    position: absolute;
    width: 100%;
    height: 80px;
    line-height: 80px;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    border-radius: 5px;
    margin:0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .btn-12 span:nth-child(1) {
    box-shadow:
     -7px -7px 20px 0px #fff9,
     -4px -4px 5px 0px #fff9,
     7px 7px 20px 0px #0002,
     4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .btn-12:hover span:nth-child(1) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .btn-12:hover span:nth-child(2) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
   color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
 
.matrixbtn
{
  padding:10px 20px;
  background: #e2ae05;
  background: linear-gradient(0deg, #e2ae05 0%, #e7b307 100%);
  color:white;
  border-radius: 10px;

}
.matrixbtn:hover
{
  padding:10px 20px;
  background: white;
  border:2px solid #e2ae05;
  color:#e2ae05;
  border-radius: 10px;
  
}