@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Jost:wght@400;500;700;900&family=Monoton&family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;1,100;1,300&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'Fira Sans Condensed', sans-serif;
  /* font-family: 'Jost', sans-serif;
font-family: 'Monoton', sans-serif;
font-family: 'Noto Kufi Arabic', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif; */
}

body {
  background-image: url('https://c4.wallpaperflare.com/wallpaper/392/214/378/digital-art-artwork-interior-room-wallpaper-preview.jpg');
  background-color: #111111;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -150px;
  overflow: hidden;
}

@media screen and (max-width: 1420px) {
  body {
    background-position: center -100px;
  }
}

.background {
  display: flex;
  justify-content: center;
  background-color: #0000005d;
  backdrop-filter: blur(5.5px);
  width: 100%;
  height: 750px;
}

.wallpaper {
  margin: 50px;
  width: 370px;
  height: 490px;
  background-color: rgb(252, 252, 252);
  border-radius: 25px 25px 30px 30px;
  display: grid;
  grid-template-rows: auto 30%;
}

.box-1 {
  display: grid;
  grid-template-rows: 15% auto;
}

.head {
  display: grid;
  grid-template-columns: 50% 50%;
}

.head-icon {
  display: flex;
  align-items: center;
}

#icon-2 {
  display: flex;
  justify-content: end;
}

.icon-1,
.icon-2 {
  font-size: 20px;
  margin: 16px 15px;
}

.box-ground {
  display: grid;
  grid-template-rows: 42% auto;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.box-ground .profile-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4.5px solid #0084ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-txticon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

h3 {
  margin: 18px 0 10px 0;
  color: #111111;
}

p {
  margin: 0 25px;
  text-align: center;
  font-weight: 500;
  color: #333333;
  color: #333333;
}

.media {
  width: 20px;
}

.medias {
  margin: 25px 0 0 0;
}

.medias a {
  margin: 0px 3px 0 3px;
  text-decoration: none;
  transition: 0.3s;
}

.box-2 {
  display: grid;
  grid-template-rows: 13% auto;
  width: 100%;
  border-radius: 25px 25px 25px 25px;
  background: #0084ff;
}

.box-message {
  display: flex;
  justify-content: center;
  align-items: center;
}

.message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  box-shadow: 0 0 7px#111111;
  background-color: #0084ff;
  border-radius: 25px;
  transition: 0.5s;
}

.message a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  color: white;
  border-radius: 25px;
  transition: 0.5s;
}

.message a img {
  width: 25px;
  height: 25px;
  filter: grayscale(100%) brightness(0%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
}

.message a h3 {
  color: white;
  margin: 10px;
}

.message:hover a {
  text-decoration: none;
  color: white;
  filter: grayscale(100%) brightness(0%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
}

.message:hover {
  background-color: #111111;
}

.more {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}

.more h4 {
  margin: 0 0 10px 0;
}
