body,
html {
  background-color: #000000 !important;
}

.seven h1 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;

  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  /* grid-template-rows: 27px 0; */
  grid-gap: 20px;
  align-items: center;
}

.seven h1:after,
.seven h1:before {
  content: " ";
  display: block;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  height: 5px;
}

.social_media {
  /* position: absolute; */
  top: 50%;
  margin-top: 35px;
  /* transform: translateY(-50%); */
  width: 100%;
  text-align: center;
}
.btn-social {
  display: inline-block;
  width: 65px;
  height: 65px;
  background: transparent;
  border-radius: 30%;
  box-shadow: 0 5px -5px #00000070;
  color: rgb(255, 255, 255);
  overflow: hidden;
  position: relative;
}
.btn-social i {
  line-height: 65px;
  font-size: 30px;
  transition: 0.5s linear;
}
.btn-social:hover i {
  /* transform: scale(1.3); */
  color: #f1f1f1;
}
.btn-social::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  /* background: black; */
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.btn-social:hover::before {
  animation: aaa 0.9s 1;
  top: -10%;
  left: -10%;
}
.copy-right {
  bottom: 10px;
  right: 19px;
}
.svg {
  width: 30px;
  height: 100%;
}
.link-image {
  margin-top: 17px;
  width: 50%;
  height: 32px;
  position: absolute;
  left: 16px;
}
.linkk:hover {
  transform: scale(1.3) !important;
}

.fzSGPN {
  fill: rgb(255, 255, 255);
}
.page-item {
  background-color: #222222 !important;
}
.page-item-each {
  color: white !important;
}
.m-auto {
  border: 6px solid #4f4f4f;
}

.page-title {
  font-size: 18px;
  line-height: 30px;
}

.page-item {
  background: #222222;
}

.page-text-color2 {
  color: #999999 !important;
}

@media only screen and (min-width: 1980px) {
  .animated-background {
    transform: scale(1.5);
    position: absolute;
    left: 1%;
  }
}


.display-image{
  width:125px;
  height:125px;

}
.sizes{
  width: 35px;
  height: 35px;
}