.link-social {
  text-align: center;
}
.link-social a {
  font-size: 1.5rem;
  padding-left: 0.5em;
  text-decoration: none;
}

.socials-modal .close-btn {
  top: -1.5rem;
  right: -1.5rem;
}

.socials-modal .gl-container {
  width: 531px;
}
.socials-modal {
  color: #fff;
  z-index: 2005;
  font-family: "SegoeUIBold", sans-serif;
}
.socials-modal h5 {
  color: #fff;
  text-align: center;
}
.socials-modal.show {
  display: block;
}
.socials-modal .h5 {
  color: #fff;
  font-size: 20px;
  margin-top: 2rem;
  text-align: center;
}

.socials-modal .full-container {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #232323;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.soc-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #0E2987 0%, #0E2987 100%);
  margin: 1rem;
  width: 65px;
  height: 65px;
  vertical-align: middle;
}
.soc-buttons a svg {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.soc-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.soc-buttons a {
  transition: 0.5s;
}
.soc-buttons a:hover {
  background: linear-gradient(180deg, #5167B5 0%, #0E2987 100%);
}

.soc-buttons a.soc-tg {
  background: linear-gradient(180deg, #2BBCF5 0%, #2BBCF5 100%);
}
.soc-buttons a.soc-tg:hover {
  background: linear-gradient(180deg, #2BBCF5 0%, #01739F 100%);
}

.soc-buttons a.soc-fb {
  background: linear-gradient(180deg, #0169FF 0%, #0169FF 100%);
}
.soc-buttons a.soc-fb:hover {
  background: linear-gradient(180deg, #01C0FF 0%, #0169FF 100%);
}

.soc-buttons a.soc-vb {
  background: linear-gradient(180deg, #7D3DAF 0%, #7D3DAF 100%);
}
.soc-buttons a.soc-vb:hover {
  background: linear-gradient(180deg, #A360D7 0%, #7D3DAF 100%);
}

@media screen and (max-width: 768px) {
  .socials-modal .vertical-align {
    align-items: self-end;
    margin-top: 5rem;
  }
  .socials-modal .h5 {
    font-size: 17px;
  }
}
