.footer {
  box-sizing: border-box;
  color: #000
}

.footer-section {
  display: flex;
  flex-direction: row
}

.footer-section img {
  width: 200px
}

.text-section p {
  font-size: 10px;
  padding-left: 20px
}

.footer-img-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.disc {
  width: 50px !important
}

.bga {
  background-color: #000;
  border-radius: 10px;

}

.logo-gam img {
  width: 100px
}

.footer-text-section {
  display: flex;
  flex-direction: row
}

.footer-text-section p {
  font-size: 12px
}

.text-2 p {
  padding-left: 20px;
  padding-top: 20px
}

.link-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 20px;
  padding: 20px
}

.pading {
  padding-left: 20px;
  padding-right: 20px
}

.linka {
  color: #000
}

.footer__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid #ffc738
}

.footer__nav a {
  text-decoration: none;
  flex-grow: 0;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000
}

.footer__nav a:hover {
  color: #ffc738;
  transition: .5s
}

.footer__copyright {
  flex-grow: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin: 0
}

@media (max-width:767px) {
  .footer-section {
    display: flex;
    flex-direction: column
  }

  .footer-section img {
    width: 200px
  }

  .text-section p {
    font-size: 10px;
    padding-left: 0
  }

  .footer-img-section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .disc {
    width: 60px !important
  }

  .logo-gam img {
    width: 200px
  }

  .footer-text-section {
    display: flex;
    flex-direction: row
  }

  .footer-text-section p {
    font-size: 12px
  }

  .text-2 p {
    padding-left: 20px;
    padding-top: 20px
  }

  .link-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 20px
  }

  .pading {
    padding-left: 20px;
    padding-right: 20px
  }

  .linka {
    color: #000
  }

  .footer__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px
  }

  .footer__nav a {
    text-decoration: none;
    flex-grow: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--main-text-color)
  }

  .footer__nav a:hover {
    color: #ff016c;
    transition: .5s
  }

  .footer__copyright {
    flex-grow: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 0
  }
}
