*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

/* @font-face {
  font-family: 'thuphap';
  src: url('../font/TheScientistRegular.woff2') format('woff2'),
    url('../fonts/TheScientistRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
} */
.content {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background: linear-gradient(to bottom, rgba(197, 163, 163, 0.1), rgba(116, 112, 100, 0.1)), url("../images/anhbia.jpg") no-repeat left/cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  position: relative;
}
.content__overlay {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  z-index: 1;
}
.content__container {
  padding: 8rem 0 5rem;
  position: relative;
  z-index: 10;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  -webkit-box-pack: justify;
}
.content-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content__profile {
  width: 10rem;
  height: 10rem;
  cursor: pointer;
  position: relative;
  padding: 8px;
}
.content__profile img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
  position: relative;
}
.content__profile-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #1876f2;
  border-radius: 50%;
  background-color: #fff;
  z-index: -10;
}
.content__profile-online {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  transform: translate(-20%, -20%);
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: green;
  z-index: 10;
}
.content__name {
  font-family: "Black Ops One", cursive;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
.content__name div:first-child {
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  margin-right: 0.8rem;
}
.content__name div:last-child {
  position: absolute;
  content: "";
  right: -1.6rem;
  top: 10%;
}
.content__name svg {
  height: 1.6rem;
  color: #1877F2;
}
.content__nickname {
  margin-top: 1.2rem;
  color: #e6e3e3;
}
.content-body {
  margin-top: 4rem;
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content__item {
  width: 68rem;
  padding: 1.2rem 0.5rem;
  background-color: #1E232E;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 1.6rem;
  transition: transform 0.15s cubic-bezier(0, 0.2, 0.5, 3) 0s;
}
.content__item:hover {
  transform: scale(1.02);
}
.content__item:hover a {
  color: #d2e823;
}
.content__item a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.content__icon {
  width: 4.6rem;
  height: 4.6rem;
}
.content__icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.content__title {
  text-transform: capitalize;
}
.content__setting {
  width: 4.6rem;
  height: 4.6rem;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-bottom {
  margin-top: auto;
  text-align: center;
}
.content-bottom a {
  font-family: "Black Ops One", cursive;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .content__item {
    width: 25rem;
  }
}

/*# sourceMappingURL=style.css.map */
