@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

body{
  direction: ltr;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  line-height: 1.5;
  background-color: var(--bg-3);
  margin: 0px;
  padding: 0px;  
  box-sizing: border-box;
  overflow-x: hidden;
}

:root{
--grey-l: #adadad;
--grey: #5c5b5a; 
--white: #ffffff;
--blue: rgb(91, 149, 183);

--bg-1: #0b031b;
--bg-2: #180000;
--bg-3: #220011; 

--text-1: rgb(1, 136, 214);
--text-2: rgb(160, 253, 98);
--text-3: rgb(253, 98, 178);

}

a {
white-space: normal;
text-decoration: none;
}
ul {
padding-left: 0;
padding-right: 0;
}
li {
margin: 0 25px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
.margin-outside{
  padding: 0;
  margin: 0 auto;
}
.padding-outside{
padding: 69px 18px;
}

.header-container {
  padding:  130px 18px;
  background: url('content/bg-assets/bg-dark-068ad8450dc542.jpg') no-repeat center/cover;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: fadeInHeader 1.5s ease-out forwards;
}

@keyframes fadeInHeader {
  from {
      opacity: 0;
      transform: translateY(-30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.top-menu-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(0 0 0 / 28%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 12px 0;
  z-index: 1000;
  backdrop-filter: blur(5px);
}

.top-menu-nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 12px;
  font-weight: 400;
  transition: color 0.3s;
}

.top-menu-nav a:hover {
  color: var(--text-3);
}

.head-logo-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.head-logo-title img {
  height: 40px;
}

.head-title {
  padding: 25px 50px;
  text-align: left;
  width: 50%;
  font-size: 25px;
  font-weight:400;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border: 2px solid var(--grey);
  background: linear-gradient(270deg, rgb(0 0 0 / 50%), var(--text-3));
  background-size: 400% 400%;
  animation: shimmer 6s ease infinite;
  border-radius: 15px;
}
@keyframes shimmer {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}
.gambla-benefit-i img{
  height: 51px;
  width: auto;
  margin: 12px 0;
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px) scale(0.9);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.benefit-container {
  color: var(--grey-l);
  overflow: hidden;
}

.benefit-div {
  background: url('content/bg-assets/opacity_bg-068ad8450dc5f5.png') no-repeat center/cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  border: 2px solid var(--grey);
  gap: 28px;
  align-items: center;
}

.fant-title h2 {
  font-size: 29px;
  font-weight: 400;
  color: white;
  text-align: center;
}

.benefit-content {
position: relative;
  display: flex;
  gap: 25px;
}

.gambla-benefit-i {
  background-color: rgb(27, 23, 23);
  border: 2px solid #ccc;
  padding: 25px;
  width: 273px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.gambla-benefit-i:nth-child(1) {
  margin-top: 0px;
}
.gambla-benefit-i:nth-child(2) {
  margin-top: 30px;
}
.gambla-benefit-i:nth-child(3) {
  margin-top: 60px;
}
.gambla-benefit-i:nth-child(4) {
  margin-top: 90px;
}

.gambla-benefit-i:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.gambla-benefit-i p {
  margin: 0;
  font-size: 20px;
  border-bottom: 2px solid var(--grey);
  padding: 25px  0;
}
.benefit-cont-1{
  position: relative;
  top: 50px;
}
.benefit-cont-2{
  position: relative;
    top: -50px;
}

.about-div {
  display: flex;
  flex-direction: row;
  border: 2px solid var(--grey);
}

.about-div .fant-title {
  flex: 1;
  background: url('content/bg-assets/opacity_bg-168ad8450dc615.png') center/cover;
  background-attachment: fixed;
  padding: 25px;
  border: 2px solid var(--grey);
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-div .fant-title h2 {
  font-size: 26px;
  color: #fff;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.about-content {
  flex: 1;
  background-color: rgb(20,20,22);
  border: 2px solid var(--grey);
  color: var(--grey-l);
  padding: 28px;
  font-size: 20px;
  text-align: left;
}
.players-container {
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.players-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  animation: fadeInPlayers 1.5s ease-out;
}

.players-game {
  display: flex;
  flex-direction: column-reverse;
  padding: 28px;
  border-bottom: 1px solid var(--grey);
  border-radius: 15px;
  transition: transform 0.4s ease, background-color 0.4s ease;

}
.players-div{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.players-div img{
  height: 121px;
  width: auto;
  margin: 12px;
}
.players-game span {
  display: block;
  font-size: 47px;
  font-weight: 400;
  margin-bottom: 12px;
  color: var(--text-3);
  animation: popIn 1s ease forwards;
}

.players-game p {
  font-size: 16px;
  color: #ddd;
  margin: 0;
  text-transform: capitalize;
}

.players-game:hover {
  transform: scale(1.05);
  background-color: rgba(255,255,255,0.1);
}

@keyframes fadeInPlayers {
  from {
      opacity: 0;
      transform: translateY(50px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes popIn {
  from {
      transform: scale(0.8);
      opacity: 0;
  }
  to {
      transform: scale(1);
      opacity: 1;
  }
}
.container-about-play{
  background: url('fantasy/cloud.png') center/cover;
  display: flex;
  flex-direction: column;
}
.game-list-table {
  display: flex;
  flex-direction: column;
}

.game-box a{
  border: 2px solid var(--grey); 
  padding: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: transform 0.4s, background-color 0.4s;
}
.game-box a:hover{
  background-color: rgba(255, 255, 255, 0.1);
}


.game-image img {
  width: 273px;
  height: 273px;
  object-fit: cover;
  border-radius: 15px;
}

.games-content {
  margin: 0 18px;
  flex: 1;
}

.title-game {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
  font-size:  20px;
  margin: 0 0 6px;
}

.content-game {
  font-size: 20px;
  color: var(--grey-l);
}

.gallery-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-item img {
  width: 390px;
  height: 313px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
  box-shadow: 0 0 10px rgb(255 255 255);
}

.gallery-item::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(138,43,226,0.4), rgba(0,0,0,0.4));
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.gallery-item:hover::after {
  opacity: 0;
}

.gallery-item:hover img {
  filter: brightness(1.2);
  transform: scale(1.03);
}
.animate-in {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  will-change: opacity, transform;
}
.animate-in.visible {
  opacity: 1;
  transform: translateX(0);
}
.animate-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  will-change: opacity, transform;
}
.animate-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.faq-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('content/bg-assets/opacity_bg-268ad8450dc633.png') center center / cover fixed;
  border: 2px solid var(--grey); 
  padding: 28px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.faq-wrapper {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
}

.fant-faq-i {
  width: 273px;
  border: 2px solid var(--grey); 
  padding: 12px 25px;
  background: rgba(255, 255, 255, 0.05);
  transition: transform 0.5s ease, background 0.5s ease;
}


.fant-faq-i:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.02);
}

.fant-faq-q {
  color: var(--text-3);
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 12px;
}

.fant-faq-a {
  color: var(--grey-l);
  font-size: 16px;
}
.footer-container {
  position: relative;
  background: url('content/bg-assets/bg-dark-168ad8450dc56b.jpg') center center / cover no-repeat;
  color: #e0e0e0;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 0px solid var(--grey-l);
  z-index: 1;
  overflow: hidden;
}
.footer-container::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 71%);
  z-index: -1;
}
.footer-div {
  display: flex;
  flex-direction: row-reverse;
  gap: 28px;
}

.logo-menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo img {
  width: 40px;
  height: auto;
  filter: drop-shadow(0 0 5px #000);
}

.footer-logo h1 {
  font-size: 21px;
  color: var(--white);
}

.footer-menu-priv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.footer-menu-priv a {
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
  word-break: break-all; 
}


.footer-menu-priv a:hover {
  color:var(--text-3);
}

.footer-menu-priv a:hover::after {
  width: 100%;
}

.disc-container {
  background: rgba(0, 0, 0, 0.3);
  padding: 25px;
  border: 2px solid var(--grey);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.disc-title h2 {
  color: var(--text-3);
  font-size: 21px;
  border-bottom: 1px solid var(--grey);
  padding-bottom: 5px;
}

.disc-gambla {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.disc-gambla p {
  flex: 1;
  font-size: 18px;
  color: #ddd;
}

.disc-gambla img {
  height: 40px;
  filter: brightness(1.1);
}
.privacy-div{
  color: var(--white);
  font-size: 16px;
}
.copyright{
  text-align: center;
}
.form-div{
  display: flex;
  justify-content: center;
}
.form-container {
  width: 80%;
  border-radius: 15px;
  padding: 28px;
  color: rgba(243, 244, 246, 1);
}
.checkaccept-div{
  margin: 0 12px;
}
.contacts-form-wrapper{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.form-gembla-text {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}

.fant-form {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}

.input-group {
  margin-top: 5px;
  font-size:  18px;
}

.input-group label {
  display: block;
  color: rgba(156, 163, 175, 1);
  margin-bottom: 5px;
}

.input-group input,
.input-group textarea,
.input-field_componentsection,
.textarea-field_componentsection{
  width: 90%;
  border: 2px solid rgba(55, 65, 81, 1);
  margin: 18px 0;
  outline: 0;
  background-color: inherit;
  padding: 13px 18px;
  color: rgba(243, 244, 246, 1);
}

.input-group input:focus,
.input-group textarea:focus,
.input-field_componentsection:focus,
.textarea-field_componentsection:focus{
  border-color: rgba(167, 139, 250);
}
.cyber-check-wrapper{
  margin: 25px  0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-privacy{
  color: var(--white);
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 26px;
  user-select: none;
}

.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  background: #ffeded38;
  transition: all 0.2s ease;
}

.checkmark {
  opacity: 0.4;
}

.check-container input:checked ~ .checkmark {
  background: linear-gradient(144deg,#af40ff,#5b42f3 50%,#00ddeb);
  opacity: 0.9;
  transition: all 0.2s ease;
  margin: 0 15px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

.check-container .checkmark:after {
  left: 0.61em;
  top: 0.43em;
  width: 0.25em;
  height: 0.5em;
  border: solid rgb(255, 255, 255);
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}
.contact-wrappper {
  background: url('content/bg-assets/opacity_bg-368ad8450dc651.png') center center / cover no-repeat;
  border: 2px solid var(--grey-l);
  padding: 28px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: var(--white);
  position: relative;
  z-index: 1;
}
.contact-items{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid var(--grey-l);
}
.contact-item {
  padding: 18px;
  border-radius:15px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.contact-item a,
.contact-item p {
  color: white;
  text-decoration: none;
  font-size: 20px;
  word-break: break-all; 
}
.form-button{
  display: flex;
  justify-content: center;
}
.gallery-faq-wrap{
  display: flex;
  flex-direction: column-reverse;
}

.page-title-img-box {
  background: url('content/bg-assets/opacity_bg-468ad8450dc66f.png') center center / cover no-repeat;
  border: 2px solid var(--grey);
  padding: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  border-radius: 15px;
}
.page-div{
  display: flex;
  flex-direction: column-reverse;
}
.page-title {
  flex: 1 1 390px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-title h2 {
  color: #fff;
  font-size: 29px;
  text-shadow: 1px 1px 3px black;
}

.page-img {
  transition: transform 0.4s ease;
}

.page-img img {
  width: 100%;
  height:  313px;
  object-fit: contain;
  border-radius: 15px;
  border: 2px solid var(--grey);
  display: block;
}


.fant-page-content {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 25px ;
  margin-top: 25px;
  border-radius: 15px;
  font-size: 20px;
  border: 2px solid var(--grey);
  transition: background 0.3s ease;
}

.fant-page-content:hover {
  background: rgba(0, 0, 0, 0.75);
}

.fant-iframe-wrap {
  overflow: hidden;
  height: 100vh;
   width: 100%;

}
.fant-iframe-wrap iframe{
  width: 100%;
  height: 100vh;
  border: 0;
}



@media screen and (min-width: 320px) {
  .margin-outside{
    max-width: 320px;
  }
}
@media screen and (min-width: 480px) {
  .margin-outside{
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .margin-outside{
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .margin-outside{
    max-width: 1200px;
  }
}


@media (max-width: 1200px) {
  .benefit-div,
  .about-div {
    flex-direction: column;
  }

}



@media (max-width: 768px) {
  .top-menu-nav {
      flex-direction: column;
      align-items: center;
  }
  .top-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-top: 12px;
  }
  .head-title {
    padding: 28px;
    font-size: 21px;
    width: auto;
  }
  .benefit-div {
    align-items: stretch;
    border: none;
}
.benefit-content {
flex-direction: column;
}
.gambla-benefit-i {
    width: auto;
}
.benefit-cont-1,
.benefit-cont-2{
  top: 0;
}
.players-game span {
  font-size: 36px;
}
.players-game p {
  font-size: 16px;
}
.players-div{
  flex-direction: column;
}
.game-box {
  flex-direction: column;
  text-align: center;
}
.games-content {
  margin-top: 12px;
}
.game-box a{
flex-direction: column-reverse;
}
.faq-div {
  padding: 25px;
}
.fant-faq-q {
  font-size: 20px;
}
.fant-faq-a {
  font-size: 16px;
}
.fant-faq-i {
  width: 100%;
}
.form-container {
  width: 90%;
}
.footer-div{
  flex-direction: column-reverse;
}
.page-title-img-box {
  flex-direction: column-reverse;
  padding: 18px;
}

.page-title h2 {
  font-size: 20px;
  text-align: center;
}

.page-img {
  height: auto;
}

.page-img img {
  height: auto;
}

.fant-page-content {
  font-size: 16px;
  padding: 18px;
}
.disc-gambla{
  flex-direction: column-reverse;
}
}

@media (max-width: 600px) {
  .contact-wrappper {
    padding: 25px;
  }

  .contact-item {
    font-size: 16px;
  }
  .contact-item a,
  .contact-item p {
    font-size: 16px;
  }
}


@media (max-width: 425px) {
  .players-box {
    flex-direction: column;
  }
.title-game {
  font-size: 20px;
}
.content-game{
  font-size: 17px;
}
}






.button-1 {
  position: relative;
  font-size: 16px;
  padding: 12px 22px;
  background-color: var(--text-3);
  text-decoration: none;
  border: none;
  margin: 6px;
  border-radius: 30px;
  color: var(--white);
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
}

.button-1::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(33 33 33 / 4%) 0%, rgba(33, 33, 33, 1) 50%, #17008b 50%, var(--blue) 60%);
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.button-1:hover::before {
  width: 1.6em;
  height: 1.6em;
}

.button-1:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(0.1em, 0.1em);
}



.button-2 {
  height: 69px;
  border: none;
  border-radius: 30px;
  background: var(--text-3);
  padding: 18px 28px;
  font-size: 16px;
  color: var(--white);
  font-family: inherit;
  font-weight: 400;
 }
 
 .button-2:hover {
  animation: swing 0.5s ease-in-out;
 }
 
 @keyframes shake3856 {
  0% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 
  20% {
   -webkit-transform: translate(-2px, 2px);
   transform: translate(-2px, 2px);
  }
 
  40% {
   -webkit-transform: translate(-2px, -2px);
   transform: translate(-2px, -2px);
  }
 
  60% {
   -webkit-transform: translate(2px, 2px);
   transform: translate(2px, 2px);
  }
 
  80% {
   -webkit-transform: translate(2px, -2px);
   transform: translate(2px, -2px);
  }
 
  100% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 }
 

.button-3 {
  position: relative;
  width: 273px;
  background-color: var(--text-3);
  display: flex;
  align-items: center;
  color: white;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 12px;
  gap: 12px;
  border-radius: 15px;
  cursor: pointer;
}

.button-3 ::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -4px;
  top: -1px;
  margin: auto;
  width: 128px;
  border-radius: 15px;
  background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100% );
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.button-3::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, var(--grey-l) 0%, var(--grey) 100% );
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.button-3:hover::after {
  filter: blur(30px);
}

.button-3:hover::before {
  transform: rotate(-180deg);
}

.button-3:active::before {
  scale: 0.7;
}


.button-4 {
  display: inline-block;
  padding: 12px 22px;
  margin: 12px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-image: linear-gradient(to bottom right, var(--grey-l), var(--grey));
  border: none;
  border-radius: 15px;
  box-shadow: 0px 4px 0px var(--text-3);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.button-4:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 0px var(--text-3);
}

.button-4:active {
  transform: translateY(0px);
  box-shadow: none;
  background-image: linear-gradient(to bottom right, var(--grey-l), var(--grey));
}

.button-4:before,
.button-4:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.button-4:before {
  top: -3px;
  left: -3px;
  border-radius: 15px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
}

.button-4:after {
  bottom: -3px;
  right: -3px;
  border-radius: 15px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}

.button-5,
.button-5:focus {
  font-size: 16px;
  padding: 12px 25px;
  border-radius: 6px;
  background-image: linear-gradient( #da965e, rgb(158, 129, 254));
  border: 2px solid rgb(50, 50, 50);
  border-bottom: 5px solid rgb(50, 50, 50);
  box-shadow: 0px 1px 6px 0px rgb(158, 129, 254);
  transform: translate(0, -3px);
  cursor: pointer;
  transition: 0.2s;
  transition-timing-function: linear;
}

.button-5:active {
  transform: translate(0, 0);
  border-bottom: 2px solid rgb(50, 50, 50);
}

.footer-logos {
    display: flex;
    justify-content: center; 
    align-items: center;
   flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }
  
  .footer-logos a img {
    max-height: 50px;
    width: auto;
    display: block;
  }