html,
body {
  /* width: 100vw; */
  height: auto;
  margin: 0;
  padding: 0;
  background: url("../images/bg.png") no-repeat center center;
  background-size: cover;
  font-family: 'Lato', sans-serif;
  position: absolute;
  font-family: 'Lato', sans-serif;
  width: 100%;
}
.hand-img{
       width: 100%;
    margin-bottom: -65px;
    margin-left: 77px;
}
.lading-content{
        margin-top: 180px;
}
.text-box{
    margin-top: 30px;
}
.text-box h1{
        text-transform: uppercase;
        font-size: 2rem;
}
.text-box h3{
        font-size: 1.5rem;
}
.text-box a{
      background: #000;
    color: #fff;
    padding: 14px 40px;
    text-transform: uppercase;
    font-size: 22px;
}
.text-box a:hover {
  background: #333;
}
.logo-section {
  display: flex;
  align-items: center;
}

.logo {
  height: 90px;
  margin-right: 15px;
}
.partner-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.partner-controls button {
  background: black;
    color: white;
    padding: 8px 25px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.partner-controls button:hover {
  background: #333;
}
.tap-logo {
  height: 65px;
      margin-bottom: 15px;
}
.navbar {
        display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.payments{
        display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    position: relative;
        margin-top: -100px;
    margin-bottom: 38px;
}
.payments img {
    height: 65px;
    object-fit: contain;
}
#footer{
        padding: 15px 0;
}
#footer img{
    margin: auto;
    width: 115px;
}
@media(max-width:676px){
   .hand-img {
    width: 100%;
    margin-bottom: -65px;
    margin-left: 14px;
}
    #nav {
        top: 8px;
    }
    .logo-section{
            justify-content: center;
    width: 100%;
    }
    .partner-controls {
    display: flex
;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}
.lading-content {
    margin-top: 220px;
}
}