/*
Theme Name: LMT
Version: 1.0
Author: lokiby941
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: #000;
  color: #fff; }

.bg-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(50px); }
  .bg-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    color: transparent; }

.container {
  background: #000;
  max-width: 566px;
  width: 100%;
  margin: 34px auto;
  box-shadow: 0 1px 30px 5px rgba(0, 0, 0, 0.5019607843);
  border-radius: 30px;
  position: relative;
  z-index: 2; }

.user-photo {
  margin-bottom: 26px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0; }
  .user-photo .profile-image {
    width: 566px;
    max-width: 100%;
    height: 546px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 30px 30px 0 0; }
    .user-photo .profile-image .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 2;
      background: #000; }
    .user-photo .profile-image img {
      position: absolute;
      height: 100%;
      width: 100%;
      inset: 0px;
      color: transparent;
      object-fit: cover; }

.share-profile {
  position: fixed;
  top: 0;
  right: auto;
  left: auto;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 10px 15px;
  width: 100%;
  max-width: 566px;
  background: #121212;
  opacity: 0; }
  .share-profile .ava {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    overflow: hidden; }
    .share-profile .ava img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .share-profile .user-name {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600; }
  .share-profile.open {
    opacity: 1; }

.content {
  position: relative;
  margin-top: -165px;
  padding-bottom: 30px;
  border-radius: 0 0 30px 30px;
  display: flex;
  flex-direction: column;
  flex: 1; }
  .content .user-detail {
    position: relative;
    max-width: 100%; }
    .content .user-detail:after {
      content: "";
      position: absolute;
      height: clamp(180px, 32vw, 260px);
      width: 100%;
      right: 0;
      bottom: 0;
      opacity: 1;
      background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0.38) 46%, rgba(0, 0, 0, 0.88) 76%, black 100%);
      z-index: 0; }
    .content .user-detail .name {
      text-align: center;
      font-size: 32px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-weight: 750;
      letter-spacing: 0.25px;
      position: relative;
      z-index: 1; }
    .content .user-detail .account {
      text-align: center;
      color: rgba(255, 255, 255, 0.5);
      font-size: 14px;
      margin-bottom: 10px;
      position: relative;
      z-index: 1; }
    .content .user-detail .social-icons {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      margin-bottom: 11px;
      position: relative;
      z-index: 1; }
      .content .user-detail .social-icons a {
        display: block;
        width: 38px;
        height: 38px;
        position: relative; }
        .content .user-detail .social-icons a img {
          position: absolute;
          object-position: center;
          object-fit: contain;
          width: 100%;
          height: 100%; }
  .content .desc {
    background: #000; }
    .content .desc .user-bio {
      color: #fff;
      text-align: center;
      font-size: 14px;
      margin-bottom: 30px;
      margin-top: 10px; }
    .content .desc .buttons {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 0 14px; }
      .content .desc .buttons a {
        padding: 6px 7px;
        display: flex;
        gap: 10px;
        align-items: center;
        background: #fff;
        text-decoration: none;
        border-radius: 23px;
        color: #1f1a35; }
        .content .desc .buttons a .icon {
          display: block;
          width: 34px;
          height: 34px;
          flex: 0 0 34px;
          border-radius: 50%;
          overflow: hidden;
          position: relative; }
          .content .desc .buttons a .icon img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-position: center;
            object-fit: cover; }
        .content .desc .buttons a .txt {
          flex: 0 0 calc(100% - 78px);
          font-size: 20px;
          font-weight: 600;
          text-align: center; }
    .content .desc .gallery {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 16px;
      margin-top: 10px; }
      .content .desc .gallery a {
        display: block;
        width: 136px;
        height: 136px;
        border-radius: 16px;
        overflow: hidden;
        position: relative; }
        .content .desc .gallery a img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-position: center;
          object-fit: cover; }
    .content .desc .create-profile {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin-top: 50px; }
      .content .desc .create-profile .icons {
        width: 72px;
        height: 38px;
        position: relative;
        margin-bottom: 12px; }
        .content .desc .create-profile .icons .ava {
          width: 38px;
          height: 38px;
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 50%;
          overflow: hidden; }
          .content .desc .create-profile .icons .ava img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-position: center;
            object-fit: cover; }
        .content .desc .create-profile .icons .icon {
          width: 38px;
          height: 38px;
          position: absolute;
          right: 0;
          top: 0;
          border-radius: 50%;
          overflow: hidden; }
          .content .desc .create-profile .icons .icon img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-position: center;
            object-fit: cover; }
      .content .desc .create-profile .txt a {
        color: #fff;
        text-decoration: none; }

@media (max-width: 767px) {
  .container {
    max-width: 100vw;
    width: 100%;
    margin: 0 auto; }

  .user-photo .profile-image {
    width: 100vw;
    height: 100vw;
    margin: 0 auto;
    border-radius: 0; }

  .share-profile {
    width: 100vw;
    max-width: 100vw; } }

/*# sourceMappingURL=style.css.map */
