*{
    margin:0;
    padding:0;
}
#banner{
    background: linear-gradient(rgba(0,0,0,0.5),#009688),url('https://robbreport.com/wp-content/uploads/2022/07/Himat_WeightRoom.jpg?w=1000');
    background-size:cover;
    background-position: center;
    height:100vh;
}
.logo{
    width: 400px;
    position: absolute;
    top: -15%;
    left: -50
        
}
.banner-text{
    text-align: center;
    color: #fff;
    padding-top: 180px;
    
    
}
.banner-text-two{
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-size: 40px;
    font-style: oblique 
    
    
}




.banner-text h1{
    font-size: 70px   
}
.banner-text p{
    font-size: 20px;
    font-style: italic;    
}
.banner-btn{
    margin: 60px auto 0; 
}
.banner-btn a{
    width: 150px;
    text-decoration: none;
    display: inline-block;
    margin: 0 8px;
    padding: 12px 0;
    color: #fff;
    border: .5px solid #fff;
    position:relative;
    z-index: 1;
    transition: color 0.5s 
 }

.banner-btn a span{
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s
}
.banner-btn a:hover span{
    width: 100%;   
} 
    
.banner-btn a:hover{
    color: #000;
}


.table-one{
    border-collapse:
  width: 100%;
  max-width: 160px;
  margin: 20 auto;
  background-color: transparent;
  color: #FFF;
}

th, td {
  text-align: center;
    color: #FFF;
  padding: 10px;
  border: 1px solid #FFF;
}

th {
  background-color: #;
  font-weight: bold;
}

tr:hover {
  background-color: #f5f5f5;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  th, td {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
  }

  th {
    background-color: #fff;
    border: none;
    padding-top: 20px;
  }

  tr:nth-child(odd) {
    background-color: #f5f5f5;
  }
}
    
}